z------------- / CPod

(UNMAINTAINED) A simple, beautiful podcast app for Windows, macOS, and Linux.
Apache License 2.0
745 stars 75 forks source link

Detect new file in download folder set as downloaded #118

Open Monirzadeh opened 5 years ago

Monirzadeh commented 5 years ago

hi I like to automate my download with Flexget (for some reason) I can download my podcast on my NAS and sync or link that folder with Cpod download folder but Cpod can't detect that file and every time I need to download with Cpod manually so can you an option for check download folder if that file is there marked as downloaded so i can set my download folder on SMB

z------------- commented 5 years ago

Hi, this may be somewhat difficult, as CPod would have no direct way to identify what podcast and which episode each file belongs to.

Is it possible to configure Flexget to include some metadata within the audio file or in a .txt file in the same directory, including the RSS URL of the podcast and the original URL of the audio file? Please let me know.

Otherwise, CPod can parse the MP3 tags of the audio file to determine the podcast name (if present) and try to match it with one of CPod's subscribed podcasts.

I will look into this.