You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: