Item: 9
Language: en-US
Type of Problem: Incorrect_content
Extra Details: I have a file for the movie named "9.mp4", when scraped through Kodi 17, I am getting valid content returned. However when I change the file to "9 (2006).mp4" to match the rest of my files to include a year in the file name to eliminate scraping mismatches. When I use this corrected filename with the year I get a DB scrape for Bruno (2009) https://www.themoviedb.org/movie/18480-br-no.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by propbuildervash
on September 12, 2019 at 6:31 AM
I noticed i made a typo in the file name. I have corrected the file to "9 (2009).mp4" and the file still incorrectly identifies as Bruno (2009).
Reply by RedStapler
on June 21, 2023 at 11:43 PM
I was getting the same result. If I had moviename.mp4 I was getting a return from the api. If I had moviename (2023).mp4 some movies had no return from the api search.
I altered my search to grab the movie name, and omit the year in parenthesis.... (. ) This worked for me: $movieName = $file.BaseName -replace '\s*(.*?)'