jkwill87 / mnamer

media file renaming and organizing tool
https://pypi.org/project/mnamer
MIT License
750 stars 63 forks source link

Consistent poor results for movies #256

Closed Shades84 closed 11 months ago

Shades84 commented 1 year ago

Testing mnamer on my own library, I'm getting some very poor results, with both tmdb and omdb apis. For example, it guessed Avatar 2009 was "Cyber Wars" 2004 and it sets the year for Black Panther as 2013, rather than the correct 2018. Do I have some sort of Metadata problem with my files? I've not dug into the source code to see how this all functions

jkwill87 commented 11 months ago

What version of manger are you using? Likely may be resolved by https://github.com/jkwill87/mnamer/pull/248. Will cut a new release this week.

Shades84 commented 11 months ago

I'll check it out tonight. I installed with pip, so whatever version that gives. My movies have a lot of extra stuff in the filename, perhaps that's an issue too? How fuzzy of a search can this program handle?

jkwill87 commented 11 months ago

Updated it now, you should be able to update using pip3 install -U mnamer and confirm the version using mnamer --version. The latest release is 2.5.5.

Shades84 commented 11 months ago

All my tests cases are working great now, even the really obscure stuff. Thank you!