Newly downloaded content not showing

Server Version#:
Player Version#:

Any new title i download does not populate in my server. It will download via NZBget via radarr but plex will delete the file before it ever has a chance to index. What can I do?

I add the movie in radarr… the movie downloads correctly. Movie is moved and renamed correctly but never shows up. wny?

Keep in mind Plex doesn’t delete files (unless you enabled this option for the server admin in which case you yourself can manually delete items from within Plex). TL;DR: you might want to double-check your process to confirm what app is deleting those files.

Downloading isn’t on-topic for these forums.

But probably not relevant. Assuming the file is present on disk, what are the file and folder names?

Thank you for the replies. No plex is not deleting anything from the disk. However, when I DL a new movie, I can see in the alert section in Plex that it recognizes the file, but then deletes said movie from what I assume is the plex library. Then on subsequent scans of the the library files it ignores said folder.

Example " * 11:19AM Scanning Ghostbusters Afterlife (2021)"

Folder on synology is named the same, the file inside the folder is named “Ghostbusters Afterlife 2021 WEBDL-1080p.mkv”

Sounds like the file might get mismatched as a different movie or accidentally merged with another movie in your library. This can happen if the name of an item isn’t giving a good match quality (e.g. if your names are a bit off).

  • You can filter your library for duplicates to see if you have some other Ghostbuster movie that suddenly has a 2nd version. If so you can split this item and fix the matching of the new movie.
  • You can sort your library by Date added to see if there’s a new item you don’t recognize. If so you can correct the match for this item

For best matching results you should at least add some brackets around the release year in the movie file, e.g.

Movies  <- the folder linked to your movie library
  Ghostbusters Afterlife (2021)
    Ghostbusters Afterlive (2021).mkv

If you need those technical information you best place them in square brackets (Plex will ignore the first set of square brackets when matching your content), e.g.

Movies  <- the folder linked to your movie library
  Ghostbusters Afterlife (2021)
    Ghostbusters Afterlive (2021) [technical blahblah].mkv

If you have a very troublesome file you can include the ID from IMDb or The Movie Database in the movie folder, e.g.

Movies <- the folder linked to your movie library
  Ghostbusters Afterlife (2021) {imdb-tt4513678}
    Ghostbusters Afterlife (2021).mkv

or

Movies <- the folder linked to your movie library
  Ghostbusters Afterlife (2021) {tmdb-425909}
    Ghostbusters Afterlife (2021).mkv
2 Likes

Thank you Tom80H, I am taking a look at the logs, not sure why, but it might be a permission issue. Strange as some files, no problem, and never an issue with my TV folder. I will continue to investigate. I see that other movie files stuck in this purgatory are saying the same thing. What I think are relevant logs pasted below.

Jan 22, 2022 15:07:17.048 [0x7f04f618bb38] DEBUG - Scanner: Processing directory /volume2/video/Ghostbusters Afterlife (2021) (parent: yes)
Jan 22, 2022 15:07:17.048 [0x7f04f618bb38] ERROR - Error opening file ‘"/volume2/video/Ghostbusters Afterlife (2021)/Ghostbusters Afterlife 2021 WEBDL-1080p.mkv"’ - Permission denied (13)
Jan 22, 2022 15:07:17.049 [0x7f04f618bb38] DEBUG - File ‘/volume2/video/Ghostbusters Afterlife (2021)/Ghostbusters Afterlife 2021 WEBDL-1080p.mkv’ didn’t exist, can’t skip.
Jan 22, 2022 15:07:17.049 [0x7f04f618bb38] ERROR - Error opening file ‘"/volume2/video/Ghostbusters Afterlife (2021)/Ghostbusters Afterlife 2021 WEBDL-1080p.mkv"’ - Permission denied (13)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.