#Is there Sonarr v4 support yet?

1 messages · Page 1 of 1 (latest)

cedar breach
#

I saw an old both from about 2 months ago that it may be happening in the future. Well with Sonarrv4 being pushed to beta, a lot more people just started using it.. Any updates?

bitter wraith
#

Support was just added to nightly.
<#nightly-updates message>

cedar breach
#

Awesome, is there a configuration difference on PMM side? Can I just switch to nightly?

bitter wraith
#

No idea, just saw the notification. Perhaps the wiki has some details; I haven't checked.

Simple enough to test, though.

cedar breach
#

Do you know the docker tag for it?

bitter wraith
#

For sonarr?

cedar breach
#

for PMM

#

for nightly

bitter wraith
#

nightly

cedar breach
#

Alrighty well I can try it. Its going to be a while, Radarr and sonarr are still working on renaming all my files and plex is having a heart attack with so much changing lol

#

I also cant get PMM to run the whole way through with Plex crashing. Today it ran for 9 hours. So I guess I need to do it in chunks.

bitter wraith
#

lots of variables there, but yes, chunking it up can help.

#

If you're trying to run PMM while all that renaming is going on, that's a recipe for trouble.

cedar breach
#

I am not, thats why im waiting

#

I think its just a lot of files.

#

I have 7500 1080p movies and 2500 4k. plus all the tv shows

#

and pmm added 1900 movies today on top of the 7500 lol

rotund palmBOT
#
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.

cedar breach
#

This solved my problem v4 works on nightly.

hasty musk
#

!close

rotund palmBOT
#
Donate to the project!

Plex Meta Manager would not be a success if it wasn't for all the people that spend hours and hours of their personal time to help others out with:

:one: creating/updating/maintaining the PMM code
:two: creating/updating/maintaining all of the posters
:three: creating/updating/maintaining all the yml files to create the overlays and collections
:four: creating/updating/maintaining all the wiki documentation
:five: handling all the support and installation requests
:six: moderating the discord community server for PMM

As such, if ever you have used any of the above over here, why not consider a small donation (one time or monthly) to help the cause?

Click here to help us out with a donation: https://github.com/sponsors/meisnate12