Skip to content

Releases: SCP002/m3u_gen_acestream

v2.1.1

08 May 08:31
Compare
Choose a tag to compare

Changes:

  • Update playlists descriptions in default config.
  • Use single quotes in examples in default config.
  • Change availability checker response status error message.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

05 May 15:03
Compare
Choose a tag to compare

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

21 Apr 20:32
Compare
Choose a tag to compare

Fixes

  • Regular expressions in nameRxFilter and nameRxBlacklist are not read properly.
  • Debug level log for categoryRxToCategoryMap does not display properly.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

13 Apr 17:02
Compare
Choose a tag to compare

What's Changed

Sort entries in generated files by names before categories.

Closed issues: #7

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Mar 21:24
Compare
Choose a tag to compare

Initial release for v2.0.0