#Certain Collections will not show, see it in logs as equal on the list
1 messages · Page 1 of 1 (latest)
The only two collections I can get to show up are the IMdb and Trakt. Everything else looks as if its acknowledged but doesnt show up, no matter what I do.
Fixed in nightly already I believe
NOTE: This is addressing changing from, for instance, latest to nightly.
The method depends on how you installed it.
I'm using docker locally:
docker pull meisnate12/plex-meta-manager:TAG_HERE
replace TAG_HERE with latest, develop, or nightly; whichever you want to switch to.
Then recreate your container via whatever means you used to create it [docker run, docker-compose, etc.], setting the image as meisnate12/plex-meta-manager:TAG_HERE
I'm using docker on a NAS or some other context without a command prompt:
The same concepts as above will apply:
:one: pull new image
:two: recreate container using that image instead of the current one.
Whatever the system, there will be a way to accpomplish these two things.
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
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.
That did it, it was driving me nuts. Thank you for confirming. How long should I run nightly for until the issue is resolved? Is that a unanswerable question lol.
You can drop down to dev and then back to master as new releases are cut accordingly
Copy that, thanks for the help. Sorry, forgot how to mark this completed?