initial pmm
This commit is contained in:
parent
0019ea6bde
commit
a801bea55c
11 changed files with 149 additions and 18 deletions
0
nixos/hosts/hades/pmm/config/Anime.yml
Normal file
0
nixos/hosts/hades/pmm/config/Anime.yml
Normal file
32
nixos/hosts/hades/pmm/config/Movies.yml
Normal file
32
nixos/hosts/hades/pmm/config/Movies.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
templates:
|
||||
Actor:
|
||||
actor: tmdb
|
||||
tmdb_person: <<person>>
|
||||
tmdb_actor_details: <<person>>
|
||||
sort_title: +_<<collection_name>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
collection_mode: hide
|
||||
Set:
|
||||
optional:
|
||||
- collection
|
||||
- movie
|
||||
- list
|
||||
tmdb_collection_details: <<collection>>
|
||||
tmdb_movie: <<movie>>
|
||||
tmdb_list: <<list>>
|
||||
sync_mode: sync
|
||||
collection_order: release
|
||||
url_poster: <<poster>>
|
||||
sort_title: <<collection_name>>
|
||||
collections:
|
||||
Marvel Cinematic Universe:
|
||||
template:
|
||||
name: Set
|
||||
list: 8194961
|
||||
poster: https://theposterdb.com/api/assets/162417
|
||||
Star Wars:
|
||||
template:
|
||||
name: Set
|
||||
collection: 10
|
||||
poster: https://theposterdb.com/api/assets/164120
|
36
nixos/hosts/hades/pmm/config/TVShows.yml
Normal file
36
nixos/hosts/hades/pmm/config/TVShows.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
templates:
|
||||
set:
|
||||
optional:
|
||||
- network
|
||||
- list
|
||||
tmdb_network: <<network>>
|
||||
tmdb_list: <<list>>
|
||||
sort_title: <<collection_name>>
|
||||
sync_mode: sync
|
||||
url_poster: <<poster>>
|
||||
url_background: <<background>>
|
||||
|
||||
collections:
|
||||
Marvel Television:
|
||||
template:
|
||||
name: set,
|
||||
list: "8205726"
|
||||
poster: https://theposterdb.com/api/assets/239453
|
||||
background: https://i.imgur.com/ckx6reE.jpg
|
||||
summary: Marvel Television
|
||||
|
||||
Star Wars:
|
||||
template:
|
||||
name: set
|
||||
list: "8205730"
|
||||
poster: https://theposterdb.com/api/assets/164120
|
||||
background: https://i.imgur.com/OvxROTE.jpg
|
||||
summary: Star Wars
|
||||
|
||||
Star Trek:
|
||||
template:
|
||||
name: set
|
||||
list: "8215091"
|
||||
poster: https://theposterdb.com/api/assets/222279
|
||||
background: https://i.imgur.com/Yp0NCZa.jpg
|
||||
summary: Star Trek
|
Loading…
Add table
Add a link
Reference in a new issue