Kometa-Team / Kometa

Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.
https://kometa.wiki
MIT License
2.54k stars 307 forks source link

[Feature Request] Ability to update TV Show -> Advanced -> Seasons field #136

Closed Tharic99 closed 3 years ago

Tharic99 commented 3 years ago

When TV Shows have a single season, such as the Masterclass series, it is easier to change the Advanced -> Seasons field from Library Default to Hide. When it's set to Hide, instead of showing the Season number, it actually shows the number of episodes today.

Selection_082

Comparison of "Show" vs "Hide"...

Selection_083

meisnate12 commented 3 years ago

ok this has been added to develop. When editing metadata you will also have these options

Name Attribute Allowed Values Works with Movies Works with Shows
Episode Sorting episode_sorting default: Library default
oldest: Oldest first
newest: Newest first
:x: :heavy_check_mark:
Keep Episodes keep_episodes all: All episodes
5_latest: 5 latest episodes
3_latest: 3 latest episodes
latest: Latest episodes
past_3: Episodes added in the past 3 days
past_7: Episodes added in the past 7 days
past_30: Episodes added in the past 30 days
:x: :heavy_check_mark:
Delete Episodes delete_episodes never: Never
day: After a day
week: After a week
refresh: On next refresh
:x: :heavy_check_mark:
Season Display season_display default: Library default
show: Show
hide: Hide
:x: :heavy_check_mark:
Episode Ordering episode_ordering default: Library default
tmdb_aired*: The Movie Database (Aired)
tvdb_aired: TheTVDB (Aired)
tvdb_dvd: TheTVDB (DVD)
tvdb_absolute: TheTVDB (Absolute)
:x: :heavy_check_mark:
Metadata Language* metadata_language default, ar-SA, ca-ES, cs-CZ, da-DK, de-DE, el-GR, en-AU, en-CA, en-GB, en-US, es-ES, es-MX, et-EE, fa-IR, fi-FI, fr-CA, fr-FR, he-IL, hi-IN, hu-HU, id-ID, it-IT, ja-JP, ko-KR, lt-LT, lv-LV, nb-NO, nl-NL, pl-PL, pt-BR, pt-PT, ro-RO, ru-RU, sk-SK, sv-SE, th-TH, tr-TR, uk-UA, vi-VN, zh-CN, zh-HK, zh-TW :x: :heavy_check_mark:
Use Original Title* use_original_title default: Library default
no: No
yes: Yes
:x: :heavy_check_mark:
Tharic99 commented 3 years ago

Does this go into the tvshows config? I'm a bit confused just from the "When editing metadata ..." comment

This is what I currently have in my config.

    Masterclass:
        tvdb_show_details: 362158
        tvdb_list: https://www.thetvdb.com/lists/7781
        sync_mode: sync
        collection_mode: default
        collection_order: release
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no

This is what the log is showing

|====================================================================================================|
|                                       MasterClass Collection                                       |
|====================================================================================================|
|                                                                                                    |
| Scanning MasterClass Collection                                                                    |
|                                                                                                    |
| Method: tvdb_show_details                                                                          |
| Value: 362158                                                                                      |
|                                                                                                    |
| Method: tvdb_list                                                                                  |
| Value: https://www.thetvdb.com/lists/7781                                                          |
|                                                                                                    |
| Method: sync_mode                                                                                  |
| Value: sync                                                                                        |
|                                                                                                    |
| Method: collection_mode                                                                            |
| Value: default                                                                                     |
|                                                                                                    |
| Method: collection_order                                                                           |
| Value: release                                                                                     |
|                                                                                                    |
| Method: season_display                                                                             |
| Value: hide                                                                                        |
| Collection Error: season_display attribute not supported                                           |
|                                                                                                    |
|====================================================================================================|
|                                      Finished Collections Run                                      |
|                                         Run Time: 0:00:19                                          |
|====================================================================================================|                                                                               |
meisnate12 commented 3 years ago

the advanced settings you asked for are settings of an individual show not the collection. They are a Metadata Attribute not a Collection Detail Attribute.

Tharic99 commented 3 years ago

Okay, I got some of it working. I'm not sure if I'm missing something or if something isn't right in the code. It looks like the Seasons field isn't being updated though.

Side note, I went ahead and populated that TVDb user list I created with all the individual shows. There's one that's a problem still, the individual show has 3 seasons itself, so I'm not sure how I'm going to handle that yet, but that's a TVDb issue, not a PMM issue - lol

Here's my config. (Sorry in advance it's all so long)

############################
####     COLLECTIONS    ####
############################

    MasterClass:
        tvdb_show_details: 362158
        tvdb_list: https://www.thetvdb.com/lists/7781
        sync_mode: sync
        collection_mode: default
        collection_order: alpha

