poahh
Build and Push Docker Images / build-and-push (push) Successful in 18s

This commit is contained in:
2026-02-11 21:06:16 +01:00
parent a641c06e6a
commit 9f87297d35
19 changed files with 1288 additions and 1024 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ Serves M3U playlists that randomly schedule video files from `/movies` and `/ser
- Each channel:
- `id`: unique id (used in URLs)
- `name`: display name
- `paths`: list of path keys to include:
- `"movies"` — all videos under `/movies`
- `"series/Show Name"` — all videos under `/series/Show Name`
- `paths`: list of path entries. Each entry can be:
- **String:** `"movies"` or `"series/Show Name"` — path to videos; EPG title and TMDB search use the folder name.
- **Object:** `{"path": "series/W817", "display_name": "Phineas en Ferb", "tmdb_search": "Phineas and Ferb"}``path` is required; `display_name` is shown in the EPG; `tmdb_search` is used when querying TMDB. You can use `tmdb_id` instead of (or to override) `tmdb_search` for a direct lookup, e.g. `97596` or `"97596-kika-bob"` (the numeric ID is extracted).
2. Run the container with volumes: