Just how plex server looks for a .plexignore file in a certain directory to know what files/dirs to not pick up, it could do the same for a .plexmatch file which can contain for example a tvdb id if we’re talking about tv shows, or tmdb/imdb id for movies. It will be up to the user if it wants to create such a file for a troublesome movie/tv show and it will also be up to the user to go online, browse tvdb for example and copy its id.
Since I started using plex I re-installed the whole thing twice (once because I completely upgraded the server). I also re-done my libraries multiple times until I saw what works best for me (all shows in the same library, or different for documentaries, anime, or re-organizing the file structure, moving stuff around, etc). Point is I had to fix match for a lot of shows and movies like a dozen times.
Currently there is no way to make sure a certain show or movie gets matched correctly 100% of the time. I’ve had issues with a lot of shows/movies not matching automatically to the correct thing no matter how I named the file/directory.
Since plex server obviously already has the functionality to look for files, read them, and it’s something that only has to be implemented server-side and not into all the clients, I think it’s something that can be done relatively easy and without wasting too many resources on it.
What do you think? Yay or nay?