github euzu/tuliprox v3.1.4
Release v3.1.4

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

Release v3.1.4

  • share live stream refactored
  • fixed active user count
  • fixed hls streaming
  • more logs sanitized
  • added session key for session management
  • added sleep timer sleep_timer_mins to config.yml
  • added mapper script builtin function template to access template definitions.
   station_prefix = template(concat("US_", station, "_PREFIX")),

If we assume the variable station contains the value WINK,
this script receives the template with the concatenated name US_WINK_PREFIX which should be defined in templates section,
and assigns it to the variable station_prefix.

  • Extended STRM export functionality with:
    • Support for various media tools (Kodi, Plex, Emby, Jellyfin), with consideration for recommended naming conventions and file organization.
    • Optional flat directory structure via 'flat' parameter (nested folder structures are not supported by some media scanners).
  • Added Trakt support for XC targets
      - name: iptv-trakt-example
        output:
          - type: xtream
            skip_live_direct_source: true
            skip_video_direct_source: true
            skip_series_direct_source: true
            resolve_series: false
            resolve_vod: false
            trakt:
              api:
                key: <my private trakt api key>
                version: 2
              lists:
                - user: "linaspurinis"
                  list_slug: "top-watched-movies-of-the-week"
                  category_name: "📈 Top Weekly Movies"
                  content_type: "vod"
                  fuzzy_match_threshold: 80
                - user: "garycrawfordgc"
                  list_slug: "latest-tv-shows"
                  category_name: "📺 Latest TV Shows"
                  content_type: "series"
                  fuzzy_match_threshold: 80

Don't miss a new tuliprox release

NewReleases is sending notifications on new releases.