metadata:
    "MasterClass: James Patterson Teaches Writing":
        sort_title: Season 001 James Patterson Teaches Writing
        alt_title: James Patterson Teaches Writing
        original_title: "MasterClass: James Patterson Teaches Writing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Usher Teaches the Art of Performance":
        sort_title: Season 002 Usher Teaches the Art of Performance
        alt_title: Usher Teaches the Art of Performance
        original_title: "MasterClass: Usher Teaches the Art of Performance"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no       

    "MasterClass: Annie Leibovitz Teaches Photography":
        sort_title: Season 003 Annie Leibovitz Teaches Photography
        alt_title: Usher Teaches the Art of Performance
        original_title: "MasterClass: Usher Teaches the Art of Performance"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Serena Williams Teaches Tennis":  
        sort_title: Season 004 Serena Williams Teaches Tennis
        alt_title: Serena Williams Teaches Tennis
        original_title: "MasterClass: Serena Williams Teaches Tennis"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Christina Aguilera Teaches Singing":  
        sort_title: Season 005 Christina Aguilera Teaches Singing
        alt_title: Christina Aguilera Teaches Singing
        original_title: "MasterClass: Christina Aguilera Teaches Singing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Werner Herzog Teaches Filmmaking":  
        sort_title: Season 006 Werner Herzog Teaches Filmmaking
        alt_title: Werner Herzog Teaches Filmmaking
        original_title: "MasterClass: Werner Herzog Teaches Filmmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Aaron Sorkin Teaches Screenwriting":  
        sort_title: Season 007 Aaron Sorkin Teaches Screenwriting
        alt_title: Aaron Sorkin Teaches Screenwriting
        original_title: "MasterClass: Aaron Sorkin Teaches Screenwriting"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Reba McEntire Teaches Country Music":  
        sort_title: Season 008 Reba McEntire Teaches Country Music
        alt_title: Reba McEntire Teaches Country Music
        original_title: "MasterClass: Reba McEntire Teaches Country Music"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no    

    "MasterClass: Deadmau5 Teaches Electronic Music Production":
        sort_title: Season 009 Deadmau5 Teaches Electronic Music Production
        alt_title: Deadmau5 Teaches Electronic Music Production
        original_title: "MasterClass: Deadmau5 Teaches Electronic Music Production"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no    

    "MasterClass: Hans Zimmer Teaches Film Scoring":
        sort_title: Season 010 Hans Zimmer Teaches Film Scoring
        alt_title: Hans Zimmer Teaches Film Scoring
        original_title: "MasterClass: Hans Zimmer Teaches Film Scoring"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Gordon Ramsay Teaches Cooking I":
        sort_title: Season 011 Gordon Ramsay Teaches Cooking I
        alt_title: Gordon Ramsay Teaches Cooking I
        original_title: "MasterClass: Gordon Ramsay Teaches Cooking I"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Shonda Rhimes Teaches Writing for Television":
        sort_title: Season 012 Shonda Rhimes Teaches Writing for Television
        alt_title: Shonda Rhimes Teaches Writing for Television
        original_title: "MasterClass: Shonda Rhimes Teaches Writing for Television"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Frank Gehry Teaches Design and Architecture":        
        sort_title: Season 013 Frank Gehry Teaches Design and Architecture
        alt_title: Frank Gehry Teaches Design and Architecture
        original_title: "MasterClass: Frank Gehry Teaches Design and Architecture"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Steve Martin Teaches Comedy":        
        sort_title: Season 014 Steve Martin Teaches Comedy
        alt_title: Steve Martin Teaches Comedy
        original_title: "MasterClass: Steve Martin Teaches Comedy"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: David Mamet Teaches Dramatic Writing":        
        sort_title: Season 015 David Mamet Teaches Dramatic Writing
        alt_title: David Mamet Teaches Dramatic Writing
        original_title: "MasterClass: David Mamet Teaches Dramatic Writing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Diane Von Furstenberg Teaches Building a Fashion Brand":        
        sort_title: Season 016 Diane Von Furstenberg Teaches Building a Fashion Brand
        alt_title: Diane Von Furstenberg Teaches Building a Fashion Brand
        original_title: "MasterClass: Diane Von Furstenberg Teaches Building a Fashion Brand"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no          

    "MasterClass: Jane Goodall Teaches Conservation":
        sort_title: Season 017 Jane Goodall Teaches Conservation
        alt_title: Jane Goodall Teaches Conservation
        original_title: "MasterClass: Jane Goodall Teaches Conservation"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no    

    "MasterClass: Garry Kasparov Teaches Chess":        
        sort_title: Season 018 Garry Kasparov Teaches Chess
        alt_title: Garry Kasparov Teaches Chess
        original_title: "MasterClass: Garry Kasparov Teaches Chess"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no        

    "MasterClass: Herbie Hancock Teaches Jazz":        
        sort_title: Season 019 Herbie Hancock Teaches Jazz
        alt_title: Herbie Hancock Teaches Jazz
        original_title: "MasterClass: Herbie Hancock Teaches Jazz"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Martin Scorsese Teaches Filmmaking":        
        sort_title: Season 020 Martin Scorsese Teaches Filmmaking        
        alt_title: Martin Scorsese Teaches Filmmaking
        original_title: "MasterClass: Martin Scorsese Teaches Filmmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no            

    "MasterClass: Judy Blume Teaches Writing":
        sort_title: Season 021 Judy Blume Teaches Writing
        alt_title: Judy Blume Teaches Writing
        original_title: "MasterClass: Judy Blume Teaches Writing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Samuel L. Jackson Teaches Acting":
        sort_title: Season 022 Samuel L. Jackson Teaches Acting
        alt_title: Samuel L. Jackson Teaches Acting
        original_title: "MasterClass: Samuel L. Jackson Teaches Acting"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no          

    "MasterClass: Bob Woodward Teaches Investigative Journalism":
        sort_title: Season 023 Bob Woodward Teaches Investigative Journalism
        alt_title: Bob Woodward Teaches Investigative Journalism
        original_title: "MasterClass: Bob Woodward Teaches Investigative Journalism"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Marc Jacobs Teaches Fashion Design":
        sort_title: Season 024 Marc Jacobs Teaches Fashion Design
        alt_title: Marc Jacobs Teaches Fashion Design
        original_title: "MasterClass: Marc Jacobs Teaches Fashion Design"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Ron Howard Teaches Directing":
        sort_title: Season 025 Ron Howard Teaches Directing
        alt_title: Ron Howard Teaches Directing
        original_title: "MasterClass: Ron Howard Teaches Directing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "Masterclass: Helen Mirren Teaches Acting":
        sort_title: Season 026 Helen Mirren Teaches Acting
        alt_title: Helen Mirren Teaches Acting
        original_title: "MasterClass: Helen Mirren Teaches Acting"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Stephen Curry Teaches Shooting, Ball-Handling, and Scoring":
        sort_title: Season 027 Stephen Curry Teaches Shooting, Ball-Handling, and Scoring
        alt_title: Stephen Curry Teaches Shooting, Ball-Handling, and Scoring
        original_title: "MasterClass: Stephen Curry Teaches Shooting, Ball-Handling, and Scoring"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Wolfgang Puck Teaches Cooking":
        sort_title: Season 028 Wolfgang Puck Teaches Cooking
        alt_title: Wolfgang Puck Teaches Cooking
        original_title: "MasterClass: Wolfgang Puck Teaches Cooking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Alice Waters Teaches The Art of Home Cooking":
        sort_title: Season 029 Alice Waters Teaches The Art of Home Cooking
        alt_title: Alice Waters Teaches The Art of Home Cooking
        original_title: "MasterClass: Alice Waters Teaches The Art of Home Cooking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Thomas Keller Teaches Cooking Techniques":
        sort_title: Season 030 Thomas Keller Teaches Cooking Techniques
        alt_title: Thomas Keller Teaches Cooking Techniques
        original_title: "MasterClass: Thomas Keller Teaches Cooking Techniques"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Armin Van Buuren Teaches Dance Music":
        sort_title: Season 031 Armin Van Buuren Teaches Dance Music
        alt_title: Armin Van Buuren Teaches Dance Music
        original_title: "MasterClass: Armin Van Buuren Teaches Dance Music"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Malcolm Gladwell Teaches Writing":
        sort_title: Season 032 Malcolm Gladwell Teaches Writing
        alt_title: Malcolm Gladwell Teaches Writing
        original_title: "MasterClass: Malcolm Gladwell Teaches Writing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Judd Apatow Teaches Comedy":
        sort_title: Season 033 Judd Apatow Teaches Comedy
        alt_title: Judd Apatow Teaches Comedy
        original_title: "MasterClass: Judd Apatow Teaches Comedy"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Chris Hadfield Teaches Space Exploration":
        sort_title: Season 034 Chris Hadfield Teaches Space Exploration
        alt_title: Chris Hadfield Teaches Space Exploration
        original_title: "MasterClass: Chris Hadfield Teaches Space Exploration"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Spike Lee Teaches Independent Filmmaking":
        sort_title: Season 035 Spike Lee Teaches Independent Filmmaking
        alt_title: Spike Lee Teaches Independent Filmmaking
        original_title: "MasterClass: Spike Lee Teaches Independent Filmmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: R. L. Stine Teaches Writing for Young Audiences":
        sort_title: Season 036 R. L. Stine Teaches Writing for Young Audiences
        alt_title: R. L. Stine Teaches Writing for Young Audiences
        original_title: "MasterClass: R. L. Stine Teaches Writing for Young Audiences"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Daniel Negreanu Teaches Poker":
        sort_title: Season 037 Daniel Negreanu Teaches Poker
        alt_title: Daniel Negreanu Teaches Poker
        original_title: "MasterClass: Daniel Negreanu Teaches Poker"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Natalie Portman Teaches Acting":
        sort_title: Season 038 Natalie Portman Teaches Acting
        alt_title: Natalie Portman Teaches Acting
        original_title: "MasterClass: Natalie Portman Teaches Acting"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Margaret Atwood Teaches Creative Writing":
        sort_title: Season 039 Margaret Atwood Teaches Creative Writing
        alt_title: Margaret Atwood Teaches Creative Writing
        original_title: "MasterClass: Margaret Atwood Teaches Creative Writing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Ken Burns Teaches Documentary Filmmaking":
        sort_title: Season 040 Ken Burns Teaches Documentary Filmmaking
        alt_title: Ken Burns Teaches Documentary Filmmaking
        original_title: "MasterClass: Ken Burns Teaches Documentary Filmmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Gordon Ramsay Teaches Cooking II Restaurant Recipes at Home":
        sort_title: Season 041 Gordon Ramsay Teaches Cooking II Restaurant Recipes at Home
        alt_title: Gordon Ramsay Teaches Cooking II Restaurant Recipes at Home
        original_title: "MasterClass: Gordon Ramsay Teaches Cooking II Restaurant Recipes at Home"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Tom Morello Teaches Electric Guitar":
        sort_title: Season 042 Tom Morello Teaches Electric Guitar
        alt_title: Tom Morello Teaches Electric Guitar
        original_title: "MasterClass: Tom Morello Teaches Electric Guitar"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: David Axelrod and Karl Rove Teach Campaign Strategy and Messaging":
        sort_title: Season 043 David Axelrod and Karl Rove Teach Campaign Strategy and Messaging
        alt_title: David Axelrod and Karl Rove Teach Campaign Strategy and Messaging
        original_title: "MasterClass: David Axelrod and Karl Rove Teach Campaign Strategy and Messaging"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Paul Krugman Teaches Economics and Society":
        sort_title: Season 044 Paul Krugman Teaches Economics and Society
        alt_title: Paul Krugman Teaches Economics and Society
        original_title: "MasterClass: Paul Krugman Teaches Economics and Society"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Dan Brown Teaches Writing Thrillers":
        sort_title: Season 045 Dan Brown Teaches Writing Thrillers
        alt_title: Dan Brown Teaches Writing Thrillers
        original_title: "MasterClass: Dan Brown Teaches Writing Thrillers"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Thomas Keller Teaches Cooking Techniques II Meats, Stocks, and Sauces":
        sort_title: Season 046 Thomas Keller Teaches Cooking Techniques II Meats, Stocks, and Sauces
        alt_title: Thomas Keller Teaches Cooking Techniques II Meats, Stocks, and Sauces
        original_title: "MasterClass: Thomas Keller Teaches Cooking Techniques II Meats, Stocks, and Sauces"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Dominique Ansel Teaches French Pastry Fundamentals":
        sort_title: Season 047 Dominique Ansel Teaches French Pastry Fundamentals
        alt_title: Dominique Ansel Teaches French Pastry Fundamentals
        original_title: "MasterClass: Dominique Ansel Teaches French Pastry Fundamentals"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Mira Nair Teaches Independent Filmmaking":
        sort_title: Season 048 Mira Nair Teaches Independent Filmmaking
        alt_title: Mira Nair Teaches Independent Filmmaking
        original_title: "MasterClass: Mira Nair Teaches Independent Filmmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Jimmy Chin Teaches Adventure Photography":
        sort_title: Season 049 Jimmy Chin Teaches Adventure Photography
        alt_title: Jimmy Chin Teaches Adventure Photography
        original_title: "MasterClass: Jimmy Chin Teaches Adventure Photography"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: James Suckling Teaches Wine Appreciation":
        sort_title: Season 050 James Suckling Teaches Wine Appreciation
        alt_title: James Suckling Teaches Wine Appreciation
        original_title: "MasterClass: James Suckling Teaches Wine Appreciation"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Carlos Santana Teaches The Art and Soul of Guitar":
        sort_title: Season 051 Carlos Santana Teaches The Art and Soul of Guitar
        alt_title: Carlos Santana Teaches The Art and Soul of Guitar
        original_title: "MasterClass: Carlos Santana Teaches The Art and Soul of Guitar"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Will Wright Teaches Game Design and Theory":
        sort_title: Season 052 Will Wright Teaches Game Design and Theory
        alt_title: Will Wright Teaches Game Design and Theory
        original_title: "MasterClass: Will Wright Teaches Game Design and Theory"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Jodie Foster Teaches Filmmaking":
        sort_title: Season 053 Jodie Foster Teaches Filmmaking
        alt_title: Jodie Foster Teaches Filmmaking
        original_title: "MasterClass: Jodie Foster Teaches Filmmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Howard Schultz Business Leadership":
        sort_title: Season 054 Howard Schultz Business Leadership
        alt_title: Howard Schultz Business Leadership
        original_title: "MasterClass: Howard Schultz Business Leadership"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Neil Gaiman Teaches The Art of Storytelling":
        sort_title: Season 055 Neil Gaiman Teaches The Art of Storytelling
        alt_title: Neil Gaiman Teaches The Art of Storytelling
        original_title: "MasterClass: Neil Gaiman Teaches The Art of Storytelling"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Timbaland Teaches Producing and Beatmaking":
        sort_title: Season 056 Timbaland Teaches Producing and Beatmaking
        alt_title: Timbaland Teaches Producing and Beatmaking
        original_title: "MasterClass: Timbaland Teaches Producing and Beatmaking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: David Lynch Teaches Creativity and Film":
        sort_title: Season 057 David Lynch Teaches Creativity and Film
        alt_title: David Lynch Teaches Creativity and Film
        original_title: "MasterClass: David Lynch Teaches Creativity and Film"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Billy Collins Teaches Reading and Writing Poetry":
        sort_title: Season 058 Billy Collins Teaches Reading and Writing Poetry
        alt_title: Billy Collins Teaches Reading and Writing Poetry
        original_title: "MasterClass: Billy Collins Teaches Reading and Writing Poetry"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Penn & Teller Teach the Art of Magic":
        sort_title: Season 059 Penn & Teller Teach the Art of Magic
        alt_title: Penn & Teller Teach the Art of Magic
        original_title: "MasterClass: Penn & Teller Teach the Art of Magic"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Aaron Franklin Teaches Texas-Style BBQ":
        sort_title: Season 060 Aaron Franklin Teaches Texas-Style BBQ
        alt_title: Aaron Franklin Teaches Texas-Style BBQ
        original_title: "MasterClass: Aaron Franklin Teaches Texas-Style BBQ"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no  

    "MasterClass: Phil Ivey Teaches Poker Strategy":
        sort_title: Season 061 Phil Ivey Teaches Poker Strategy
        alt_title: Phil Ivey Teaches Poker Strategy
        original_title: "MasterClass: Phil Ivey Teaches Poker Strategy"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Itzhak Perlman Teaches Violin":
        sort_title: Season 062 Itzhak Perlman Teaches Violin
        alt_title: Itzhak Perlman Teaches Violin
        original_title: "MasterClass: Itzhak Perlman Teaches Violin"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Massimo Bottura Teaches Modern Italian Cooking":
        sort_title: Season 063 Massimo Bottura Teaches Modern Italian Cooking
        alt_title: Massimo Bottura Teaches Modern Italian Cooking
        original_title: "MasterClass: Massimo Bottura Teaches Modern Italian Cooking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: David Baldacci Teaches Mystery and Thriller Writing":
        sort_title: Season 064 David Baldacci Teaches Mystery and Thriller Writing
        alt_title: David Baldacci Teaches Mystery and Thriller Writing
        original_title: "MasterClass: David Baldacci Teaches Mystery and Thriller Writing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Joyce Carol Oates Teaches the Art of the Short Story":
        sort_title: Season 065 Joyce Carol Oates Teaches the Art of the Short Story
        alt_title: Joyce Carol Oates Teaches the Art of the Short Story
        original_title: "MasterClass: Joyce Carol Oates Teaches the Art of the Short Story"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Simone Biles Teaches Gymnastics Fundamentals":
        sort_title: Season 066 Simone Biles Teaches Gymnastics Fundamentals
        alt_title: Simone Biles Teaches Gymnastics Fundamentals
        original_title: "MasterClass: Simone Biles Teaches Gymnastics Fundamentals"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Anna Wintour Teaches Creativity and Leadership":
        sort_title: Season 067 Anna Wintour Teaches Creativity and Leadership
        alt_title: Anna Wintour Teaches Creativity and Leadership
        original_title: "MasterClass: Anna Wintour Teaches Creativity and Leadership"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Thomas Keller Teaches Cooking Techniques III Seafood, Sous Vide, and Desserts":
        sort_title: Season 068 Thomas Keller Teaches Cooking Techniques III Seafood, Sous Vide, and Desserts
        alt_title: Thomas Keller Teaches Cooking Techniques III Seafood, Sous Vide, and Desserts
        original_title: "MasterClass: Thomas Keller Teaches Cooking Techniques III Seafood, Sous Vide, and Desserts"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Danny Elfman Teaches Music for Film":
        sort_title: Season 069 Danny Elfman Teaches Music for Film
        alt_title: Danny Elfman Teaches Music for Film
        original_title: "MasterClass: Danny Elfman Teaches Music for Film"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Sara Blakely Teaches Self-Made Entrepreneurship":
        sort_title: Season 070 Sara Blakely Teaches Self-Made Entrepreneurship
        alt_title: Sara Blakely Teaches Self-Made Entrepreneurship
        original_title: "MasterClass: Sara Blakely Teaches Self-Made Entrepreneurship"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Bob Iger Teaches Business Strategy and Leadership":
        sort_title: Season 071 Bob Iger Teaches Business Strategy and Leadership
        alt_title: Bob Iger Teaches Business Strategy and Leadership
        original_title: "MasterClass: Bob Iger Teaches Business Strategy and Leadership"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership":
        sort_title: Season 072 Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership
        alt_title: Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership
        original_title: "MasterClass: Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no 

    "MasterClass: Bobbi Brown Teaches Makeup and Beauty":
        sort_title: Season 073 Bobbi Brown Teaches Makeup and Beauty
        alt_title: Bobbi Brown Teaches Makeup and Beauty
        original_title: "MasterClass: Bobbi Brown Teaches Makeup and Beauty"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Misty Copeland Teaches Ballet Technique and Artistry":
        sort_title: Season 074 Misty Copeland Teaches Ballet Technique and Artistry
        alt_title: Misty Copeland Teaches Ballet Technique and Artistry
        original_title: "MasterClass: Misty Copeland Teaches Ballet Technique and Artistry"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: David Sedaris Teaches Storytelling and Humor":
        sort_title: Season 075 David Sedaris Teaches Storytelling and Humor
        alt_title: David Sedaris Teaches Storytelling and Humor
        original_title: "MasterClass: David Sedaris Teaches Storytelling and Humor"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Chris Voss Teaches the Art of Negotiation":
        sort_title: Season 076 Chris Voss Teaches the Art of Negotiation
        alt_title: Chris Voss Teaches the Art of Negotiation
        original_title: "MasterClass: Chris Voss Teaches the Art of Negotiation"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Neil Degrasse Tyson Teaches Scientific Thinking and Communication":
        sort_title: Season 077 Neil Degrasse Tyson Teaches Scientific Thinking and Communication
        alt_title: Neil Degrasse Tyson Teaches Scientific Thinking and Communication
        original_title: "MasterClass: Neil Degrasse Tyson Teaches Scientific Thinking and Communication"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Gabriela Cámara Teaches Mexican Cooking":
        sort_title: Season 078 Gabriela Cámara Teaches Mexican Cooking
        alt_title: Gabriela Cámara Teaches Mexican Cooking
        original_title: "MasterClass: Gabriela Cámara Teaches Mexican Cooking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Kelly Wearstler Teaches Interior Design":
        sort_title: Season 080 Kelly Wearstler Teaches Interior Design
        alt_title: Kelly Wearstler Teaches Interior Design
        original_title: "MasterClass: Kelly Wearstler Teaches Interior Design"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Jeff Goodby & Rich Silverstein Teach Advertising and Creativity":
        sort_title: Season 081 Jeff Goodby & Rich Silverstein Teach Advertising and Creativity
        alt_title: Jeff Goodby & Rich Silverstein Teach Advertising and Creativity
        original_title: "MasterClass: Jeff Goodby & Rich Silverstein Teach Advertising and Creativity"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: RuPaul Teaches Self-Expression and Authenticity":
        sort_title: Season 082 RuPaul Teaches Self-Expression and Authenticity
        alt_title: RuPaul Teaches Self-Expression and Authenticity
        original_title: "MasterClass: RuPaul Teaches Self-Expression and Authenticity"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Lynnette Marrero & Ryan Chetiyawardana Teach Mixology":
        sort_title: Season 083 Lynnette Marrero & Ryan Chetiyawardana Teach Mixology
        alt_title: Lynnette Marrero & Ryan Chetiyawardana Teach Mixology
        original_title: "MasterClass: Lynnette Marrero & Ryan Chetiyawardana Teach Mixology"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Kevin Spacey Teaches Acting":
        sort_title: Season 084 Kevin Spacey Teaches Acting
        alt_title: Kevin Spacey Teaches Acting
        original_title: "MasterClass: Kevin Spacey Teaches Acting"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Ron Finley Teaches Gardening":
        sort_title: Season 085 Ron Finley Teaches Gardening
        alt_title: Ron Finley Teaches Gardening
        original_title: "MasterClass: Ron Finley Teaches Gardening"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Robin Roberts Teaches Effective and Authentic Communication":
        sort_title: Season 086 Robin Roberts Teaches Effective and Authentic Communication
        alt_title: Robin Roberts Teaches Effective and Authentic Communication
        original_title: "MasterClass: Robin Roberts Teaches Effective and Authentic Communication"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Tony Hawk Teaches Skateboarding":
        sort_title: Season 087 Tony Hawk Teaches Skateboarding
        alt_title: Tony Hawk Teaches Skateboarding
        original_title: "MasterClass: Tony Hawk Teaches Skateboarding"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Sheila E. Teaches Drumming and Percussion":
        sort_title: Season 088 Sheila E. Teaches Drumming and Percussion
        alt_title: Sheila E. Teaches Drumming and Percussion
        original_title: "MasterClass: Sheila E. Teaches Drumming and Percussion"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Brandon McMillan Teaches Dog Training":
        sort_title: Season 089 Brandon McMillan Teaches Dog Training
        alt_title: Brandon McMillan Teaches Dog Training
        original_title: "MasterClass: Brandon McMillan Teaches Dog Training"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Jake Shimbukuro Teaches 'Ukulele":
        sort_title: Season 090 Jake Shimbukuro Teaches 'Ukulele
        alt_title: Jake Shimbukuro Teaches 'Ukulele
        original_title: "MasterClass: Jake Shimbukuro Teaches 'Ukulele"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Tan France Teaches Style for Everyone":
        sort_title: Season 091 Tan France Teaches Style for Everyone
        alt_title: Tan France Teaches Style for Everyone
        original_title: "MasterClass: Tan France Teaches Style for Everyone"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: St. Vincent Teaches Creativity and Songwriting":
        sort_title: Season 092 St. Vincent Teaches Creativity and Songwriting
        alt_title: St. Vincent Teaches Creativity and Songwriting
        original_title: "MasterClass: St. Vincent Teaches Creativity and Songwriting"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Yotam Ottolenghi Teaches Modern Middle Eastern Cooking":
        sort_title: Season 093 Yotam Ottolenghi Teaches Modern Middle Eastern Cooking
        alt_title: Yotam Ottolenghi Teaches Modern Middle Eastern Cooking
        original_title: "MasterClass: Yotam Ottolenghi Teaches Modern Middle Eastern Cooking"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Daniel Pink Teaches Sales and Persuasion":
        sort_title: Season 094 Daniel Pink Teaches Sales and Persuasion
        alt_title: Daniel Pink Teaches Sales and Persuasion
        original_title: "MasterClass: Daniel Pink Teaches Sales and Persuasion"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Parris Goebel Teaches Creativity in Choreography":
        sort_title: Season 095 Parris Goebel Teaches Creativity in Choreography
        alt_title: Parris Goebel Teaches Creativity in Choreography
        original_title: "MasterClass: Parris Goebel Teaches Creativity in Choreography"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Emily Morse Teaches Sex and Communication":
        sort_title: Season 096 Emily Morse Teaches Sex and Communication
        alt_title: Emily Morse Teaches Sex and Communication
        original_title: "MasterClass: Emily Morse Teaches Sex and Communication"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Alicia Keys Teaches Songwriting and Producing":
        sort_title: Season 097 Alicia Keys Teaches Songwriting and Producing
        alt_title: Alicia Keys Teaches Songwriting and Producing
        original_title: "MasterClass: Alicia Keys Teaches Songwriting and Producing"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

    "MasterClass: Walter Mosley Teaches Fiction and Storytelling":
        sort_title: Season 098 Walter Mosley Teaches Fiction and Storytelling        
        alt_title: Walter Mosley Teaches Fiction and Storytelling        
        original_title: "MasterClass: Walter Mosley Teaches Fiction and Storytelling"
        season_display: hide
        episode_ordering: tvdb_absolute
        use_original_title: no         

