Jump to content

Finding mismatched movies?


King Pin

Recommended Posts

King Pin

Is there a tool/plugin or something that can be run on a library to tell you about mismatched or incorrect movies? 

eg.  your filename is "Animal" but it's matched to "The Animal". 

 

I understand that proper naming conventions with dates is the best way to avoid this but when I first started out ripping my collection no dates were added.  

Link to comment
Share on other sites

Happy2Play

Not that I know of.  Only thing I can think of is maybe a database query comparing Filename to Name.

Movie

select Filename, Name from MediaItems where type=5

TV

select Filename, Name from MediaItems where type=6

 

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play

Just need to make a copy of your library.db and open in a database viewer and run that query.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...