Merge pull request #517 from HStep20/master

Added Playlist Configs
pull/518/head^2
cpt-kuesel 2 years ago committed by GitHub
commit 0dcdfcb1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,26 +0,0 @@
# Uses https://drive.google.com/drive/folders/19h5nFFqNNnlSgb4Lc4pMn1G5c9tqITLS
metadata:
371028: # Arcane
url_poster: https://drive.google.com/file/d/1p9YCho6BmLrR53gOa1D_DXWI6xL2NaG4/view
seasons:
1:
url_poster: https://drive.google.com/file/d/1oWvyBAUFzg4qKDwr_G0DvDtY3zIfIzsu/view
episodes:
1:
url_poster: https://drive.google.com/file/d/1OQ7BPNytdoin1qLI6v3nskY1fC--kHs2/view
2:
url_poster: https://drive.google.com/file/d/124zB0o_U2DeBOC9QmpFhLnlMpOfG_FoW/view
3:
url_poster: https://drive.google.com/file/d/15ye85o0fvYq7OCi8Kt8ly9RxFNpkbNsV/view
4:
url_poster: https://drive.google.com/file/d/1zhf1CmHgBw6h35zdvxKq7qQ8o7_UlEVE/view
5:
url_poster: https://drive.google.com/file/d/1sNPYSKH0ZtQR29BUaciNpNOG-tRYFT3Y/view
6:
url_poster: https://drive.google.com/file/d/1Qlw4pr3kKVmj_bicmFKnNjSAmsmzNmV2/view
7:
url_poster: https://drive.google.com/file/d/1Y51qy-CxE8ELs2cv5mYuw9_C4Kh9fP5c/view
8:
url_poster: https://drive.google.com/file/d/1jFvrAejtft6ILwbaAGyHXySBpQfPOS6w/view
9:
url_poster: https://drive.google.com/file/d/1PLWs58LnSV3QkDl2kANzoayTEOm7Wu6u/view

@ -0,0 +1,23 @@
templates:
Watch Order:
trakt_list: <<list>>
libraries: "YOUR TV LIBRARY NAME HERE"
summary: <<summary>>
sync_mode: sync
playlists:
Monogatari Watch Order:
template:
{
name: Watch Order,
list: https://trakt.tv/users/agent531c/lists/monogatari-watchlist?sort=rank%2Casc,
summary: "Monogatari in the Intended Watch Order",
}
Bleach - No Filler:
template:
{
name: Watch Order,
list: https://trakt.tv/users/grawler/lists/bleach-in-order-no-filler?sort=rank%2Casc,
summary: "Bleach with all the filler cut out",
}

@ -0,0 +1,31 @@
templates:
Watch Order:
trakt_list: <<list>>
libraries: "YOUR TV LIBRARY NAME HERE"
sync_mode: sync
summary: <<summary>>
playlists:
X Files (Freak of the Week):
template:
{
name: Watch Order,
list: https://trakt.tv/lists/23903123,
summary: "The 'Monster of the Week' episodes of X Files",
}
X Files (Mythology):
template:
{
name: Watch Order,
list: https://trakt.tv/lists/23903191,
summary: "The Seriazlied episodes of X-Files in order",
}
Ducktales (2017) Intended Viewing Order:
template:
{
name: Watch Order,
list: https://trakt.tv/users/itsmistermoon/lists/ducktales-2017-official-order?sort=rank%2Casc,
summary: "The Crew's intended viewing order after Disney aired them out of order. This uses the alternate order on the TVDB page to build a playlist in the order meant to be watched",
}

@ -0,0 +1,22 @@
templates:
Seasonal Chillhop:
libraries: "Music"
sync_mode: sync
summary: All the songs from the Chillhop Essentials <<season>> albums
plex_search:
type: track
all:
album_title: [Chillhop, <<season>>]
playlists:
Chillhop - Spring LoFi:
template: { name: Seasonal Chillhop, season: Spring }
Chillhop - Fall LoFi:
template: { name: Seasonal Chillhop, season: Fall }
Chillhop - Summer LoFi:
template: { name: Seasonal Chillhop, season: Summer }
Chillhop - Winter LoFi:
template: { name: Seasonal Chillhop, season: Winter }

