mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[31] Update to franchise file (#2199)
This commit is contained in:
parent
ce6a92193b
commit
9f862ea855
3 changed files with 6 additions and 3 deletions
|
@ -16,6 +16,8 @@ F1 session naming improvements
|
||||||
Added new studios : Disney Television Animation, DisneyToon Studios, Dynamic Planning, Film4 Productions, Golden Harvest, Hungry Man, Screen Gems, Shaw Brothers, Studio Live, The Stone Quarry
|
Added new studios : Disney Television Animation, DisneyToon Studios, Dynamic Planning, Film4 Productions, Golden Harvest, Hungry Man, Screen Gems, Shaw Brothers, Studio Live, The Stone Quarry
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
|
Fixed #2150; change xmen list to a new one
|
||||||
|
Added `A Quiet Place: Day One` to the `A Quiet Place` collection in the `franchise` Defaults file
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
Fixed multiple anime `int()` Errors
|
Fixed multiple anime `int()` Errors
|
||||||
|
@ -23,9 +25,8 @@ Fixed #2100 `verify_ssl` wasn't working when downloading images
|
||||||
Fixed an issue with `delete_collections` where items were being deleted if they only matched one criteria vs all criteria
|
Fixed an issue with `delete_collections` where items were being deleted if they only matched one criteria vs all criteria
|
||||||
Fixed `imdb_watchlist`
|
Fixed `imdb_watchlist`
|
||||||
Fixes #2135 AniDB Builder type conversion error
|
Fixes #2135 AniDB Builder type conversion error
|
||||||
Fixed #2150; change xmen list to a new one
|
|
||||||
Fixed #2169 Add handling for blank secrets
|
Fixed #2169 Add handling for blank secrets
|
||||||
Fixed #2176 `clean_bundles`, `optimize`, and `empty_trash` not working as global attributes
|
Fixed #2176 `clean_bundles`, `optimize`, and `empty_trash` not working as global attributes
|
||||||
Fixed #2186 `total_runtime` will now trigger an overlay update
|
Fixed #2186 `total_runtime` will now trigger an overlay update
|
||||||
|
Fixed #2195 an image on the docs was a dead link
|
||||||
Various other Minor Fixes
|
Various other Minor Fixes
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.0.2-build30
|
2.0.2-build31
|
||||||
|
|
|
@ -95,6 +95,8 @@ dynamic_collections:
|
||||||
template_variables:
|
template_variables:
|
||||||
# check1
|
# check1
|
||||||
movie:
|
movie:
|
||||||
|
521226: # A Quiet Place
|
||||||
|
- 762441 # A Quiet Place: Day One
|
||||||
105995: # Anaconda
|
105995: # Anaconda
|
||||||
- 336560 # Lake Placid vs. Anaconda
|
- 336560 # Lake Placid vs. Anaconda
|
||||||
176097: # Barbershop
|
176097: # Barbershop
|
||||||
|
|
Loading…
Reference in a new issue