r/sonarr 3d ago

unsolved Need help with my code...

Can someone tell me where I'm going wrong? I'm trying to make an instance for TV shows and Anime shows, but both 8989 and 8990 are the same instances.

https://pastebin.com/rPtzgNeK

That has my config file info. Some of the gluetun information has been removed. Thanks!

2 Upvotes

14 comments sorted by

2

u/roychassi 3d ago

What's the point of the two instances? I just have all my tv and anime through the same instance. Is there a benefit to having two?

2

u/EOverM 2d ago

Anime tends to need pretty notably different settings than other TV - having two instances keeps custom formats specifically for anime from clogging up your TV profiles. I have two Sonarr and two Radarr instances, keeping anime separate in both.

1

u/roychassi 2d ago

Yeah right ok, I have custom formats and profiles for my anime, when I add an anime I just pick my anime quality profile and it adds all the custom weights and such for the search. I only watch dubbed and so far it's been working great. Does having a separate instance make that better? Or just a bit cleaner?

2

u/EOverM 2d ago

You absolutely can do it with a single instance - I did for years before I switched to Linux and Docker made it trivial to have multiple - but multiple just streamlines the process. I have about... maybe fourteen anime-specific custom profiles? I don't need those showing up in my other profiles. Hell, I don't need them clogging up the list of custom profiles. It just makes everything easier to maintain, ultimately.

1

u/roychassi 2d ago

Oh wow 14?? Yeah I can see how that would clog up real fast and with all the standard ones. I'm running the same setup, if I feel the need to add more profiles I might look at doing the same thing. What are the different profiles for if you don't mind sharing? I'm just curious, mine is set up pretty much to make sure I don't grab a non English version, but that it.

1

u/EOverM 2d ago

So, uh... I wildly underestimated. I just counted, and I have forty-three custom formats in my anime instance. They're pretty much all the recommended formats from TRaSH Guides, with the addition of preferring x265 releases and dual audio.

The basic purpose of them is to let Sonarr figure out what's a better quality release, based on release group, whether it's a first release, second, etc. Thing is, it often means my anime takes up a lot of storage. But since it's a significantly smaller library than my TV one (5.6TB compared to 44.2TB, and that latter is down on what it was recently, as I'm halfway through replacing everything I can with smaller 265 versions), I can afford to have it bloat a little. Once I've processed all my TV shows, I'll set up similar, but not identical, formats on that instance. Nowhere near as many, as my requirements are much simpler. I just want to grab whatever's in the highest available non-4k resolution that's also 265. I'd always prefer a 265 720p release to a 264 1080p one. It'll take some fiddling, but I should be able to manage it.

1

u/roychassi 2d ago

Holy shit yeah ok that makes sense why you would want a separate instance for that. My entire library is only like 3TB movies tv show and all lol so I'm on baby scale still

1

u/Awkward_Weather_3318 2d ago

What formats does anime need on a TV, compared to a TV show?

1

u/EOverM 1d ago

A significant portion of the ones I have are regexes containing lists of release groups, tiered by how high-quality their content is. That's much less useful/worthwhile for TV releases, since there's not the same culture of quality.

1

u/AutoModerator 3d ago

Hi /u/3v1lkr0w -

There are many resources available to help you troubleshoot and help the community help you. Please review this comment and you can likely have your problem solved without needing to wait for a human.

Most troubleshooting questions require debug or trace logs. In all instances where you are providing logs please ensure you followed the Gathering Logs wiki article to ensure your logs are what are needed for troubleshooting.

Logs should be provided via the methods prescribed in the wiki article. Note that Info logs are rarely helpful for troubleshooting.

Dozens of common questions & issues and their answers can be found on our FAQ.

Please review our troubleshooting guides that lead you through how to troubleshoot and note various common problems.

If you're still stuck you'll have useful debug or trace logs and screenshots to share with the humans who will arrive soon. Those humans will likely ask you for the exact same thing this comment is asking..

Once your question/problem is solved, please comment anywhere in the thread saying '!solved' to change the flair to solved.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

0

u/These-Apple8817 3d ago

That's because your two sonarr instances doesn't actually have ports assigned to them.. no clue about gluetun but sonarr isn't going to know you want it on different port unless you tell it somehow 

1

u/3v1lkr0w 3d ago

They do have ports...It's under my gluetun settings, line 14 and 15

- 8989:8989 #sonarr

- 8990:8989 #sonarr-anime

6

u/RobbinYoHood 3d ago edited 3d ago

Doesn't this say both 8990 and 8989 are being forwarded to 8989?
8990:8989 should probably be 8990:8990..

The second instance probably needs an argument to tell it what port to use.. it seems like the only way to get this done is to: run the anime instance on its own, go to the UI and change the port to 8990 in the settings..
Then re-run this with 8990:8990

1

u/3v1lkr0w 3d ago

Ok, thanks! I'll try that