Releases: SCP002/m3u_gen_acestream
Releases · SCP002/m3u_gen_acestream
v2.1.1
v2.1.0
New config options for playlists (will be added automatically on version update):
# Remove sources that does not respond with any content.
removeDeadSources: false
# Try to read TS packets when removing dead sources.
useMpegTsAnalyzer: false
# Timeout for reading Ace Stream Engine response when removing dead sources.
checkRespTimeout: 20s
Changes and impovements:
- Make this program respect system proxy settings from environment variables.
- Impove performance of playlist writer.
- Change default TVG url in config to
http://epg.one/epg2.xml.gz
. - Change default output paths for playlists in config.
Full Changelog: v2.0.2...v2.1.0
v2.0.2
Fixes
- Regular expressions in
nameRxFilter
andnameRxBlacklist
are not read properly. - Debug level log for
categoryRxToCategoryMap
does not display properly.
Full Changelog: v2.0.1...v2.0.2