Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: GUI for add a feed #618

Open
Martin-Fox opened this issue Apr 23, 2024 · 1 comment
Open

Feature request: GUI for add a feed #618

Martin-Fox opened this issue Apr 23, 2024 · 1 comment

Comments

@Martin-Fox
Copy link

I want to have a GUI for podsync, so I do not have to add each feed manually in toml file, but I can just paste a link into GUI page, and this will generate another entry in toml file.

Creating a GUI for Podsync to streamline the process of adding feeds could involve the following steps:

  • Designing a user-friendly interface that allows users to paste links directly into the GUI.
  • Implementing a backend system that takes the input URL and generates a new entry in the TOML configuration file.
  • Ensuring the GUI has the capability to validate the input URLs and provide feedback to the user.
  • Developing a feature within the GUI to display the current list of feeds and allow users to edit or remove existing entries.
  • Integrating the GUI with the existing Podsync system to ensure seamless updates and synchronization with the TOML file.
  • Testing the GUI thoroughly to ensure it is intuitive and error-free for end-users.
  • Providing documentation and support for users to understand how to use the new GUI effectively.

This enhancement would significantly simplify the process of managing podcast feeds in Podsync, making it more accessible to users who prefer a graphical interface over manual file editing.

@staeff777
Copy link

I am currently working on a python addon for a UI. However, so far I understand, podsync does not automatically reload the config. As far as I can see, that would be a more complicated change, to implement a config update , because the cron has to be rescheduled. It might be easier to restart podsync and so force a complete resync of all podcasts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants