mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[7] Merge remote-tracking branch 'origin/fix-playlist-example' into nightly
This commit is contained in:
commit
a19b455c25
2 changed files with 3 additions and 19 deletions
4
.github/.wordlist.txt
vendored
4
.github/.wordlist.txt
vendored
|
@ -150,6 +150,8 @@ linuxserver
|
||||||
linuxserver's
|
linuxserver's
|
||||||
localhost
|
localhost
|
||||||
Looper
|
Looper
|
||||||
|
Lossy
|
||||||
|
lossy
|
||||||
LSIO
|
LSIO
|
||||||
lsio
|
lsio
|
||||||
Luxembourgish
|
Luxembourgish
|
||||||
|
@ -327,4 +329,4 @@ Yozora
|
||||||
YozoraXCII
|
YozoraXCII
|
||||||
YYYY
|
YYYY
|
||||||
zaP
|
zaP
|
||||||
ZeroQI
|
ZeroQI
|
||||||
|
|
|
@ -23,24 +23,6 @@ location mapped as `config` in my setup.
|
||||||
|
|
||||||
Click the :fontawesome-solid-circle-plus: icon to learn more
|
Click the :fontawesome-solid-circle-plus: icon to learn more
|
||||||
|
|
||||||
```yaml
|
|
||||||
collections: #(1)!
|
|
||||||
Top 50 Grossing Films of All Time (Worldwide):
|
|
||||||
tmdb_list: 10 #(2)!
|
|
||||||
collection_order: custom #(3)!
|
|
||||||
sync_mode: sync #(4)!
|
|
||||||
```
|
|
||||||
|
|
||||||
1. This must appear once and **only once** in any Metadata file
|
|
||||||
2. This creates a collection based on tmdb list ID 10, https://www.themoviedb.org/list/10 would also be accepted
|
|
||||||
3. This will sort the items in the Plex collection to be the same as the order in the list
|
|
||||||
4. Syncs the collection to the list, so that if an item is added/removed from the list, the same is done to the
|
|
||||||
collection. Set this to `append` if you only want it to add things and not remove them.
|
|
||||||
|
|
||||||
???+ example "config.yml Example Collection File Addition"
|
|
||||||
|
|
||||||
Click the :fontawesome-solid-circle-plus: icon to learn more
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
playlists: #(1)!
|
playlists: #(1)!
|
||||||
Marvel Cinematic Universe Chronological Order:
|
Marvel Cinematic Universe Chronological Order:
|
||||||
|
|
Loading…
Reference in a new issue