github euzu/tuliprox v2.2.2
Release v2.2.2

latest releases: v3.2.0, v3.1.8, v3.1.7...
9 months ago
  • !BREAKING CHANGE! Target options moved to specific target output definitions.

target options:

  • ignore_logo: true|false,
  • share_live_streams: true|false,
  • remove_duplicates: true|false,

target output type xtream:

  • skip_live_direct_source: true|false,
  • skip_video_direct_source: true|false,
  • skip_series_direct_source: true|false,
  • resolve_series: true|false,
  • resolve_series_delay: seconds,
  • resolve_vod: true|false,
  • resolve_vod_delay: true|false,

target output type m3u:

  • filename: optional
  • include_type_in_url: true|false,
  • mask_redirect_url: true|false,

target output type strm:

  • directory: mandatory,
  • username: optional,
  • underscore_whitespace: true|false,
  • cleanup: true|false,
  • kodi_style: true|false,
  • strm_props: optional, list of strings,

target output type hdhomerun:

  • device: mandatory,
  • username: mandatory,
  • use_output: optional, m3u|xtream

Example:

targets:
  - name: xc_m3u
    output:
      - type: xtream
        skip_live_direct_source: true,
        skip_video_direct_source: true,
      - type: m3u
      - type: strm
        directory: /tmp/kodi
      - type: hdhomerun
        username: hdhruser
        device: hdhr1
        use_output: xtream 
    options: {ignore_logo: false, share_live_streams: true, remove_duplicates: false}
  • The Web UI now includes a login feature for playlist users, allowing them to set their groups for filtering and managing their own bouquet of groups.
    The playlist user can login with his credentials and can select the desired groups for his playlist.
  • Added user_config_dir to config.yml. It is the storage path for user configurations (f.e. bouquets).
  • New Filter field input can be used along name, group, title, url and type. Input is a regexp filter. input ~ "provider\-\d+"
  • New option use_user_db in api-proxy.yml. The Playlist Users are stored inside the config file api-proxy.yml. When you set this option to true
    the user are stored in a db file. This is a better choice if you have a lot of users. If you have only a few let it default to false
  • WebUI playlist browser with tree and gallery mode. Explore self hosted and provider playlists in browser.
  • Added HdHomeRun tuner target for use with Plex/Emby/Jellyfin

Don't miss a new tuliprox release

NewReleases is sending notifications on new releases.