@ -0,0 +1,91 @@
templates:
Hearted Genre Playlist:
libraries: "Music"
sync_mode: sync
summary: All the best <<genre>> songs
plex_search:
type: track
all:
track_user_rating.gte: 5 # This is a scale of 1-10, which means 5 is eqivalent to 2.5 stars or higher
artist_genre: <<genre>>
album_type.not: Soundtrack
Hearted Country Playlist:
libraries: "Music"
sync_mode: sync
summary: All the best songs from <<country>>
plex_search:
type: track
all:
track_user_rating.gte: 5
album_type.not: Soundtrack
any:
artist_country: <<country>>
playlists:
<3 All Songs:
libraries: "Music"
sync_mode: sync
summary: All the best songs
plex_search:
type: track
all:
track_user_rating.gte: 5
<3 Instrumental Songs:
libraries: "Music"
sync_mode: sync
summary: All the best Instrumental songs
plex_search:
type: track
all:
track_user_rating.gte: 5 # This is a scale of 1-10, which means 5 is eqivalent to 2.5 stars or higher
artist_genre: Instrumental
<3 Soundtrack Songs:
libraries: "Music"
sync_mode: sync
summary: All the best songs from Soundtracks
plex_search:
type: track
all:
track_user_rating.gte: 5 # This is a scale of 1-10, which means 5 is eqivalent to 2.5 stars or higher
album_type: Soundtrack
# Standard Genres Builders
<3 Alternative Rock Songs:
template: { name: Hearted Genre Playlist, genre: Alternative Rock }
<3 Folk Songs:
template: { name: Hearted Genre Playlist, genre: Folk }
<3 Indie Rock Songs:
template: { name: Hearted Genre Playlist, genre: Indie Rock }
<3 Metal Songs:
template: { name: Hearted Genre Playlist, genre: Metal }
<3 New Wave Songs:
template: { name: Hearted Genre Playlist, genre: New Wave }
<3 Punk Songs:
template: { name: Hearted Genre Playlist, genre: Punk }
<3 Rock Songs:
template: { name: Hearted Genre Playlist, genre: Rock }
<3 Synthwave Songs:
template: { name: Hearted Genre Playlist, genre: Synthwave }
# Artists by Country Builders
<3 Japan Songs:
template: { name: Hearted Country Playlist, country: japan }
<3 Northern European Songs:
template:
{
name: Hearted Country Playlist,
country: [japan, norway, sweden, finland, iceland],
}

@ -29,10 +29,6 @@ All Movies have matching poster sets and a collection poster. TV Show metadata m
- Shrek Collection
- Studio Ghibli Collection
## Shows
- Arcane
- Show Poster
- Season Posters
- Title Cards
- Doctor Who (2005)
- Season Posters
- Documentary Now
@ -64,7 +60,43 @@ All Movies have matching poster sets and a collection poster. TV Show metadata m
- Movies
- Collection Poster
- Movie Posters
--------
# Playlists
**IMPORTANT NOTE ABOUT PLAYLISTS** - Playlist files require the 'libraries' field to be filled out, in order for PMM to appy the playlist to the libraries listed. This means that Playlist files WILL NOT WORK using the 'git:' attribute in the config file. You have to manually Copy/Paste the Playlist file into your own setup, and change each of the 'Libraries' to match your personal naming scheme for your Plex libraries.
## TV Show Playlists
### TV
- X-Files (Freak of the Week)
- Just the 'Monster of the Week' episodes of X-Files, all in order
- X-Files (Mythology)
- Just the Serialized 'Mythology' episodes of X-Files, all in order
- Ducktales (2017) Intended Viewing Order
- Disney aired them out of order of the Crew's intended viewing order, so this uses the alternate order on the TVDB page to build a playlist in the order meant to be watched
### Anime
- Bleach - No Filler
- All of the core episodes of the show Bleach without any of the filler
- Monogatari Watch Order
- Monogatari in it's intended watch order. The series should be organized to TVDB Standards to use this - no HAMA/other metadata providers
## Music Playlists
- **Note** - Music playlists are currently broken in the 'stable' release. If you are on **v1.18.0** or earlier, you'll need to wait for a new stable update, or move to the **:develop** branch using a container tag
- <3 by Genre
- Uses a template to build out playlists of <3 music by Genre. Uses Common genres I personally listen to, but is easily expandable for your own personal library
- **Note** - Soundtracks are excluded by default, and a few playlists don't fit the template (soundtrack album type, instrumental [where you might want soundtracks], and All <3 music). This could probably be improved via optional variables, but I haven't put time into figuring that out.
- Chillhop by Season
- The 'Chillhop Essentials' release a seasonal album for each season, each year. This groups them together by Season for a quick shuffle of background noise dependant on the weather.
#### Future Collections
Some future collections I plan to do include:
- Marvel Cinematic Universe
@ -74,4 +106,4 @@ Some future collections I plan to do include:
- Love Death Robots
-
There are a lot of good collections for these already, but my aim is to include matching posters for them as well in the provided files, which most don't do.
There are a lot of good collections for these already, but my aim is to include matching posters for them in metadata alongside the collection itself, which most don't do.

Loading…
Cancel
Save