mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-16 06:02:27 +02:00
remove the bundled Trakt Client ID and every fallback to it while keeping the compatible trakt.api.api_key field trim supplied Client IDs, reject blank/header-invalid values before request construction, and skip only optional Trakt curation with one target-scoped warning translate Trakt 401/403/404/429 responses explicitly, distinguish list/chart 404s, and preserve partial success across configured sources disable the checked-in Trakt example until an explicit Client ID is configured and update docs and Source Editor terminology
81 lines
2.7 KiB
YAML
81 lines
2.7 KiB
YAML
templates:
|
|
- name: not_red_button
|
|
value: 'NOT (Title ~ "(?i).*red button.*")'
|
|
- name: not_low_resolution
|
|
value: 'NOT (Title ~ "(?i).*\(360p|240p\).*")'
|
|
- name: all_channels
|
|
value: 'Title ~ ".*"'
|
|
- name: final_channel_lineup
|
|
value: "!all_channels! AND !not_red_button! AND !not_low_resolution!"
|
|
inputs:
|
|
- name: iptv-org
|
|
type: m3u
|
|
url: https://iptv-org.github.io/iptv/countries/uk.m3u
|
|
sources:
|
|
- inputs:
|
|
- iptv-org
|
|
targets:
|
|
- name: iptv-org
|
|
output:
|
|
- type: xtream
|
|
- type: m3u
|
|
filename: iptv.m3u
|
|
- type: hdhomerun
|
|
username: local
|
|
device: hdhr1
|
|
filter: "!final_channel_lineup!"
|
|
options:
|
|
ignore_logo: false
|
|
clear_invalid_epg_ids: false
|
|
epg_output:
|
|
lowercase_ids: false
|
|
lowercase_xmltv_display_names: false
|
|
share_live_streams:
|
|
hls: true
|
|
mpeg_ts: true
|
|
mapping:
|
|
- iptv-org
|
|
- name: iptv-trakt-example
|
|
output:
|
|
- type: xtream
|
|
skip_live_direct_source: true
|
|
skip_video_direct_source: true
|
|
skip_series_direct_source: true
|
|
trakt:
|
|
# Set enabled to true after configuring api.api_key with your Trakt Client ID.
|
|
# See the documentation for the TRAKT_CLIENT_ID environment-variable example.
|
|
enabled: false
|
|
api:
|
|
api_key: ""
|
|
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: 75
|
|
- user: "trakt"
|
|
list_slug: "trending"
|
|
category_name: "🔥 Trending"
|
|
content_type: "both"
|
|
fuzzy_match_threshold: 80
|
|
- user: "mmozeiko"
|
|
list_slug: "star-wars-universe"
|
|
category_name: "🌌 Univers Star Wars"
|
|
content_type: "both"
|
|
fuzzy_match_threshold: 80
|
|
filter: "!final_channel_lineup!"
|
|
options:
|
|
ignore_logo: false
|
|
clear_invalid_epg_ids: false
|
|
epg_output:
|
|
lowercase_ids: false
|
|
lowercase_xmltv_display_names: false
|
|
share_live_streams:
|
|
hls: true
|
|
mpeg_ts: true
|