#season title not updating

1 messages ยท Page 1 of 1 (latest)

dusty crown
#

I'm trying to update a season of a show from being Season ## to an actual title.
I've followed how the wiki says to set up the yml file but every time I run it it comes back as season Metadata Update Not Needed.
I can update the actual episode just fine it's just on the season level it won't update.
Not sure what I am doing wrong.

young yachtBOT
#

Welcome @dusty crown!

It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

dusty crown
young yachtBOT
#

๐Ÿ“ If you want to review this again, gouchdelalion:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐Ÿ“

icy oyster
#

S05E01 should just be 1

dusty crown
#

Setting the file up like the wiki shows still return Metadata Update Not Needed and Plex still shows it as Season 05.

#

Not sure where I'm going wrong.

icy oyster
#

Do you have Season titles enabled in Plex?

dusty crown
#

Yes.

icy oyster
#

I'll see if I can reproduce this tomorrow

#

You could try deleting your config.cache in the meantime

dusty crown
#

Thank you.
I'll delete the config.cache and see if that helps.

#

Still showing the same after deleting the cache

patent juniper
#

I can't find a season 5 of this show, so can't test it.

#

Oh, it's a movie in my libraries

#

This just worked fine for me:

metadata:
  383203:           # Matches via TVDb ID: 366524
    sort_title: The Lasso of Ted
    seasons:
      1:
        title: "Season 01 of Ted Lasso"
        summary: "This season was renamed with PMM"
        episodes:
          1:
            title: "Season 01 Episode 01 of Ted Lasso"
      2:
        title: "Ted Lasso's second season"
        summary: "PMM was used to rename this season"
        episodes:
          1:
            title: "Season 02 Episode 01 of Ted Lasso"
      3:
        title: "The last season of Ted Lasso"
        summary: "It's too bad there is no more"
        episodes:
          1:
            title: "Season 03 Episode 01 of Ted Lasso"
dusty crown
#

I tried the above with Ted Lasso. Using the TVDB ID with the same format but it only updated the title of the show and skipped updating season 1.
I did a pull and it shows I have the up to date PMM.

finite crag
#

what yml are you using for Ted Lasso @dusty crown

dusty crown
#

This is the one I was using to test it. Only updated the title but nothing past seasons.

finite crag
#

did it update the season or not? your last comment made it sound like it did. But your earlier comment says different

dusty crown
#

Apologies, it updated the show title but nothing for the season title or episode title.

patent juniper
#

What if you leave this out?

|       - update_seasons: true

I didn't use it, so perhaps there's a bug there

libraries:
  Some-Shows:
    metadata_files:
      - file: config/lasso_metadata_test.yml
dusty crown
#

Just removed that line and still get the same results.

patent juniper
#

I cannot reproduce any problem here using either master or nightly PMM; both work as expected.

This test plex is running 1.40, but I just ran the same thing against another server running 1.32.8:

#

This is without update_seasons.

dusty crown
#

My Plex server is 1.32, however my Plex for Windows is 1.85. Which I use to check my library and scan for new items added.
Would that be a factor in it not showing?

patent juniper
#

No, because PMM is interacting with the server, not the client.

icy oyster
#

So this isn't a PMM issue as Carrot and I have both demonstrated

patent juniper
#

Or if it is PMM it's some edge case that neither of us are hitting.

icy oyster
#

Maybe do a run with -lr, warning that this will contain very low-level logs which may expose your server's hostname/IP address, so I suggest doing a find and replace in the log file to delete any of that

dusty crown
#

I'm not sure what I did in my initial download of PMM but something seems to have gotten messed up.
I just did a clean install of PMM and reran it with the yml file and it's working as it should with updating the season name.
Apologies for not trying that at first before opening a ticket.

icy oyster
#

No problem

#

Glad you got it working ๐Ÿ™‚

#

I'll close this