Plex has a FILENAME convention for Movies and TV shows, this is sensible and works well HOWEVER, it fails miserably if the Plex Server has the media stored in a folder structure that is convenient and sensible.
This was discussed here where the only solution proffered was to change the folder structure, that is no solution at all.
The development I am requesting is for Plex have an option to ignore the folders completely and just rely on the filename which should be in accordance of the Plex filenaming convention.
WHY is this important?
Well if you have thousands of media files it slows down the computer, splitting them up into smaller groups helps improve speed, is more convenient for the user and just makes sense.
Currently this folder
PlexSeries/Comedy/Californication/Series01/Californication S01E01 Pilot.mp4
Is NOT identified by Plex, in fact it sees the word comedy and then wrongly identifies all content below calling it BBC Comedy.
Movies are also affected, on disk I store movies by genre and by franchise, something like X-Men or Star Wars can be confusing if sorted by filename so I use the year
PlexPG13\PG13\SciFi/X-Men/2011\X-Men First Class (2011) PG13 Narrative Text.avi
This not only causes the movie to incorrectly identified but it lists it at the top of the library because it is using the 2011 nested folder name.
All Plex needs to do is use ONLY the file name.
Grabbing the right most text in the string as far as the backslash \ and then moving from left to right will produce
Californication S01E01 Pilot.mp4
Californication S01E01 is all that is needed to id the episode and the series to which it belongs (S01).
The same applies with the movie.
X-Men First Class (2011) PG13 Narrative Text.avi
X-Men First Class (2011) tells place all it needs to know.
All we need is an option to tell Plex to ignore the folder and pass the filename to the media agent that does the search.
Please develop this feature and please vote for it if you are a Plex user.

