Console Output: Select all
Group files by movie or series
Group: {Series=Last (2015)} => [The Conjuring Last Rites 2025 1080p WEBRip DDP 5 1 10bit H 265-iVy.mkv]

This is a completely different issue from anything discussed previously discussed on this thread. Here we have the
amc script incorrectly assuming that the file is a series episode. A movie / episode auto-detection issue. Likely because of the unusual numbers pattern in the file name.

This file notably seems to have been renamed already, replacing "." dots with " " spaces. This makes the file name more difficult to interpret because information was removed. While "." is often used as space, the . dot in 5.1 and H.265 is actually meant to be a dot.

The solution is to force movie mode. You'll want to use
--def ut_label=movie which forces movie mode instead of
--def ut_label=radarr which does nothing. If you're using radarr then you already know in advance that you're only ever processing movies, right?
rednoah wrote: ↑01 Aug 2012, 13:04
You can
(and should) force Movie / Series / Anime mode or force ignore files via labels, e.g. label as
Movie to force Movie mode,
Series to force TV Series mode,
Anime to force Anime mode, or
other to ignore all files. Alternatively, standard folder names such as
Movies /
TV Shows /
Anime may be used to force auto-detection one way or another.
EDIT

Is the
radarr label something that is added by Radarr as its remote controlling qBT via the API? Can this be changed in Radarr? If not, then we could modify the
amc script to force movie mode for this label as well. Does Sonarr / Lidarr / etc add a sonarr / lidarr / etc labels? We could add auto-detection fast-paths for these labels as well while we're at it.