jkwill87 / mnamer

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

"no matches found" while using tmdb api #234

Closed yuzokc closed 1 year ago

yuzokc commented 1 year ago

I have been using mnamer without issues until last update. Since then, in every single rename I try, I get the same "no matches found" while using tmdb provider

Any though on why this is happening

Thanks in advance.

mnamer -v --movie-api=tmdb --media=movie --no-overwrite *

system

settings

targets

Processing Movie Subtitle "English.srt" (81.30KB) /mnt/d/down/00/The.Year.I.Started.Masturbating.2022/English.srt using tmdb

search parameters

no matches found ❱ The Year I Started Masturbating (2022) (best guess) skip quit

skipping (user request)

Processing Movie "The.Year.I.Started.Masturbating.2022.mp4" (1.91GB) /00/The.Year.I.Started.Masturbating.2022/The.Year.I.Started.Masturbating.2022.mp4 using tmdb

search parameters

no matches found ❱ The Year I Started Masturbating (2022) (best guess) skip quit

fergie4000 commented 1 year ago

What fixed it for me was changing this line from f"{year_from}-{year_to}", to just year,

No results are returned when a year range is supplied.

yuzokc commented 1 year ago

Thank you @fergie4000, it worked for me too