And here's the log from the most recent run.

|====================================================================================================|
|                                          TV Shows Library                                          |
|====================================================================================================|
|                                                                                                    |
|====================================================================================================|
|                                      Mapping TV Shows Library                                      |
|====================================================================================================|
|                                                                                                    |
| Mapping Show Library: TV Shows                                                                     |
| Cache | ! | local://75372                                  | No match in Plex for The League       |
| Cache | ! | plex://show/5d9c08fd3c3f87001f359f00           | Unable to convert TMDb ID: 78953 to TVDb ID using TMDb or Trakt for MasterClass: Armin Van Buuren Teaches Dance Music |
| Processed 193 Shows                                                                                |  
|                                                                                                    |
|====================================================================================================|
|                                     TV Shows Library Metadata                                      |
|====================================================================================================|
|                                                                                                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: James Patterson Teaches Writing...                                     |
| Show: MasterClass: James Patterson Teaches Writing Details Update Not Needed                       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Usher Teaches the Art of Performance...                                |
| Detail: title updated to MasterClass: Usher Teaches the Art of Performance                         |
| Detail: sort_title updated to Season 002 Usher Teaches the Art of Performance                      |
| Details Update: {'title.value': 'MasterClass: Usher Teaches the Art of Performance', 'title.locked': 1, 'titleSort.value': 'Season 002 Usher Teaches the Art of Performance', 'titleSort.locked': 1} |
| Show: MasterClass: Usher Teaches the Art of Performance Details Update Successful                  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Annie Leibovitz Teaches Photography...                                 |
| Detail: title updated to MasterClass: Annie Leibovitz Teaches Photography                          |
| Detail: sort_title updated to Season 003 Annie Leibovitz Teaches Photography                       |
| Details Update: {'title.value': 'MasterClass: Annie Leibovitz Teaches Photography', 'title.locked': 1, 'titleSort.value': 'Season 003 Annie Leibovitz Teaches Photography', 'titleSort.locked': 1} |
| Show: MasterClass: Annie Leibovitz Teaches Photography Details Update Successful                   |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Serena Williams Teaches Tennis...                                      |
| Show: MasterClass: Serena Williams Teaches Tennis Details Update Not Needed                        |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Christina Aguilera Teaches Singing...                                  |
| Show: MasterClass: Christina Aguilera Teaches Singing Details Update Not Needed                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Werner Herzog Teaches Filmmaking...                                    |
| Show: MasterClass: Werner Herzog Teaches Filmmaking Details Update Not Needed                      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Aaron Sorkin Teaches Screenwriting...                                  |
| Show: MasterClass: Aaron Sorkin Teaches Screenwriting Details Update Not Needed                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Reba McEntire Teaches Country Music...                                 |
| Show: MasterClass: Reba McEntire Teaches Country Music Details Update Not Needed                   |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Deadmau5 Teaches Electronic Music Production...                        |
| Show: MasterClass: Deadmau5 Teaches Electronic Music Production Details Update Not Needed          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Hans Zimmer Teaches Film Scoring...                                    |
| Show: MasterClass: Hans Zimmer Teaches Film Scoring Details Update Not Needed                      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Gordon Ramsay Teaches Cooking I...                                     |
| Show: MasterClass: Gordon Ramsay Teaches Cooking I Details Update Not Needed                       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Shonda Rhimes Teaches Writing for Television...                        |
| Show: MasterClass: Shonda Rhimes Teaches Writing for Television Details Update Not Needed          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Frank Gehry Teaches Design and Architecture...                         |
| Show: MasterClass: Frank Gehry Teaches Design and Architecture Details Update Not Needed           |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Steve Martin Teaches Comedy...                                         |
| Show: MasterClass: Steve Martin Teaches Comedy Details Update Not Needed                           |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: David Mamet Teaches Dramatic Writing...                                |
| Show: MasterClass: David Mamet Teaches Dramatic Writing Details Update Not Needed                  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Diane Von Furstenberg Teaches Building a Fashion Brand...              |
| Show: MasterClass: Diane Von Furstenberg Teaches Building a Fashion Brand Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Jane Goodall Teaches Conservation...                                   |
| Show: MasterClass: Jane Goodall Teaches Conservation Details Update Not Needed                     |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Garry Kasparov Teaches Chess...                                        |
| Show: MasterClass: Garry Kasparov Teaches Chess Details Update Not Needed                          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Herbie Hancock Teaches Jazz...                                         |
| Show: MasterClass: Herbie Hancock Teaches Jazz Details Update Not Needed                           |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Martin Scorsese Teaches Filmmaking...                                  |
| Show: MasterClass: Martin Scorsese Teaches Filmmaking Details Update Not Needed                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Judy Blume Teaches Writing...                                          |
| Show: MasterClass: Judy Blume Teaches Writing Details Update Not Needed                            |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Samuel L. Jackson Teaches Acting...                                    |
| Show: MasterClass: Samuel L. Jackson Teaches Acting Details Update Not Needed                      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Bob Woodward Teaches Investigative Journalism...                       |
| Show: MasterClass: Bob Woodward Teaches Investigative Journalism Details Update Not Needed         |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Marc Jacobs Teaches Fashion Design...                                  |
| Show: MasterClass: Marc Jacobs Teaches Fashion Design Details Update Not Needed                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Ron Howard Teaches Directing...                                        |
| Show: MasterClass: Ron Howard Teaches Directing Details Update Not Needed                          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: Masterclass: Helen Mirren Teaches Acting...                                         |
| Show: Masterclass: Helen Mirren Teaches Acting Details Update Not Needed                           |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Stephen Curry Teaches Shooting, Ball-Handling, and Scoring...          |
| Show: MasterClass: Stephen Curry Teaches Shooting, Ball-Handling, and Scoring Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Wolfgang Puck Teaches Cooking...                                       |
| Show: MasterClass: Wolfgang Puck Teaches Cooking Details Update Not Needed                         |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Alice Waters Teaches The Art of Home Cooking...                        |
| Show: MasterClass: Alice Waters Teaches The Art of Home Cooking Details Update Not Needed          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Thomas Keller Teaches Cooking Techniques...                            |
| Show: MasterClass: Thomas Keller Teaches Cooking Techniques Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Armin Van Buuren Teaches Dance Music...                                |
| Show: MasterClass: Armin Van Buuren Teaches Dance Music Details Update Not Needed                  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Malcolm Gladwell Teaches Writing...                                    |
| Show: MasterClass: Malcolm Gladwell Teaches Writing Details Update Not Needed                      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Judd Apatow Teaches Comedy...                                          |
| Show: MasterClass: Judd Apatow Teaches Comedy Details Update Not Needed                            |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Chris Hadfield Teaches Space Exploration...                            |
| Show: MasterClass: Chris Hadfield Teaches Space Exploration Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Spike Lee Teaches Independent Filmmaking...                            |
| Show: MasterClass: Spike Lee Teaches Independent Filmmaking Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: R. L. Stine Teaches Writing for Young Audiences...                     |
| Show: MasterClass: R. L. Stine Teaches Writing for Young Audiences Details Update Not Needed       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Daniel Negreanu Teaches Poker...                                       |
| Show: MasterClass: Daniel Negreanu Teaches Poker Details Update Not Needed                         |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Natalie Portman Teaches Acting...                                      |
| Show: MasterClass: Natalie Portman Teaches Acting Details Update Not Needed                        |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Margaret Atwood Teaches Creative Writing...                            |
| Show: MasterClass: Margaret Atwood Teaches Creative Writing Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Ken Burns Teaches Documentary Filmmaking...                            |
| Show: MasterClass: Ken Burns Teaches Documentary Filmmaking Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Plex Error: Item MasterClass: Gordon Ramsay Teaches Cooking II Restaurant Recipes at Home not found |
| Skipping MasterClass: Gordon Ramsay Teaches Cooking II Restaurant Recipes at Home                  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Tom Morello Teaches Electric Guitar...                                 |
| Show: MasterClass: Tom Morello Teaches Electric Guitar Details Update Not Needed                   |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: David Axelrod and Karl Rove Teach Campaign Strategy and Messaging...   |
| Show: MasterClass: David Axelrod and Karl Rove Teach Campaign Strategy and Messaging Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Paul Krugman Teaches Economics and Society...                          |
| Show: MasterClass: Paul Krugman Teaches Economics and Society Details Update Not Needed            |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Dan Brown Teaches Writing Thrillers...                                 |
| Show: MasterClass: Dan Brown Teaches Writing Thrillers Details Update Not Needed                   |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Thomas Keller Teaches Cooking Techniques II Meats, Stocks, and Sauces... |
| Show: MasterClass: Thomas Keller Teaches Cooking Techniques II Meats, Stocks, and Sauces Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Dominique Ansel Teaches French Pastry Fundamentals...                  |
| Show: MasterClass: Dominique Ansel Teaches French Pastry Fundamentals Details Update Not Needed    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Mira Nair Teaches Independent Filmmaking...                            |
| Show: MasterClass: Mira Nair Teaches Independent Filmmaking Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Jimmy Chin Teaches Adventure Photography...                            |
| Show: MasterClass: Jimmy Chin Teaches Adventure Photography Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: James Suckling Teaches Wine Appreciation...                            |
| Show: MasterClass: James Suckling Teaches Wine Appreciation Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Carlos Santana Teaches The Art and Soul of Guitar...                   |
| Show: MasterClass: Carlos Santana Teaches The Art and Soul of Guitar Details Update Not Needed     |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Will Wright Teaches Game Design and Theory...                          |
| Show: MasterClass: Will Wright Teaches Game Design and Theory Details Update Not Needed            |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Jodie Foster Teaches Filmmaking...                                     |
| Show: MasterClass: Jodie Foster Teaches Filmmaking Details Update Not Needed                       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Howard Schultz Business Leadership...                                  |
| Show: MasterClass: Howard Schultz Business Leadership Details Update Not Needed                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Neil Gaiman Teaches The Art of Storytelling...                         |
| Show: MasterClass: Neil Gaiman Teaches The Art of Storytelling Details Update Not Needed           |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Timbaland Teaches Producing and Beatmaking...                          |
| Show: MasterClass: Timbaland Teaches Producing and Beatmaking Details Update Not Needed            |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: David Lynch Teaches Creativity and Film...                             |
| Show: MasterClass: David Lynch Teaches Creativity and Film Details Update Not Needed               |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Billy Collins Teaches Reading and Writing Poetry...                    |
| Show: MasterClass: Billy Collins Teaches Reading and Writing Poetry Details Update Not Needed      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Penn & Teller Teach the Art of Magic...                                |
| Show: MasterClass: Penn & Teller Teach the Art of Magic Details Update Not Needed                  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Aaron Franklin Teaches Texas-Style BBQ...                              |
| Show: MasterClass: Aaron Franklin Teaches Texas-Style BBQ Details Update Not Needed                |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Phil Ivey Teaches Poker Strategy...                                    |
| Show: MasterClass: Phil Ivey Teaches Poker Strategy Details Update Not Needed                      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Itzhak Perlman Teaches Violin...                                       |
| Show: MasterClass: Itzhak Perlman Teaches Violin Details Update Not Needed                         |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Massimo Bottura Teaches Modern Italian Cooking...                      |
| Show: MasterClass: Massimo Bottura Teaches Modern Italian Cooking Details Update Not Needed        |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: David Baldacci Teaches Mystery and Thriller Writing...                 |
| Show: MasterClass: David Baldacci Teaches Mystery and Thriller Writing Details Update Not Needed   |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Joyce Carol Oates Teaches the Art of the Short Story...                |
| Show: MasterClass: Joyce Carol Oates Teaches the Art of the Short Story Details Update Not Needed  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Simone Biles Teaches Gymnastics Fundamentals...                        |
| Show: MasterClass: Simone Biles Teaches Gymnastics Fundamentals Details Update Not Needed          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Anna Wintour Teaches Creativity and Leadership...                      |
| Show: MasterClass: Anna Wintour Teaches Creativity and Leadership Details Update Not Needed        |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Plex Error: Item MasterClass: Thomas Keller Teaches Cooking Techniques III Seafood, Sous Vide, and Desserts not found |
| Skipping MasterClass: Thomas Keller Teaches Cooking Techniques III Seafood, Sous Vide, and Desserts |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Danny Elfman Teaches Music for Film...                                 |
| Show: MasterClass: Danny Elfman Teaches Music for Film Details Update Not Needed                   |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Sara Blakely Teaches Self-Made Entrepreneurship...                     |
| Show: MasterClass: Sara Blakely Teaches Self-Made Entrepreneurship Details Update Not Needed       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Bob Iger Teaches Business Strategy and Leadership...                   |
| Show: MasterClass: Bob Iger Teaches Business Strategy and Leadership Details Update Not Needed     |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership... |
| Show: MasterClass: Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Bobbi Brown Teaches Makeup and Beauty...                               |
| Show: MasterClass: Bobbi Brown Teaches Makeup and Beauty Details Update Not Needed                 |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Misty Copeland Teaches Ballet Technique and Artistry...                |
| Show: MasterClass: Misty Copeland Teaches Ballet Technique and Artistry Details Update Not Needed  |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: David Sedaris Teaches Storytelling and Humor...                        |
| Show: MasterClass: David Sedaris Teaches Storytelling and Humor Details Update Not Needed          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Chris Voss Teaches the Art of Negotiation...                           |
| Show: MasterClass: Chris Voss Teaches the Art of Negotiation Details Update Not Needed             |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Neil Degrasse Tyson Teaches Scientific Thinking and Communication...   |
| Show: MasterClass: Neil Degrasse Tyson Teaches Scientific Thinking and Communication Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Gabriela Cámara Teaches Mexican Cooking...                             |
| Show: MasterClass: Gabriela Cámara Teaches Mexican Cooking Details Update Not Needed               |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Kelly Wearstler Teaches Interior Design...                             |
| Show: MasterClass: Kelly Wearstler Teaches Interior Design Details Update Not Needed               |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Jeff Goodby & Rich Silverstein Teach Advertising and Creativity...     |
| Show: MasterClass: Jeff Goodby & Rich Silverstein Teach Advertising and Creativity Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: RuPaul Teaches Self-Expression and Authenticity...                     |
| Show: MasterClass: RuPaul Teaches Self-Expression and Authenticity Details Update Not Needed       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Lynnette Marrero & Ryan Chetiyawardana Teach Mixology...               |
| Show: MasterClass: Lynnette Marrero & Ryan Chetiyawardana Teach Mixology Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Kevin Spacey Teaches Acting...                                         |
| Show: MasterClass: Kevin Spacey Teaches Acting Details Update Not Needed                           |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Ron Finley Teaches Gardening...                                        |
| Show: MasterClass: Ron Finley Teaches Gardening Details Update Not Needed                          |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Robin Roberts Teaches Effective and Authentic Communication...         |
| Show: MasterClass: Robin Roberts Teaches Effective and Authentic Communication Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Tony Hawk Teaches Skateboarding...                                     |
| Show: MasterClass: Tony Hawk Teaches Skateboarding Details Update Not Needed                       |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Sheila E. Teaches Drumming and Percussion...                           |
| Show: MasterClass: Sheila E. Teaches Drumming and Percussion Details Update Not Needed             |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Brandon McMillan Teaches Dog Training...                               |
| Show: MasterClass: Brandon McMillan Teaches Dog Training Details Update Not Needed                 |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Jake Shimbukuro Teaches 'Ukulele...                                    |
| Show: MasterClass: Jake Shimbukuro Teaches 'Ukulele Details Update Not Needed                      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Tan France Teaches Style for Everyone...                               |
| Show: MasterClass: Tan France Teaches Style for Everyone Details Update Not Needed                 |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: St. Vincent Teaches Creativity and Songwriting...                      |
| Show: MasterClass: St. Vincent Teaches Creativity and Songwriting Details Update Not Needed        |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Yotam Ottolenghi Teaches Modern Middle Eastern Cooking...              |
| Show: MasterClass: Yotam Ottolenghi Teaches Modern Middle Eastern Cooking Details Update Not Needed |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Daniel Pink Teaches Sales and Persuasion...                            |
| Show: MasterClass: Daniel Pink Teaches Sales and Persuasion Details Update Not Needed              |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Parris Goebel Teaches Creativity in Choreography...                    |
| Show: MasterClass: Parris Goebel Teaches Creativity in Choreography Details Update Not Needed      |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Emily Morse Teaches Sex and Communication...                           |
| Show: MasterClass: Emily Morse Teaches Sex and Communication Details Update Not Needed             |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Alicia Keys Teaches Songwriting and Producing...                       |
| Show: MasterClass: Alicia Keys Teaches Songwriting and Producing Details Update Not Needed         |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: Walter Mosley Teaches Fiction and Storytelling...                      |
| Show: MasterClass: Walter Mosley Teaches Fiction and Storytelling Details Update Not Needed        |
|                                                                                                    |
|====================================================================================================|
|                                    TV Shows Library Collections                                    |
|====================================================================================================|
|                                                                                                    |
|====================================================================================================|
|                                       MasterClass Collection                                       |
|====================================================================================================|
|                                                                                                    |
| Scanning MasterClass Collection                                                                    |
|                                                                                                    |
| Method: tvdb_show_details                                                                          |
| Value: 362158                                                                                      |
|                                                                                                    |
| Method: tvdb_list                                                                                  |
| Value: https://www.thetvdb.com/lists/7781                                                          |
|                                                                                                    |
| Method: sync_mode                                                                                  |
| Value: sync                                                                                        |
|                                                                                                    |
| Method: collection_mode                                                                            |
| Value: default                                                                                     |
|                                                                                                    |
| Method: collection_order                                                                           |
| Value: alpha                                                                                       |
|                                                                                                    |
| Sync Mode: sync                                                                                    |
|                                                                                                    |
| Method: tvdb_show                                                                                  |
| Values: ['362158']                                                                                 |
|                                                                                                    |
| Value: 362158                                                                                      |
| Processing TVDb Show: 362158                                                                       |
| TMDb IDs Found: []                                                                                 |
| TVDb IDs Found: [362158]                                                                           |
| No items found to add to this collection                                                           |
|                                                                                                    |
| 1 Show Missing                                                                                     |
|                                                                                                    |
| Method: tvdb_list                                                                                  |
| Values: ['https://www.thetvdb.com/lists/7781']                                                     |
|                                                                                                    |
| Value: https://www.thetvdb.com/lists/7781                                                          |
| Processing TVDb List: https://www.thetvdb.com/lists/7781                                           |
| TMDb IDs Found: []                                                                                 |
| TVDb IDs Found: [330002, 349901, 343797, 352239, 338647, 338677, 345595, 338672, 338657, 332119, 328519, 347465, 343816, 328713, 344697, 344926, 351568, 343810, 347685, 348163, 351595, 351058, 363164, 344929, 349172, 347840, 343791, 341962, 349839, 343153, 346830, 349842, 349937, 347846, 356219, 351592, 352283, 362298, 355611, 355778, 355783, 355641, 355785, 355780, 355777, 355779, 356358, 357940, 357939, 357914, 357918, 358535, 358978, 358979, 362300, 362194, 364437, 364438, 364435, 365647, 366931, 365726, 367158, 371296, 371297, 369648, 373440, 372605, 375584, 375031, 375030, 375033, 374753, 374747, 375034, 376399, 334828, 378915, 376949, 377491, 378264, 331893, 381417, 382510, 384670, 386689, 386244, 387619, 388269, 390653, 390629, 391265, 393600, 392172, 392439, 392850, 393602, 393603, 393605, 393607, 393906, 395258, 396592, 396674, 398130, 398131, 398132] |
| MasterClass Collection | = | MasterClass: James Patterson Teaches Writing                          |
| MasterClass Collection | = | MasterClass: Annie Leibovitz Teaches Photography                      |
| MasterClass Collection | = | Annie Leibovitz Teaches Photography                                   |
| MasterClass Collection | = | MasterClass: Serena Williams Teaches Tennis                           |
| MasterClass Collection | = | MasterClass: Christina Aguilera Teaches Singing                       |
| MasterClass Collection | = | MasterClass: Werner Herzog Teaches Filmmaking                         |
| MasterClass Collection | = | MasterClass: Aaron Sorkin Teaches Screenwriting                       |
| MasterClass Collection | = | MasterClass: Reba McEntire Teaches Country Music                      |
| MasterClass Collection | = | MasterClass: Deadmau5 Teaches Electronic Music Production             |
| MasterClass Collection | = | MasterClass: Hans Zimmer Teaches Film Scoring                         |
| MasterClass Collection | = | Gordon Ramsay Teaches Cooking                                         |
| MasterClass Collection | = | MasterClass: Shonda Rhimes Teaches Writing for Television             |
| MasterClass Collection | = | MasterClass: Frank Gehry Teaches Design and Architecture              |
| MasterClass Collection | = | MasterClass: Steve Martin Teaches Comedy                              |
| MasterClass Collection | = | MasterClass: David Mamet Teaches Dramatic Writing                     |
| MasterClass Collection | = | MasterClass: Diane Von Furstenberg Teaches Building a Fashion Brand   |
| MasterClass Collection | = | MasterClass: Jane Goodall Teaches Conservation                        |
| MasterClass Collection | = | MasterClass: Garry Kasparov Teaches Chess                             |
| MasterClass Collection | = | MasterClass: Herbie Hancock Teaches Jazz                              |
| MasterClass Collection | = | MasterClass: Martin Scorsese Teaches Filmmaking                       |
| MasterClass Collection | = | MasterClass: Judy Blume Teaches Writing                               |
| MasterClass Collection | = | MasterClass: Samuel L. Jackson Teaches Acting                         |
| MasterClass Collection | = | MasterClass: Bob Woodward Teaches Investigative Journalism            |
| MasterClass Collection | = | MasterClass: Marc Jacobs Teaches Fashion Design                       |
| MasterClass Collection | = | MasterClass: Ron Howard Teaches Directing                             |
| MasterClass Collection | = | Masterclass: Helen Mirren Teaches Acting                              |
| MasterClass Collection | = | MasterClass: Stephen Curry Teaches Shooting, Ball-Handling, and Scoring |
| MasterClass Collection | = | MasterClass: Wolfgang Puck Teaches Cooking                            |
| MasterClass Collection | = | MasterClass: Alice Waters Teaches The Art of Home Cooking             |
| MasterClass Collection | = | MasterClass: Thomas Keller Teaches Cooking Techniques                 |
| MasterClass Collection | = | MasterClass: Malcolm Gladwell Teaches Writing                         |
| MasterClass Collection | = | MasterClass: Judd Apatow Teaches Comedy                               |
| MasterClass Collection | = | MasterClass: Chris Hadfield Teaches Space Exploration                 |
| MasterClass Collection | = | MasterClass: Spike Lee Teaches Independent Filmmaking                 |
| MasterClass Collection | = | MasterClass: R. L. Stine Teaches Writing for Young Audiences          |
| MasterClass Collection | = | MasterClass: Daniel Negreanu Teaches Poker                            |
| MasterClass Collection | = | MasterClass: Natalie Portman Teaches Acting                           |
| MasterClass Collection | = | MasterClass: Margaret Atwood Teaches Creative Writing                 |
| MasterClass Collection | = | MasterClass: Ken Burns Teaches Documentary Filmmaking                 |
| MasterClass Collection | = | MasterClass: Gordon Ramsay Teaches Cooking I                          |
| MasterClass Collection | = | MasterClass: Tom Morello Teaches Electric Guitar                      |
| MasterClass Collection | = | MasterClass: David Axelrod and Karl Rove Teach Campaign Strategy and Messaging |
| MasterClass Collection | = | MasterClass: Paul Krugman Teaches Economics and Society               |
| MasterClass Collection | = | MasterClass: Dan Brown Teaches Writing Thrillers                      |
| MasterClass Collection | = | MasterClass: Dominique Ansel Teaches French Pastry Fundamentals       |
| MasterClass Collection | = | MasterClass: Mira Nair Teaches Independent Filmmaking                 |
| MasterClass Collection | = | MasterClass: Jimmy Chin Teaches Adventure Photography                 |
| MasterClass Collection | = | MasterClass: James Suckling Teaches Wine Appreciation                 |
| MasterClass Collection | = | MasterClass: Carlos Santana Teaches The Art and Soul of Guitar        |
| MasterClass Collection | = | MasterClass: Will Wright Teaches Game Design and Theory               |
| MasterClass Collection | = | MasterClass: Jodie Foster Teaches Filmmaking                          |
| MasterClass Collection | = | MasterClass: Howard Schultz Business Leadership                       |
| MasterClass Collection | = | MasterClass: Neil Gaiman Teaches The Art of Storytelling              |
| MasterClass Collection | = | MasterClass: Timbaland Teaches Producing and Beatmaking               |
| MasterClass Collection | = | MasterClass: David Lynch Teaches Creativity and Film                  |
| MasterClass Collection | = | MasterClass: Billy Collins Teaches Reading and Writing Poetry         |
| MasterClass Collection | = | MasterClass: Penn & Teller Teach the Art of Magic                     |
| MasterClass Collection | = | MasterClass: Aaron Franklin Teaches Texas-Style BBQ                   |
| MasterClass Collection | = | MasterClass: Phil Ivey Teaches Poker Strategy                         |
| MasterClass Collection | = | MasterClass: Itzhak Perlman Teaches Violin                            |
| MasterClass Collection | = | MasterClass: Massimo Bottura Teaches Modern Italian Cooking           |
| MasterClass Collection | = | MasterClass: David Baldacci Teaches Mystery and Thriller Writing      |
| MasterClass Collection | = | MasterClass: Joyce Carol Oates Teaches the Art of the Short Story     |
| MasterClass Collection | = | MasterClass: Simone Biles Teaches Gymnastics Fundamentals             |
| MasterClass Collection | = | MasterClass: Anna Wintour Teaches Creativity and Leadership           |
| MasterClass Collection | = | MasterClass: Danny Elfman Teaches Music for Film                      |
| MasterClass Collection | = | MasterClass: Sara Blakely Teaches Self-Made Entrepreneurship          |
| MasterClass Collection | = | MasterClass: Bob Iger Teaches Business Strategy and Leadership        |
| MasterClass Collection | = | MasterClass: Doris Kearns Goodwin Teaches U.S. Presidential History & Leadership |
| MasterClass Collection | = | MasterClass: Bobbi Brown Teaches Makeup and Beauty                    |
| MasterClass Collection | = | MasterClass: Misty Copeland Teaches Ballet Technique and Artistry     |
| MasterClass Collection | = | MasterClass: David Sedaris Teaches Storytelling and Humor             |
| MasterClass Collection | = | MasterClass: Chris Voss Teaches the Art of Negotiation                |
| MasterClass Collection | = | MasterClass: Neil Degrasse Tyson Teaches Scientific Thinking and Communication |
| MasterClass Collection | = | MasterClass: Gabriela Cámara Teaches Mexican Cooking                  |
| MasterClass Collection | = | MasterClass: Kelly Wearstler Teaches Interior Design                  |
| MasterClass Collection | = | MasterClass: Jeff Goodby & Rich Silverstein Teach Advertising and Creativity |
| MasterClass Collection | = | MasterClass: RuPaul Teaches Self-Expression and Authenticity          |
| MasterClass Collection | = | MasterClass: Lynnette Marrero & Ryan Chetiyawardana Teach Mixology    |
| MasterClass Collection | = | MasterClass: Kevin Spacey Teaches Acting                              |
| MasterClass Collection | = | MasterClass: Ron Finley Teaches Gardening                             |
| MasterClass Collection | = | MasterClass: Robin Roberts Teaches Effective and Authentic Communication |
| MasterClass Collection | = | MasterClass: Tony Hawk Teaches Skateboarding                          |
| MasterClass Collection | = | MasterClass: Sheila E. Teaches Drumming and Percussion                |
| MasterClass Collection | = | MasterClass: Brandon McMillan Teaches Dog Training                    |
| MasterClass Collection | = | MasterClass: Jake Shimbukuro Teaches 'Ukulele                         |
| MasterClass Collection | = | MasterClass: Tan France Teaches Style for Everyone                    |
| MasterClass Collection | = | MasterClass: St. Vincent Teaches Creativity and Songwriting           |
| MasterClass Collection | = | MasterClass: Yotam Ottolenghi Teaches Modern Middle Eastern Cooking   |
| MasterClass Collection | = | MasterClass: Daniel Pink Teaches Sales and Persuasion                 |
| MasterClass Collection | = | MasterClass: Parris Goebel Teaches Creativity in Choreography         |
| MasterClass Collection | = | MasterClass: Emily Morse Teaches Sex and Communication                |
| MasterClass Collection | = | MasterClass: Alicia Keys Teaches Songwriting and Producing            |
| MasterClass Collection | = | MasterClass: Walter Mosley Teaches Fiction and Storytelling           |
| 94 Shows Processed                                                                                 |
|                                                                                                    |
| 13 Shows Missing                                                                                   |
|                                                                                                    |
| 0 Show Removed                                                                                     |
|                                                                                                    |
| Detail: collection_mode updated Collection Mode to default                                         |
| Detail: collection_order updated Collection Order to alpha                                         |
| Detail: tvdb_show_details updated collection poster to [URL] https://image.tmdb.org/t/p/originalhttps://artworks.thetvdb.com/banners/series/362158/posters/62001808.jpg |
|                                                                                                    |
| Detail: tvdb_show_details updated collection background to [URL] https://image.tmdb.org/t/p/originalhttps://artworks.thetvdb.com/banners/series/362158/backgrounds/62056948.jpg |
|                                                                                                    |
|====================================================================================================|
|                                      Finished Collections Run                                      |
|                                         Run Time: 0:03:24                                          |
|====================================================================================================|
# 
meisnate12 commented 3 years ago

