Releases: madiele/TwitchToPodcastRSS
fix bad itunes duration format
Minor improvements
- changed docker-compose so that transcode is enabled by default
- added stalled transcode detection (if no data is read for 10 minutes the transcode is stopped)
more transcode settings
this release adds more env variables to change your transcode settings
TRANSCODE_SECONDS_BUFFER -> how many second to buffer when encoding
TRANSCODE_BANDWITH_kbps -> limit how much bandwith should the transcode use
this also changes the default mp3 bitrate to 128k instead of 160k
to update follow this guide
https://github.com/madiele/TwitchToPodcastRSS#when-you-want-to-update
transcoding and sub folder support
this update adds transcoding and sub folder support (useful if you want to use a reverse proxy like swag)
transcoding is disabled by default, to enable check here
it can also be enabled by default in the docker container by setting TRANSCODE=True as an env variable example, same for the sub folder just add SUB_FOLDER=/myfolder
to update follow the guide here
updating libraries
this is a minor update for libraries and small bugfixes
to update follow the guide here
sorting and links_only mode
this version adds a sorting option and an option to skip audio stream fetching to make the generation faster
to learn how to use the options see here
https://github.com/madiele/TwitchToPodcastRSS#sorting
v1.2.1
v1.2
minor improvements
this version improves the logging and error handling
fixing crashes
this version fixes some crashes when requesting the same resource quickly