Skip Navigation

Prevent Radarr managing anything except video files?

When a file is manually replaced, for example after converting from an mp4 to an mkv; radarr decides to delete everything in that movies folder: posters, backdrops, subtitles, NFO files, leaving only the new video file; even though none of these were created or managed by Radarr ever.

This causes Emby to have to rescan/reidentify the item, re-downloading all the extra data, and it's now lost all custom metadata that was stored in the nfo, particularly the original date added to emby and it now has no subtitles.

How can I prevent this?

6
6 comments
  • I ran a test and didn't have this issue, unless I'm missing a step? I don't usually do this.

    What I did:

    1. Movie #1 (mp4 version) is in the proper folder and Radarr sees it.
    2. Copied over an srt file to the directory that would belong to the movie.
    3. Go to Radarr->Movies>Manual Import
    • a. Navigate to the directory that contains the replacement Movie #2 (mkv version)
    • b. Select "Move Files" as the import mode.
    • c. Click Import.
    1. Movie #2 (mkv version) is imported and shows up in Radarr. The srt file is still there.
    • I'm not changing the files via radarr, external programs are replacing the video file with a new one (usually from converting the original to hevc, mkv; replacing the original):

      Have a movie already imported to Radarr; Manually delete the movie file from outside radarr, then add a new one to the folder. Then return to radarr and click 'refresh and scan' or have the scheduled task to scan files run.

      Radarr recognizes the old file is missing and deletes all associated files (images/subtitles/nfo); then separately, sees the replacement video file as new and associates it with the movie for the folder it's in.

    • If it wasn't clear, here's the full breakdown:

      • Movie is added to Radarr monitoring
      • Radarr downloads a release, typically in h264.
      • Emby sees the new movie in its media folders and downloads posters, subtitles, and saves all metadata to an nfo.
      • Emby converts the new file to h265, replacing the original (this may be immediately, or much later)
      • Radarr sees the old file missing and deletes all the metadata Emby had put in the folder with the movie file.
      • Radarr sees the new file and associates it with the movie for the folder its in.

      Before emby scans for the files radarr deleted, it's trying to serve them to users and failing as they dont exist.

      Once emby does scan the files and remove the missing ones from its db, it has to redownload all the metadata again and no longer has the nfo file telling it the original date added, so the movie is moved to the front of the 'recently added' list as if it was a brand new movie.

      This has been consistent across two seprate setups: my original windows 10 based setup, and my current debian-docker setup.

6 comments