/videos
/videos/movies
Movie (year)/Movie (year).ext
/videos/tv
Series/
Season 01/
Series - SxxExx - title.ext
In this case.
Movies library type is /videos/movies
TV library type is /video/tv
Giving /video to either will cause great chaos.
You are free to make the Top level directory as deep as you want PROVIDED you do not exceed the total maximum path length for the OS at the bottom file level. Files at the bottom would have their names truncated
so, just because I like a clean docker, my docker for all my media apps maps my nas’ location of /data to a /data volume with in the docker.
my movies are on the nas as /data/Videos/movies/ and the series are /data/Videos/series so they map the same way within the dockers.
The actual libraries within plex are mounted to /data/Videos/movies and /data/Videos/series (as well as the equivalent for DVR as a separate libraries. e.g.: /data/Videos/dvr/series & /data/Videos/dvr/movies."
I agree with what folks are saying above but, gonna need logs after one of these scan in as it seems to work fine. Since your example was an MP4 are you sure there is not embedded metadata effecting what it displays?
Ahhh…“The Alienest” was just an example of how my files are named. I’ll find a real example of a failure… Note that the failure to match only happens for new shows. Once it’s matched then each episode is fine after that.
It may take me a few days…there aren’t many new shows coming out with Covid-19 and all… i could plex dance a few if i get some time between meetings tomorrow…
Yeah - I just tested about 5 different examples, and they all matched for me.
The idea that English articles (a, the) would break 100% of matching wasn’t sitting right with me. The whole nameismore correct but I’m used to Plex making good guesses.
The ones I tested don’t get a perfect score, but they still get matched.
While testing I first noticed things were just “weird”. Even perfectly-named files weren’t matching reliably. I turned off all of the “additional” agents and it got fast again.
In addition to the MP4/metadata question - do you have any other additional agents enabled?
@BigWheel - I see this request in the logs whenever there wasn’t a perfect match. I had the article at the end of the filename, and it stripped it out. Clever. Is this a Plex “fixer” service?
What is your network setup? I’m not the log-reading expert - hopefully @BigWheel can say “look here” - but they’re a mess with complaints about network issues.
Think this related to another issue with search being generally too strict and devs are working on it hoping for a fix soon. Like there was another report of a tv show name that TVDB had a colon in name but file name did not so it could not find. Older shows we have on our proxy already so that is why those were working.
I do use Sonarr’s ability to strip special characters out of the file name. Is that a bad idea?
I do run an instance of pi-hole so I do purposely block certain traffic but nothing specific to plex. I could try whitelisting it completely to see if that helps at all. That invalid connection URL is my ddns site. When I manually connect, I’m able to bring up my plex instance. I’m not sure why it throws an error internally.
The DVR is recording right now so I can’t reboot for a couple of hours. I’ll generate a new log later this morning.