figured it out i had show and hide flipped in the code I just pushed an update to develop to fix it

Tharic99 commented 3 years ago

Getting this error now

|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: James Patterson Teaches Writing...                                     |
| Show: MasterClass: James Patterson Teaches Writing Details Update Not Needed                       |
| Detail: episode_ordering updated to tvdb_absolute                                                  |
| Detail: use_original_title updated to no                                                           |
| Details Update: {'showOrdering': 'absolute', 'useOriginalTitle': 0}                                |
| Traceback (most recent call last):                                                                 |
|   File "//plex_meta_manager.py", line 106, in start                                                |
|     config.update_libraries(is_test, collections)                                                  |
|   File "/modules/config.py", line 401, in update_libraries                                         |
|     try:                        library.update_metadata(self.TMDb, test)                           |
|   File "/modules/plex.py", line 456, in update_metadata                                            |
|     item.editAdvanced(**advance_edits)                                                             |
|   File "/usr/local/lib/python3.9/site-packages/plexapi/video.py", line 511, in editAdvanced        |
|     if value in enumValues:                                                                        |
| TypeError: argument of type 'NoneType' is not iterable                                             |
|                                                                                                    |
| argument of type 'NoneType' is not iterable                                                        |
|                                                                                                    |
|====================================================================================================|
|                                      Finished Collections Run                                      |
|                                         Run Time: 0:00:24                                          |
|====================================================================================================|
meisnate12 commented 3 years ago

