sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.49k stars 105 forks source link

Gonic fails to see all podcast episodes for Revolutions podcast #430

Closed khers closed 6 months ago

khers commented 6 months ago

gonic version: v0.16.2

if from docker, docker tag: sentriz/gonic:latest

I am moving to Gonic from Airsonic-advanced and in adding my podcast subscriptions I cannot get all of the published episodes for Revolutions (rss feed here: http://revolutionspodcast.libsyn.com/rss The XML file that is found there contains all 10 seasons and the final appendix, but when I try and download all, I only get as far back as episode 10.8. So I am missing the first 7 episodes of season 10 and all of seasons 1-9.

sentriz commented 6 months ago

any ideas on this @lxea?

sentriz commented 6 months ago

ah it looks like we bail after we see just one error when adding the podcast

so in this case, gonic was giving up after it came across an episode that had no audio URL in it

should be fixed now

khers commented 6 months ago

Thanks for the quick turn around! As soon as this is available in the latest (stable) docker I will give it a go