github euzu/tuliprox v2.1.0

latest releases: v3.2.0, v3.1.8, v3.1.7...
11 months ago

2.1.0 (2025-01-17)

  • Watch files are now moved inside the target folder. Move them manually from watch_<target_name>_<watched_group>.bin to <target_name>/watch_<watched_group>.bin
  • No error log for xtream api when content is skipped with options xtream_skip_[live|vod|series]
  • experimental: added live channel connection sharing in reverse proxy mode. To activate set share_live_streams in target options.
  • Added info and tmdb-id caching for vod and series with options xtream_resolve_(series|vod).
  • The kodi format for movies can contain the tmdb-id (optional). To add the tmdb-id you can set now kodi_style, xtream_resolve_vod, xtream_resolve_vod_delay, xtream_resolve_series and xtream_resolve_series_delay to target options.
  • kodi output can now have username attribute to use reverse proxy mode when combined with xtream output.
  • Fixed webUI manual update for selected targets
  • Added m3u logo url rewrite in reverse proxy mode or with m3u_mask_redirect_url option.
  • BPlusTree compression changed from zlib to zstd.
  • Breaking change: multi scheduler config with optional targets.
#   sec  min   hour   day of month   month   day of week   year
schedules:
- schedule: "0  0  8  *  *  *  *"
  targets:
  - vod_channels
- schedule: "0  0  10  *  *  *  *"
  targets:
  - series_channels
- schedule: "0  0  20  *  *  *  *"
  • Stats have now target information
  • Prevent simultaneous updates
  • Added target options remove_duplicates to remove entries with same url.
  • Added reverse Proxy config to config.yml
  • config.yml backup_dir is now default backup. If you want to keep the old name set backup_dir: .backup
reverse_proxy:
  stream:
    retry: true
    buffer:
      enabled: true
      size: 1024
  cache:
    size: 100KB
    enabled: true
    dir: ./cache

Don't miss a new tuliprox release

NewReleases is sending notifications on new releases.