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:
@@ -414,9 +414,6 @@ resource "kubernetes_deployment" "m3uproxy" {
|
|||||||
}
|
}
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [spec[0].template[0].metadata[0].annotations]
|
ignore_changes = [spec[0].template[0].metadata[0].annotations]
|
||||||
replace_triggered_by = [
|
|
||||||
kubernetes_config_map.m3uproxy_config
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,10 @@
|
|||||||
"provider": "file",
|
"provider": "file",
|
||||||
"config": {
|
"config": {
|
||||||
"source": "https://m3upt.com/iptv"
|
"source": "https://m3upt.com/iptv"
|
||||||
|
},
|
||||||
|
"ignore_tags": {
|
||||||
|
"media": "true",
|
||||||
|
"group-title": "Beachcam"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"iptv_be": {
|
"iptv_be": {
|
||||||
@@ -12,10 +16,10 @@
|
|||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/be.m3u"
|
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/be.m3u"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"iptv_st": {
|
"iptv_nl": {
|
||||||
"provider": "file",
|
"provider": "file",
|
||||||
"config": {
|
"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": {
|
"iptv_pt_samsung": {
|
||||||
@@ -24,6 +28,12 @@
|
|||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/pt_samsung.m3u"
|
"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": {
|
"iptv_uk_rakuten": {
|
||||||
"provider": "file",
|
"provider": "file",
|
||||||
"config": {
|
"config": {
|
||||||
@@ -35,15 +45,23 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"source": "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/uk_samsung.m3u"
|
"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": [
|
"providers_priority": [
|
||||||
"m3upt",
|
"m3upt",
|
||||||
"iptv_be",
|
"iptv_be",
|
||||||
"iptv_st",
|
"iptv_nl",
|
||||||
|
"iptv_nl_samsung",
|
||||||
"iptv_pt_samsung",
|
"iptv_pt_samsung",
|
||||||
"iptv_uk_rakuten",
|
"iptv_uk_rakuten",
|
||||||
"iptv_uk_samsung"
|
"iptv_uk_samsung",
|
||||||
|
"iptv_us_pluto"
|
||||||
],
|
],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"RTP1.pt": {
|
"RTP1.pt": {
|
||||||
|
|||||||
Reference in New Issue
Block a user