- Fix advent calendar key_name in title
This commit is contained in:
parent
2002f309f3
commit
2736666ffe
|
@ -346,6 +346,6 @@ dynamic_collections:
|
||||||
data:
|
data:
|
||||||
starting: 1
|
starting: 1
|
||||||
ending: 25
|
ending: 25
|
||||||
title_format: "🎄 Advent Calendar - Day <<key>>"
|
title_format: "🎄 Advent Calendar - Day <<key_name>>"
|
||||||
template:
|
template:
|
||||||
- Christmas_Advent_Calendar
|
- Christmas_Advent_Calendar
|
||||||
|
|
|
@ -158,6 +158,8 @@ This collection uses a combination of all these prefixes, and are always sorted
|
||||||
make a collection using the "actor" template.
|
make a collection using the "actor" template.
|
||||||
- Schedule a dynamic collection (visibility, update frequency, etc.) via the template
|
- Schedule a dynamic collection (visibility, update frequency, etc.) via the template
|
||||||
- Unfortunately, you cannot use a template in a dynamic collection, so make sure elements are the same (e.g. the sort_title syntax)
|
- Unfortunately, you cannot use a template in a dynamic collection, so make sure elements are the same (e.g. the sort_title syntax)
|
||||||
|
- <<key_name>> used in title, <<key>> used in all other places
|
||||||
|
- For number-based DCs, these are the same.
|
||||||
|
|
||||||
## Custom Posters
|
## Custom Posters
|
||||||
- Placeholder posters generated using [this utility](https://github.com/bullmoose20/Plex-Stuff#create_poster) and [this font](https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/Comfortaa-Bold.ttf)
|
- Placeholder posters generated using [this utility](https://github.com/bullmoose20/Plex-Stuff#create_poster) and [this font](https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/Comfortaa-Bold.ttf)
|
||||||
|
|
Loading…
Reference in New Issue