2.1.0 (2025-01-17)
- Watch files are now moved inside the
targetfolder. Move them manually fromwatch_<target_name>_<watched_group>.binto<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_streamsin target options. - Added
infoandtmdb-idcaching for vod and series with optionsxtream_resolve_(series|vod). - The
kodiformat for movies can contain thetmdb-id(optional). To add thetmdb-idyou can set nowkodi_style,xtream_resolve_vod,xtream_resolve_vod_delay,xtream_resolve_seriesandxtream_resolve_series_delayto target options. kodioutput can now haveusernameattribute to use reverse proxy mode when combined withxtreamoutput.- Fixed webUI manual update for selected targets
- Added m3u logo url rewrite in
reverse proxymode or withm3u_mask_redirect_urloption. - 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_duplicatesto remove entries with sameurl. - Added reverse Proxy config to
config.yml config.ymlbackup_diris now defaultbackup. If you want to keep the old name setbackup_dir: .backup
reverse_proxy:
stream:
retry: true
buffer:
enabled: true
size: 1024
cache:
size: 100KB
enabled: true
dir: ./cache