๐ 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> ๐
#Overlay no longer working
1 messages ยท Page 1 of 1 (latest)
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.
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.
the log is incomplete
Oh sorry, it's in the middle of a automatic run I forgot about. Will just finish it and post agian
Here it is now
๐ 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> ๐
can you upgrade to 1.20 please
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.
Awesome, going to give it a bash now. Thanks
Aye nailed it, that was exactly the issue. Just wondering, where could I have found that within the wiki? Like, I had a look but just seen the install guide, I can't find anything about updating.
The end of each install guide mentions updating I think?
Do you mind if I ask something no relating to this or want me to make a new ticket?
it tells you at the top when a new version is available
Of course, ask away
I am trying to make a IMDB Search collection
yup
so without testing:
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
collections:
Walt Disney Animation Studios:
imdb_search:
company: co0074039
limit: 250
you can add type: movie to that request ๐
Ok, so the company part. Where would you find that info?
this looks fine apart from you missing the company attribute
Ah okay, I never seen that on the wiki.
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
Ah that is why I was missing it
so you need to marry those 2 up with whatever's in the above link
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 ๐
No it makes sense, just need a wee bit help on the first hurdle sometimes
Yeah of course, here to help
Legend, thanks as always
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.
@covert saddle reopened for you
You know something, I worked it out this second. I'm going to have a play with it and will message again to open if I can't sort it. But I am fairly sure now I know what I am doing wrong.
no problem
