mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[45] fix DCs
This commit is contained in:
parent
3fcaf6fc01
commit
4928a25b71
2 changed files with 4 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.2-develop44
|
||||
1.16.2-develop45
|
||||
|
|
|
@ -12,11 +12,11 @@ github_base = "https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Co
|
|||
|
||||
all_auto = ["genre"]
|
||||
ms_auto = [
|
||||
"actor", "year", "content_rating", "original_language", "tmdb_popular_people", "trakt_user_lists",
|
||||
"trakt_liked_lists", "trakt_people_list", "subtitle_language", "audio_language", "resolution"
|
||||
"actor", "year", "content_rating", "original_language", "tmdb_popular_people", "trakt_user_lists", "studio",
|
||||
"trakt_liked_lists", "trakt_people_list", "subtitle_language", "audio_language", "resolution", "decade"
|
||||
]
|
||||
auto = {
|
||||
"Movie": ["tmdb_collection", "decade", "country", "director", "producer", "writer"] + all_auto + ms_auto,
|
||||
"Movie": ["tmdb_collection", "country", "director", "producer", "writer"] + all_auto + ms_auto,
|
||||
"Show": ["network", "origin_country"] + all_auto + ms_auto,
|
||||
"Artist": ["mood", "style", "country"] + all_auto,
|
||||
"Video": ["country", "content_rating"] + all_auto
|
||||
|
|
Loading…
Add table
Reference in a new issue