mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-18 22:19:41 -05:00
yaml cleanup
This commit is contained in:
@@ -1,130 +1,131 @@
|
||||
---
|
||||
collections:
|
||||
Movie Watchlist:
|
||||
trakt_watchlist:
|
||||
- me
|
||||
smart_label: release.desc
|
||||
sync_mode: sync
|
||||
label: admin
|
||||
visible_home: true
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
url_poster: https://i.imgur.com/xRfaqAD.jpg
|
||||
|
||||
Trending Movies:
|
||||
trakt_trending: 40
|
||||
tmdb_trending_daily: 40
|
||||
tmdb_trending_weekly: 40
|
||||
sort_title: "#1Trending"
|
||||
sync_mode: sync
|
||||
smart_label: added.desc
|
||||
summary: Movies Trending across the internet
|
||||
url_background: https://i.imgur.com/SOVfrIq.png
|
||||
url_poster: https://i.imgur.com/KRKRjWT.jpg
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
visible_library: true
|
||||
|
||||
Top Rated Movies:
|
||||
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250
|
||||
tmdb_top_rated: 250
|
||||
sort_title: "#2Top Rated"
|
||||
sync_mode: sync
|
||||
schedule: weekly(wednesday), weekly(sunday)
|
||||
smart_label: random
|
||||
summary: IMDb Top Rated Movies
|
||||
url_background: https://i.imgur.com/b26VZ9y.jpg
|
||||
url_poster: https://i.imgur.com/4izKiv7.jpg
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: true
|
||||
|
||||
DV-Atmos:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- Atmos
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- TrueHD
|
||||
- DTS-HD
|
||||
item_overlay:
|
||||
name: DV-Atmos
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-Atmos/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath: MoviesDV
|
||||
filepath.not:
|
||||
- Atmos
|
||||
- DTS-X
|
||||
- TrueHD
|
||||
- DTS-HD
|
||||
item_overlay:
|
||||
name: DV
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-DTS-X:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- DTS-X
|
||||
filepath.not:
|
||||
- Atmos
|
||||
- TrueHD
|
||||
- DTS-HD
|
||||
item_overlay:
|
||||
name: DV-DTS-X
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-DTS-X/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-TrueHD:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- TrueHD
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- DTS-HD
|
||||
- Atmos
|
||||
- EAC3
|
||||
item_overlay:
|
||||
name: DV-TrueHD
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-TrueHD/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-TrueHD-Atmos:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- TrueHD
|
||||
- Atmos
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- DTS-HD
|
||||
- EAC3
|
||||
item_overlay:
|
||||
name: DV-TrueHD-Atmos
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-TrueHD-Atmos/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-DTS-HD:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- DTS-HD
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- TrueHD
|
||||
- Atmos
|
||||
item_overlay:
|
||||
name: DV-DTS-HD
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-DTS-HD/overlay.png
|
||||
build_collection: false
|
||||
Movie Watchlist:
|
||||
trakt_watchlist:
|
||||
- me
|
||||
smart_label: release.desc
|
||||
sync_mode: sync
|
||||
label: admin
|
||||
visible_home: true
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
url_poster: https://i.imgur.com/xRfaqAD.jpg
|
||||
|
||||
Trending Movies:
|
||||
trakt_trending: 40
|
||||
tmdb_trending_daily: 40
|
||||
tmdb_trending_weekly: 40
|
||||
sort_title: "#1Trending"
|
||||
sync_mode: sync
|
||||
smart_label: added.desc
|
||||
summary: Movies Trending across the internet
|
||||
url_background: https://i.imgur.com/SOVfrIq.png
|
||||
url_poster: https://i.imgur.com/KRKRjWT.jpg
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
visible_library: true
|
||||
|
||||
Top Rated Movies:
|
||||
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250
|
||||
tmdb_top_rated: 250
|
||||
sort_title: "#2Top Rated"
|
||||
sync_mode: sync
|
||||
schedule: weekly(wednesday), weekly(sunday)
|
||||
smart_label: random
|
||||
summary: IMDb Top Rated Movies
|
||||
url_background: https://i.imgur.com/b26VZ9y.jpg
|
||||
url_poster: https://i.imgur.com/4izKiv7.jpg
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: true
|
||||
|
||||
DV-Atmos:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- Atmos
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- TrueHD
|
||||
- DTS-HD
|
||||
item_overlay:
|
||||
name: DV-Atmos
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-Atmos/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath: MoviesDV
|
||||
filepath.not:
|
||||
- Atmos
|
||||
- DTS-X
|
||||
- TrueHD
|
||||
- DTS-HD
|
||||
item_overlay:
|
||||
name: DV
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-DTS-X:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- DTS-X
|
||||
filepath.not:
|
||||
- Atmos
|
||||
- TrueHD
|
||||
- DTS-HD
|
||||
item_overlay:
|
||||
name: DV-DTS-X
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-DTS-X/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-TrueHD:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- TrueHD
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- DTS-HD
|
||||
- Atmos
|
||||
- EAC3
|
||||
item_overlay:
|
||||
name: DV-TrueHD
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-TrueHD/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-TrueHD-Atmos:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- TrueHD
|
||||
- Atmos
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- DTS-HD
|
||||
- EAC3
|
||||
item_overlay:
|
||||
name: DV-TrueHD-Atmos
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-TrueHD-Atmos/overlay.png
|
||||
build_collection: false
|
||||
|
||||
DV-DTS-HD:
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath:
|
||||
- MoviesDV
|
||||
- DTS-HD
|
||||
filepath.not:
|
||||
- DTS-X
|
||||
- TrueHD
|
||||
- Atmos
|
||||
item_overlay:
|
||||
name: DV-DTS-HD
|
||||
url: https://github.com/djnield/Plex-Meta-Manager-Configs/raw/master/djnield/overlays/DV-DTS-HD/overlay.png
|
||||
build_collection: false
|
||||
|
||||
Reference in New Issue
Block a user