- !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_dirtoconfig.yml. It is the storage path for user configurations (f.e. bouquets). - New Filter field
inputcan be used alongname,group,title,urlandtype. Input is aregexpfilter.input ~ "provider\-\d+" - New option
use_user_dbinapi-proxy.yml. The Playlist Users are stored inside the config fileapi-proxy.yml. When you set this option totrue
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 tofalse - 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