Releases: madiele/vod2pod-rss
v1.2.3
what's changed
- updated yt-dlp
- updated rust dependencies
Breaking Changes
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.2.2...v1.2.3
updated dependencies
what's changed
- updated yt-dlp
- updated rust dependencies
Breaking Changes
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.2.1...v1.2.2
updated dependencies
what's changed
- updated yt-dlp
- updated rust dependencies
Breaking Changes
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.2.0...v1.2.1
ITunes fixes, 300+ Youtube results
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
Update libraries
youtube improvements (and other providers too)
what's changed
this is a pretty big release from a performance stand point, I've implemented al the logic for feed generation internally in vod2pod,
before this vod2pod was dependent on other services (which you could find in the now old docker-compose).
as of this release you can safely remove them from your docker compose, follow this commit for an example on what to remove: 0573ed2
then do
sudo docker compose pull
sudo docker compose up -d --remove-orphans
sudo docker system prune -a
(prune will clean the unused images left behind)
this also mean that vod2pod now has a significantly smaller footprint all around, and slightly faster too!
I've measured a reduction of 2GB of disk storage needed on my Rasberry Pi 4!
Breaking Changes
In theory none and during my tests I did not find problems, but I can't guarantee it since lots of internals did change, if you find any bug feel free to open a issue
Fixes
- when using an api key youtube returned only 50 result, now this is being bumped to 300 (if your use case needs more open an issue and I might add a configuration option) #90
- actions of the repo randomly failing and taking 2 hours, now down to 10 minutes on average and much more stable #121
- twitch channel would sometimes have wrong duration d4a4298
Full Changelog: v1.0.5...v1.1.0
update yt-dlp
What's Changed
- Bump yt-dlp from 2023.10.7 to 2023.10.13 by @dependabot in #114
Full Changelog: v1.0.4...v1.0.5
Update yt-dlp
What's Changed
- yt-dlp updated to latest version
- use the audio feed instead of the video feed to transcode YouTube media, this might improve download speed for some people
Full Changelog: v1.0.3...v1.0.4
Update yt-dlp and other deps
Just a routine dependacies upgrade release.
If you have problems with 403 forbidden from youtube this should fix them too.
update deps
What's Changed
- [chore] bump rust version 1.70
- [chore] update dependencies
Full Changelog: v1.0.1...v1.0.2