Files
projects/Dockers/self-hosted-iptv/data/channels.json.example
T
Bram 9f87297d35
Build and Push Docker Images / build-and-push (push) Successful in 18s
poahh
2026-02-11 21:06:16 +01:00

28 lines
565 B
JSON

{
"channels": [
{
"id": "comedy",
"name": "Comedy",
"paths": [
"movies",
"series/The Office",
{
"path": "series/W817",
"display_name": "Phineas en Ferb",
"tmdb_search": "Phineas and Ferb"
},
{
"path": "series/kika-bob",
"display_name": "Kika & Bob",
"tmdb_id": "97596-kika-bob"
}
]
},
{
"id": "drama",
"name": "Drama",
"paths": ["movies", "series/Breaking Bad", "series/Better Call Saul"]
}
]
}