Radarr

238 readers
1 users here now

Welcome to the Sonarr community.

Feel free to post anything related to Sonarr.

Radarr website

Radarr Dockerhub

Trash Guides

Sonarr community

founded 1 year ago
MODERATORS
1
 
 

cross-posted from: https://lemmy.world/post/11276786

I just went to watch a movie and my server said it wasn't there, so I went and check the PC folders and all of my movies are gone. Not in any of the recycling bins, not anywhere, just gone. What would have caused this? How do I stop it from happening again? It's been working fine for months then this just happened.

Here's a link to the last few logs from Radarr.

https://drive.google.com/drive/folders/1-XXanIlVfbpry3Qopf_Gtw3KrjsVLavY

2
3
 
 

cross-posted from: https://lemmy.ml/post/4149178

My Current setup is something like this

{Movie.CleanTitle}.({Release Year}).{Edition.Tags}.{{Quality.Title}.{MediaInfo.VideoCodec}.{MediaInfo.VideoBitDepth}bit.{MediaInfo.VideoDynamicRange}.{MediaInfo.AudioCodec}.{MediaInfo.AudioChannels}{.MediaInfo.AudioLanguages}{-Release.Group}}

Because of this if there is a file with Russian audio as default and English as secondary I get a name like this

Avengers.Infinity.War.(2018).{Remux-2160p.HEVC.10bit.HDR.AC3.5.1.[RU+EN]-ExKinoRay}.mkv

I'd instead like to have the name of the file reflect similar to this

Zootopia.(2016).{Remux-2160p.x265.10bit.HDR.AC3.5.1.TrueHD Atmos.7.1.[RU+EN]-seleZen}.mkv

In this AC3 is the audio format for RU and TrueHD is the audio format for EN.

Is this setup possible via Radarr? I've tried {MediaInfo.AudioCodec:EN+RU} but it still gives me only the RU audio codec. I'm currently using version 4.5.2.7388

4
 
 

Seeing as the only place I found this was on "the place that shall not be named" before the black out, I hope this question can help start the new repository of collective knowledge here in the Fediverse.

I have set up a separate instance or radarr to maintain copies of RiffTrax. The two main questions I have that I can not find answers for on trash's guide or elsewhere, is setting up a custom format that will pull files with "rifftrax" in the title. I found in trash's guide how to exclude with

      {
      "name": "RiffTrax",
      "implementation": "ReleaseGroupSpecification",
      "negate": false,
      "required": false,
      "fields": {
        "value": "^(Rifftrax)$"
      }

and I have been able to create a custom filter that helps when manually searching.

I have two questions:

  1. how to modify the above to help me?

  2. how do I use my current library on my main radarr instance to help the RiffTrax instance search and pull movies? If that is even possible.

5
 
 

This is a community for all things Radarr. Be it updates, guides, questions, or setups feel free to post it all!