Open mza921 opened 3 years ago
Here is the config. Thanks!
Can you paste the markdown? Surround your text with three backticks ``` before and after.
Yep, no problem. Here you go:
collections:
IMDb Top 250:
trakt_list: https://trakt.tv/users/justin/lists/imdb-top-rated-tv-shows?sort=rank,asc
sync_mode: sync
collection_mode: show_items
sort_title: "*001"
Most Popular TV (30 days):
sync_mode: sync
collection_mode: show_items
tautulli:
list_type: popular
list_days: 30
list_size: 10
sort_title: "*002"
Marvel Cinematic Universe:
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
sort_title: "*040"
file_poster: B:\Plex TV Shows Metadata\Marvel Television.png
DC Extended Universe:
trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe?sort=rank,asc
sort_title: "*045"
Documentaries:
tmdb_discover:
with_genres: 99
all: true
filters:
genre: Documentary
collection_order: alpha
sort_title: "*050"
ABC:
tmdb_network: 2
sort_title: "*100"
Amazon:
tmdb_network: 1024
sort_title: "*110"
AMC:
tmdb_network: 174
sort_title: "*120"
Apple TV+:
tmdb_network: 2552
sort_title: "*130"
CBS:
tmdb_network: 16, 1709
sort_title: "*140"
Comedy Central:
tmdb_network: 47
sort_title: "*150"
The CW:
tmdb_network: 71
sort_title: "*160"
Disney+:
tmdb_network: 2739
sort_title: "*170"
FOX:
tmdb_network: 19
sort_title: "*180"
FX:
tmdb_network: 88
sort_title: "*190"
HBO:
tmdb_network: 49, 3186
sort_title: "*200"
Hulu:
tmdb_network: 453
sort_title: "*210"
NBC:
tmdb_network: 6
sort_title: "*220"
Netflix:
tmdb_network: 213
sort_title: "*230"
Nick:
tmdb_network: 13, 224, 35
sort_title: "*240"
Showtime:
tmdb_network: 67
sort_title: "*250"
Kids Cartoons:
trakt_list:
- https://trakt.tv/users/kylesheila/lists/kids-cartoons?sort=title,asc
- https://trakt.tv/users/ondrisel/lists/classic-cartoons?sort=rank,asc
collection_order: alpha
Anthony Bourdain:
all: true
filters:
actor: Anthony Bourdain
tmdb_biography: 1223677
plex:
library: TV Shows
library_type: show
token: xxx
url: http://10.0.0.25:32400
sync_mode: append
sonarr:
url: http://10.0.0.25:38082
token: xxx
quality_profile_id: 6
root_folder_path: K:\TV Shows
search_movie: false
version: v3
add_to_radarr: false
add_movie: false
tmdb:
apikey: xxx
language: en
tautulli:
url: http://10.0.0.25:8181
apikey: xxx
trakt:
client_id: xxx
client_secret: xxx
auto_refresh_token: false
# Below is filled in automatically when the script is run
authorization:
access_token: xxx
token_type: Bearer
expires_in: 7889237
refresh_token: xxx
scope: public
created_at: 1607374600
image_server:
poster_directory: B:\Plex TV Shows Metadata
background_directory: ../config/backgrounds
image_directory: B:\Plex Collections Metadata
Sorry, just realized I had made some changes to get it to work (using filters). The issues I had were with the Anthony Bourdain Collection and it was structured as:
collections:
Anthony Bourdain:
tmdb_actor: 1223677
and
collections:
Anthony Bourdain:
plex_search:
actor: Anthony Bourdain
and
collections:
Anthony Bourdain:
actor: Anthony Bourdain
per the Wiki
These all won't work with a TV library. I'll have to update the README since, while the table shows it's not supported, there's a section that incorrectly says it is supported. I'll also have to look into why it proceeds to add every TV show instead of just failing for plex_search
.
These all won't work with a TV library. I'll have to update the README since, while the table shows it's not supported, there's a section that incorrectly says it is supported. I'll also have to look into why it proceeds to add every TV show instead of just failing for
plex_search
.
Understood and thank you.
Not sure if this is related to the same issue or should be in it's own thread, but I'm also having issues with TV shows for tmdb_actor and plex_search. Here are examples:
tmdb_actor
says it only works for movies, adds nothing to collectionplex_search
for actor says it only works for movies, adds ALL TV shows to the collection.Originally posted by @ramair02 in https://github.com/mza921/Plex-Auto-Collections/issues/170#issuecomment-756947902