Skip to content

Releases: madiele/TwitchToPodcastRSS

fix bad itunes duration format

13 Apr 21:34
Compare
Choose a tag to compare
v2.1.2

add git action for deploy

Minor improvements

16 Apr 09:04
eda0358
Compare
Choose a tag to compare
  • 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

13 Feb 13:28
4dc12d2
Compare
Choose a tag to compare

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

12 Feb 17:51
59e24cb
Compare
Choose a tag to compare

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

09 Feb 12:32
Compare
Choose a tag to compare

this is a minor update for libraries and small bugfixes

to update follow the guide here

sorting and links_only mode

23 Aug 21:47
030f602
Compare
Choose a tag to compare

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

20 Aug 17:05
Compare
Choose a tag to compare

this update adds automatic checks for new updates, if you are running an old version you will see a warning inside the episode description

to update follow the guide here

v1.2

19 Aug 14:59
Compare
Choose a tag to compare

this update adds the option to filter out ongoing streams from the feed
it's on by default

to see ongoing streams on your feed just add ?include_streaming=True to your feed URL

example: myserver.com/vod/channelname?include_streaming=True

minor improvements

19 Aug 11:15
Compare
Choose a tag to compare

this version improves the logging and error handling

fixing crashes

18 Aug 19:57
Compare
Choose a tag to compare

this version fixes some crashes when requesting the same resource quickly