#Overlay no longer working

1 messages ยท Page 1 of 1 (latest)

paper flowerBOT
#

๐Ÿ“ If you want to review this again, sailoroftheseas.:
: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> ๐Ÿ“

#

Welcome @covert saddle!

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.

paper flowerBOT
#

I amended my config inline with the new changes. When I run it does not give errors but the overlays are not being added to any new movies/shows.
I have tried nightly and develop but both the same.

I've attached config and logs.

Not sure what I have done, do I need to update PMM or something that I have missed?

#

This is my old file that I just tested and it works as expected.

reef lintel
#

the log is incomplete

covert saddle
#

Oh sorry, it's in the middle of a automatic run I forgot about. Will just finish it and post agian

paper flowerBOT
#

๐Ÿ“ If you want to review this again, sailoroftheseas.:
: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> ๐Ÿ“

reef lintel
#

can you upgrade to 1.20 please

late ruinBOT
#

NOTE: This is addressing UPDATING your current setup, not changing from, for instance, latest to nightly.

The update method depends on how you installed it.

I'm running locally and got the code by downloading the zip file:
Download a new zip file, uncompress it, and move your config dir into that new directory. Reinstall requirements.

This is the "fussiest" method of update.

I'm running locally and retrieved the code via git:

cd DIRECTORY_WHERE_YOU_PUT_PMM
git checkout BRANCH_NAME
git stash
git stash clear
git pull

For BRANCH_NAME, substitute master, develop, or nightly

You may need to reinstall requirements if switching branch or updating to a new major version:
python -m pip install -r requirements.txt

Those stash commands are going to discard any changes you may have made to PMM's own files. If that's a concern, you are probably familiar enough with git to know what you need to do instead.

I'm using docker locally:

docker pull meisnate12/plex-meta-manager:TAG_HERE

replace TAG_HERE with latest, develop, or nightly

Then recreate your container via whatever means you used to create it [docker run, docker-compose, etc.].

I'm using docker on a NAS or some other remote context:

Update the image using whatever means the NAS provides.
Depending on the system, this might be a simple rebuild of the container, or you may need to manually pull the new image first.

reef lintel
#

that should hopefully fix the issue

covert saddle
#

Awesome, going to give it a bash now. Thanks

covert saddle
covert saddle
#

Aye you are right, just found it.

#

Thanks again

reef lintel
#

For ease

#

If you look at your log file

covert saddle
#

Do you mind if I ask something no relating to this or want me to make a new ticket?

reef lintel
#

it tells you at the top when a new version is available

covert saddle
#

I was wondering where I see version too

#

Thanks

covert saddle
#

I am trying to make a IMDB Search collection

reef lintel
#

yup

reef lintel
#

so without testing:

covert saddle
#

collections:
Walt Disney Animation Studios (US)
imdb_search:
type: movie
limit: 50
collection_order: custom
sync_mode: sync

#

Would that work?

#

I am just mashing together wiki and my own idea

reef lintel
#
collections:
  Walt Disney Animation Studios:
    imdb_search:
      company: co0074039
      limit: 250
#

you can add type: movie to that request ๐Ÿ™‚

covert saddle
#

Ok, so the company part. Where would you find that info?

covert saddle
#

Ah okay, I never seen that on the wiki.

reef lintel
#

so all of the possible attributes are there

#

generally speaking if you look at your URL, it tells you what your "criteria" is

#

you have a companies=co0074039 and a count=250

covert saddle
#

Ah that is why I was missing it

reef lintel
#

so you need to marry those 2 up with whatever's in the above link

covert saddle
#

Genius

#

It is always right in my face, just can't see it sometimes

reef lintel
#

I get it's a bit more "involved" than the previous method

#

but IMDb changed their code on the backend to make the URL method no longer work

#

It was part of their redesign ๐Ÿ™ƒ

covert saddle
#

No it makes sense, just need a wee bit help on the first hurdle sometimes

reef lintel
#

Yeah of course, here to help

covert saddle
#

Legend, thanks as always

paper flowerBOT
#

This post has been marked as Resolved and has now been closed.

You cannot reopen this thread - you must create a new one or ask a member of staff to reopen it in #general-chat.

Thanks for using Plex Meta Manager.

reef lintel
#

@covert saddle reopened for you

covert saddle
reef lintel
#

no problem