mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[145] add Quotes
This commit is contained in:
parent
2b8b0eb950
commit
a47bd29711
2 changed files with 8 additions and 8 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop144
|
||||
1.18.3-develop145
|
||||
|
|
|
@ -11,7 +11,7 @@ collections:
|
|||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: 19429
|
||||
sort_title: !_Bruce Lee
|
||||
sort_title: "!_Bruce Lee"
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
```
|
||||
|
@ -25,7 +25,7 @@ collections:
|
|||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: 19429
|
||||
sort_title: !_Bruce Lee
|
||||
sort_title: "!_Bruce Lee"
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
Chris Pratt:
|
||||
|
@ -33,7 +33,7 @@ collections:
|
|||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: 73457
|
||||
sort_title: !_Chris Pratt
|
||||
sort_title: "!_Chris Pratt"
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
```
|
||||
|
@ -55,7 +55,7 @@ templates:
|
|||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: <<person>>
|
||||
sort_title: !_<<collection_name>>
|
||||
sort_title: "!_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
```
|
||||
|
@ -97,7 +97,7 @@ templates:
|
|||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: <<person>>
|
||||
sort_title: !_<<collection_name>>
|
||||
sort_title: "!_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
collections:
|
||||
|
@ -120,7 +120,7 @@ templates:
|
|||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: <<person>>
|
||||
sort_title: !_<<collection_name>>
|
||||
sort_title: "!_<<collection_name>>"
|
||||
Common:
|
||||
summary: "Movies that <<collection_name>> (TMDb ID: <<person>>) are in"
|
||||
sync_mode: sync
|
||||
|
@ -212,7 +212,7 @@ templates:
|
|||
limit: <<limit>>
|
||||
- url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc
|
||||
limit: <<limit>>
|
||||
sort_title: !_<<collection_name>>
|
||||
sort_title: "!_<<collection_name>>"
|
||||
url_poster: https://theposterdb.com/api/assets/<<poster_id>>
|
||||
sync_mode: sync
|
||||
collection_order: alpha
|
||||
|
|
Loading…
Reference in a new issue