I'm not getting this error. Did you install requirements again I upped the PlexAPI version to 4.5.0. That could be the issue here. If you already have updated can you try a manual refresh of the item it errored on in plex

meisnate12 commented 3 years ago

also what version of plex are you using

Tharic99 commented 3 years ago

Plex Version 1.22.0.4163

In the docker container, how do I update requirements from the develop branch? I know I can wget the requirements.txt and run it, but where do I get it on develop?

meisnate12 commented 3 years ago

if its in docker it should have pulled the latest version

Tharic99 commented 3 years ago

Selection_087

Tharic99 commented 3 years ago

Full logs

# python plex_meta_manager.py --run -cl "MasterClass"
|====================================================================================================|
|                                                                                                    |
|        ____  _             __  __      _          __  __                                           |
|       |  _ \| | _____  __ |  \/  | ___| |_ __ _  |  \/  | __ _ _ __   __ _  __ _  ___ _ __         |
|       | |_) | |/ _ \ \/ / | |\/| |/ _ \ __/ _` | | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|        |
|       |  __/| |  __/>  <  | |  | |  __/ || (_| | | |  | | (_| | | | | (_| | (_| |  __/ |           |
|       |_|   |_|\___/_/\_\ |_|  |_|\___|\__\__,_| |_|  |_|\__,_|_| |_|\__,_|\__, |\___|_|           |
|                                                                            |___/                   |
|           Version: 1.5.1-Beta.3                                                                    |
|====================================================================================================|
|====================================================================================================|
|                                      Starting Collections Run                                      |
|====================================================================================================|
| Locating config...                                                                                 |
| Using //config/config.yml as config                                                                |
|====================================================================================================|
| Using cache database at //config/config.cache                                                      |
| Config Warning: No Paths exist using ['//config/assets'] as default                                |
| Config Warning: settings sub-attribute run_again_delay is blank using 0 as default                 |
|====================================================================================================|
| Connecting to TMDb...                                                                              |
| TMDb Connection Successful                                                                         |
|====================================================================================================|
| omdb attribute not found                                                                           |
|====================================================================================================|
| Connecting to Trakt...                                                                             |
| Trakt Connection Successful                                                                        |
|====================================================================================================|
| Connecting to My Anime List...                                                                     |
| Config Error: mal sub-attribute client_id is blank                                                 |
| My Anime List Connection Failed                                                                    |
|====================================================================================================|
| Connecting to Plex Libraries...                                                                    |
|====================================================================================================|
| Connecting to Movies Library...                                                                    |
| Using Asset Directory: //config/assets                                                             |
| Movies Library Connection Successful                                                               |
| Connecting to Movies library's Radarr...                                                           |
| Movies library's Radarr Connection Successful                                                      |
| Connecting to Movies library's Sonarr...                                                           |
| Movies library's Sonarr Connection Successful                                                      |
| Connecting to Movies library's Tautulli...                                                         |
| Movies library's Tautulli Connection Successful                                                    |
|====================================================================================================|
| Connecting to TV Shows Library...                                                                  |
| Using Asset Directory: //config/assets                                                             |
| TV Shows Library Connection Successful                                                             |
| Connecting to TV Shows library's Radarr...                                                         |
| TV Shows library's Radarr Connection Successful                                                    |
| Connecting to TV Shows library's Sonarr...                                                         |
| TV Shows library's Sonarr Connection Successful                                                    |
| Connecting to TV Shows library's Tautulli...                                                       |
| TV Shows library's Tautulli Connection Successful                                                  |
|====================================================================================================|
| 2 Plex Library Connections Successful                                                              |
|====================================================================================================|
|                                                                                                    |
|====================================================================================================|
|                                           Movies Library                                           |
|====================================================================================================|
|                                                                                                    |
|====================================================================================================|
|                                       Mapping Movies Library                                       |
|====================================================================================================|
|                                                                                                    |
| Mapping Movie Library: Movies                                                                      |
| Cache | ! | plex://movie/5ec51f8bc002d50043c3c8a6          | No ID to convert to TMDb ID for VeggieTales: An Easter Carol |
| Processed 1407 Movies                                                                              |
|                                                                                                    |
|====================================================================================================|
|                                      Movies Library Metadata                                       |
|====================================================================================================|
|                                                                                                    |
| No metadata to edit                                                                                |
|                                                                                                    |
|====================================================================================================|
|                                     Movies Library Collections                                     |
|====================================================================================================|
|                                                                                                    |
| No collection to update                                                                            |
|                                                                                                    |
|====================================================================================================|
|                                          TV Shows Library                                          |
|====================================================================================================|
|                                                                                                    |
|====================================================================================================|
|                                      Mapping TV Shows Library                                      |
|====================================================================================================|
|                                                                                                    |
| Mapping Show Library: TV Shows                                                                     |
| Cache | ! | local://75372                                  | No match in Plex for The League       |
| Cache | ! | plex://show/5d9c08fd3c3f87001f359f00           | Unable to convert TMDb ID: 78953 to TVDb ID using TMDb or Trakt for MasterClass: Armin Van Buuren Teaches Dance Music |
| Processed 193 Shows                                                                                |  
|                                                                                                    |
|====================================================================================================|
|                                     TV Shows Library Metadata                                      |
|====================================================================================================|
|                                                                                                    |
|                                                                                                    |
|====================================================================================================|
|                                                                                                    |
| Updating Show: MasterClass: James Patterson Teaches Writing...                                     |
| Show: MasterClass: James Patterson Teaches Writing Details Update Not Needed                       |
| Detail: episode_ordering updated to tvdb_absolute                                                  |
| Detail: use_original_title updated to no                                                           |
| Details Update: {'showOrdering': 'absolute', 'useOriginalTitle': 0}                                |
| Traceback (most recent call last):                                                                 |
|   File "//plex_meta_manager.py", line 106, in start                                                |
|     config.update_libraries(is_test, collections)                                                  |
|   File "/modules/config.py", line 401, in update_libraries                                         |
|     try:                        library.update_metadata(self.TMDb, test)                           |
|   File "/modules/plex.py", line 456, in update_metadata                                            |
|     item.editAdvanced(**advance_edits)                                                             |
|   File "/usr/local/lib/python3.9/site-packages/plexapi/video.py", line 511, in editAdvanced        |
|     if value in enumValues:                                                                        |
| TypeError: argument of type 'NoneType' is not iterable                                             |
|                                                                                                    |
| argument of type 'NoneType' is not iterable                                                        |
|                                                                                                    |
|====================================================================================================|
|                                      Finished Collections Run                                      |
|                                         Run Time: 0:00:28                                          |
|====================================================================================================|
# 
Tharic99 commented 3 years ago

This should be able to close out now unless you need it to move the code

meisnate12 commented 3 years ago

I'm gonna leave it open until its moved to master