This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user