Option to archive completed podcasts #2423
therealmaxmoon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using Syncthing to sync podcasts between several devices (pc/mobile).
After an episode of a podcast ends, it will be moved to the "Completed" list. I would like to have the option to archive completed podcasts, like moving the mp3 to a directory called _archive, which is in the same directory all other episodes of this podcast is.
Example: File name is a_cool_episode.mp3
Path: ~/music/podcasts/favorite_podcaster/a_cool_episode.mp3
After marking this completed episode as "archive it" it should be moved to:
New Path: ~/music/podcasts/favorite_podcaster/_archive/a_cool_episode.mp3
All directories named _archive should be excluded from scanning, so they will not appear again.
The reason for that is, that after syncing I could move all archived mp3s to an external hard disk and free space. At least those I really want to keep, all other can be deleted and the already implemented delete option is good for this.
A really good solution would be to have one button to move all completed podcasts to the archive. A user could go through all the completed podcasts and delete those they don't want and after they are done, they can hit "Archive all completed" and after syncing all podcast are sorted and a script could automatically move them to an external drive.
If there is another solution, please let me know :)
Beta Was this translation helpful? Give feedback.
All reactions