mxpv / podsync

Turn YouTube or Vimeo channels, users, or playlists into podcast feeds
MIT License
1.49k stars 263 forks source link

Feature request: GUI for add a feed #618

Open Martin-Fox opened 4 months ago

Martin-Fox commented 4 months ago

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.

staeff777 commented 4 months ago

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.