#Certain Collections will not show, see it in logs as equal on the list

1 messages · Page 1 of 1 (latest)

unique panther
#

I see these collection on the logs, it seems as if its acting as it exists already but I do not see them listed. I tried --dc, and recreate them but they do not show. When I run the script, they are listed on the logs showing as "=" and I dont see them. It will add a couple of the collections on the yml, but not others.

#

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.

obtuse pier
uncut muskBOT
#
Moving between branches of PMM

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.

unique panther
#

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.

obtuse pier
unique panther
#

Copy that, thanks for the help. Sorry, forgot how to mark this completed?