ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Added support for consuming and producing Podlove Simple Chapters data #221

Closed ribbons closed 6 years ago

ribbons commented 6 years ago

Some podcasts don't embed chapter information in their downloadable files - they provide the chapter data as additional XML data in the podcast feed using the Podlove Simple Chapters specification.

Currently this information is not included in the Radio Downloader podcast feed if it exists in the consumed podcast, so the data is lost. It would be good to consume the Podlove chapter data in the podcast provider, store it in the database and then reproduce it in the generated RSS feed.

ribbons commented 6 years ago

Initial implementation in d841a4dc31357a848a2b81c224adce21bd26a4bc, chapter images from the Podcast Provider in 08cc778ba4ed1cb4b80e48943ee4a005e6ffe872, chapter removal in f79cbd1a85249387ccb0ab439fec8313bc7d69a9 and preventing incorrect image cleanup in 0185d32dc288a0de8333286eb6224a05981b8937.