Skip to content

ITunes fixes, 300+ Youtube results

Compare
Choose a tag to compare
@madiele madiele released this 03 Mar 10:23
· 110 commits to main since this release
483a70f

what's changed

  • Fix iTunes not showing any episode from the generated RSS, could also fix other players if they replicate iTunes stubbornness in reading the RSS
  • add an YOUTUBE_MAX_RESULTS env variable to load more than the previously hard-coded max of 300 items loaded (see #147 for more infos).
  • use latest rust version
  • updated libraries

Breaking Changes

None for 99.99% of user!

The fix for the ITunes playback required a change in the URL of the mp3 URL inside the feed:
.../to_mp3 => .../to.mp3

old links generated by old version will continue to work, but if for some reason you had something like Authelia only allowing certains links to go through you will need to update those filter with the new endpoints. In practice I'm guessing nobody has something like this going I hope...

(well except me because I'm overkill and I totally did that and break my own setup lol, might implement some way to make vod2pod easier to put behind Authelia or Authentik in the future just for my own enjoyment)

How to update

if you are upgrading from 1.0 please also read v1.1 release notes to clean your docker compose (the following will still work but you are missing out on cleaning 2GB of unneeded dependencies from your storage)

sudo docker compose pull
sudo docker compose up -d --remove-orphans
sudo docker system prune -a

(prune will clean the unused images left behind)

Full Changelog: v1.1.1...v1.2.0