Update m3uproxy configuration: remove replace_triggered_by from lifecycle, add ignore_tags for media and group-title, and modify IPTV sources and priorities
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
"provider": "file",
|
||||
"config": {
|
||||
"source": "https://m3upt.com/iptv"
|
||||
},
|
||||
"ignore_tags": {
|
||||
"media": "true",
|
||||
"group-title": "Beachcam"
|
||||
}
|
||||
},
|
||||
"iptv_be": {
|
||||
@@ -12,10 +16,10 @@
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/be.m3u"
|
||||
}
|
||||
},
|
||||
"iptv_st": {
|
||||
"iptv_nl": {
|
||||
"provider": "file",
|
||||
"config": {
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/st.m3u"
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/nl.m3u"
|
||||
}
|
||||
},
|
||||
"iptv_pt_samsung": {
|
||||
@@ -24,6 +28,12 @@
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/pt_samsung.m3u"
|
||||
}
|
||||
},
|
||||
"iptv_nl_samsung": {
|
||||
"provider": "file",
|
||||
"config": {
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/nl_samsung.m3u"
|
||||
}
|
||||
},
|
||||
"iptv_uk_rakuten": {
|
||||
"provider": "file",
|
||||
"config": {
|
||||
@@ -35,15 +45,23 @@
|
||||
"config": {
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/uk_samsung.m3u"
|
||||
}
|
||||
},
|
||||
"iptv_us_pluto": {
|
||||
"provider": "file",
|
||||
"config": {
|
||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us_pluto.m3u"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers_priority": [
|
||||
"m3upt",
|
||||
"iptv_be",
|
||||
"iptv_st",
|
||||
"iptv_nl",
|
||||
"iptv_nl_samsung",
|
||||
"iptv_pt_samsung",
|
||||
"iptv_uk_rakuten",
|
||||
"iptv_uk_samsung"
|
||||
"iptv_uk_samsung",
|
||||
"iptv_us_pluto"
|
||||
],
|
||||
"overrides": {
|
||||
"RTP1.pt": {
|
||||
|
||||
Reference in New Issue
Block a user