mlj / castget

A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
http://castget.johndal.com
GNU General Public License v2.0
103 stars 23 forks source link

Podcast episodes overwritten due to name conflict #13

Closed appel closed 7 years ago

appel commented 7 years ago

Thank you so much for castget, been happily using it for years!

Here's a podcast RSS feed that has the same name for each episode, causing castget to overwrite it. http://www.blogtalkradio.com/key-west-lou/podcast

It would be great to have an option for dynamically setting the filename with optional date and id3tag parameters to prevent this.

E.g.:

[Tuesday Talk with Key West Lou] url=http://www.blogtalkradio.com/key-west-lou/podcast spool=/Podcasts/Tuesday Talk with Key West Lou filename=key-west-lou-[YEAR][MONTH][DAY]-[HOUR][MINUTE]-[ID3TITLE].mp3

mlj commented 7 years ago

Basic support (i.e. with quite limited parameters) for this has now been added (c337cc0152161db1c439dd28efc8745616dd1ee3).

appel commented 7 years ago

That's awesome! Thanks so much for your efforts, @mlj! Looking forward to seeing this expanded in the future.

tonywhitmore commented 7 years ago

That looks good, thank you!