#Updated Audience Rating (Batched) v2

1 messages · Page 1 of 1 (latest)

violet sandal
#

I was having an issue when running this:

  operations:
    mass_episode_user_rating_update: imdb
    mass_episode_audience_rating_update: imdb```
where I would get longer and longer entries showing up as batch edits.  It was address my post called Updated Audience Rating (Batched).
It was mentioned that this was fixed in nightly, but I've done a nightly update, and it's still happening.  It ends up crashing my computer.  I'm sorry, I can't post my .log file, as it's 2.65 GB.
final agateBOT
#

Welcome @violet sandal!

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.

violet sandal
#

Here is a screenshot of what I mean:

bleak atlas
#

This was fixed a while ago.

#

I suspect you're not actually updating.

quasi holly
#

Without the full log no idea. You can zip it or upload somewhere else and post link

#

But yeah i also agree your not actually updating and your just pulling the image if using docker

violet sandal
#

In Docker I ran docker pull meisnate12/plex-meta-manager:nightly

bleak atlas
#

That retrieves the nightly image, but it doesn't modify an existing container.

#

You need to recreate the container with that image in order to actually use it.

#

For example:

docker run meisnate12/plex-meta-manager

That creates a container based on latest.

docker pull meisnate12/plex-meta-manager:nightly

Now you have a copy of the nightly image on your machine, but that container you created earlier is still based on latest.

You need to:

docker run meisnate12/plex-meta-manager:nightly

In order to build a container based on nightly.

violet sandal
#

I ran that and Docker said Config Error: config not found at //config

#

But when I look at the image files, the latest nightly one says "In Use"

bleak atlas
#

That's an incomplete example.

#

You need to recreate your container however you created the one you have in use.

#

If you're using a docker run command, you need to change the image that is referenced in that command.

violet sandal
#

Okay, that sounds like I've got to learn more about Docker, and not PMM. Thank you for your help, though!

bleak atlas
#

for example, if you are currently running:

docker run WHATEVER WHATEVER meisnate12:plex-meta-manager --run

You need to change that to:

docker run WHATEVER WHATEVER meisnate12:plex-meta-manager:nightly --run
#

Or if you're using docker-compose you need to change:

  image: meisnate12:plex-meta-manager

to:

  image: meisnate12:plex-meta-manager:nightly
#

If you're using unraid or truenas or something the UI will have a place to specify the image; that's where you'd make this change.

violet sandal
#

Okay, I changed the line to docker run WHATEVER WHATEVER meisnate12:plex-meta-manager:nightly --run, and it seems to be running, and when I check the image, it says the nightly image I got 6 days ago is "In Use".

#

The weird thing is, all the episodes are saying: No Audience Rating Found and No User Rating Found

violet sandal
#

So I ran it and no changes were made. Here is the log

final agateBOT
#

📝 If you want to review this again, bigheadweb:
: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> 📝

bleak atlas
#

So you're still getting all the excessive logging that you started with?

violet sandal
#

No, no logging at all. But no rating updates either

bleak atlas
#

OK, that's something new. I was just confused by the wording, which implied that nothing changed with the problem you reported after you had updated.

violet sandal
#

Sorry, I phrased that poorly

bleak atlas
#

PMM is downloading a copy of the IMDB database on each run and taking those ratings from that database. Perhaps that downloadable database isn't updated very often.

violet sandal
#

There were a handful of updates made. For instance the overlay for the TV Show "Echo" was updated. But the episodes still have the TMDB rating, and there is no user update.

bleak atlas
#

the Plex UI will not change. PMM is shoving numbers into the fields behind Plex' back, so it's not going to change the icon.

violet sandal
#

I understand the icon won't change, but it should be using the imdb rating, and not the tmdb rating

bleak atlas
#

Also, that thing you've circled in Plex is the audience rating, not the user rating.

#

Your log is showing that PMM is not finding a user rating to set for that episode, so there have been no changes to the item in Plex.

#

If there had been, it would be reflected in the stars, which are the user rating.

violet sandal
#

My code is:

    remove_overlays: false
    collection_files:
      - pmm: basic               # This is a file within PMM's defaults folder
      - pmm: imdb                # This is a file within PMM's defaults folder
    overlay_files:
      - pmm: ratings
        template_variables:
          rating1: audience
          rating1_image: rt_popcorn
          rating_alignment: horizontal
          horizontal_position: left
          vertical_position: bottom
          font_size: 90
          back_color: "#000000FF"
      - pmm: status
        template_variables:
          rating_alignment: horizontal
          horizontal_align: right
          vertical_align: bottom
          back_color: "#000000FF"
    operations:
      mass_audience_rating_update: imdb
      mass_user_rating_update: imdb
      mass_episode_audience_rating_update: imdb
      mass_episode_user_rating_update: imdb```
#

So it should be pulling all the info from imdb, right?

bleak atlas
#

Yes, but as your log shows, PMM could not find IMDB ratings for those things.

#

So no action was taken.

#

PMM is not looking directly at the IMDB site.

violet sandal
#

Isn't that odd? I've never had that happen before

bleak atlas
#

So what is shown on the site doesn't reflect the data source that PMM is using.

#

PMM downloads a copy of the IMDB database and does its querying against that.

#

What's on the site may well be different from what's in that downloadable database IMDB provides.

#

This is probably what's behind this difference.

#

That said, I'm not sure what the rationale is behind:

    operations:
      mass_audience_rating_update: imdb
      mass_user_rating_update: imdb
      mass_episode_audience_rating_update: imdb
      mass_episode_user_rating_update: imdb
#

That's putting the same number in two ratings on each item.

#

Perhaps imdb doesn't support episode-level ratings.

| Loading All Shows from Library: Some-Shows                                                         |
| Loaded 4 Shows                                                                                     |
|                                                                                                    |
| Processing: 1/4 Ted Lasso                                                                          |
| Item Edits                                                                                         |
| Update Audience Rating (Batched) | 8.8                                                             |
| Update User Rating (Batched) | 8.8                                                                 |
|                                                                                                    |
| Processing Ted Lasso S00E07                                                                        |
| No Audience Rating Found                                                                           |
| No User Rating Found                                                                               |
|                                                                                                    |
| Processing Ted Lasso S01E01                                                                        |
| No Audience Rating Found                                                                           |
| No User Rating Found                                                                               |
violet sandal
#

It was doing it for my main TV show library yesterday

bleak atlas
#

Or maybe there's a bug there, since tmdb gives me the same thing.

violet sandal
#

I mean, I guess that's one way to fix the batch edit issue.....😆

bleak atlas
#

Perhaps open an issue on github.

violet sandal
#

I guess I could just switch to develop

#

Or I could just rate the titles, and not the episodes

bleak atlas
#

Looks like it's broken between master develop and nightly.

violet sandal
#

Not sure what you mean

bleak atlas
#

master and develop set imdb episode ratings, nightly doesn't, using the same config

#

master has the out-of control logging, develop doesn't

violet sandal
#

Okay, I'll switch to develop. Thanks!

bleak atlas
#

also open an issue on github to get nightly fixed.

quasi holly
#

tagged for sohjiro to review as well

south bay
#

Soh is going to try and look at this tomorrow

quasi holly
# south bay Soh is going to try and look at this tomorrow

can you ask him about pic and por also? i messaged him about a week ago about it. both are broken currently. pic only works in remove mode and por throws an error every like 15 to 20 shows. the error should be in my dm to him about it

south bay
south bay
#

@violet sandal a fix has been produced for this and will be part of the next nightly release - the current fix in nightly37 has a bug which will be addressed in nightly38.