jpillora / media-sort

Automatically organise your movies and tv series
MIT License
120 stars 21 forks source link

Search results seems poor for obvious titles #19

Closed johntdyer closed 4 years ago

johntdyer commented 4 years ago

Even w/ the accurate turned way down it seems to fail for results I'd think would be pretty easy

2.4.2root@vault:/mnt/user/Media/temp# /usr/local/bin/media-sort --verbose --accuracy-threshold 50 --recursive   --overwrite-if-larger --movie-dir . .
2020/03/23 08:14:35 scanning targets...
2020/03/23 08:14:35 scanning: .
2020/03/23 08:14:35 skip non-regular file: .
2020/03/23 08:14:35 scanned targets. found #1
2020/03/23 08:14:35 sorting files...
2020/03/23 08:14:35 Searching transformers age of extinction
2020/03/23 08:14:35 [#1/1] Transformers: Age of Extinction.mp4
  └─> No results (Google search failed)
root@vault:/mnt/user/Media/temp#

I also noticed that it only appears to be searching google and not IMDB or anything... Am I doing anything wrong?

johntdyer commented 4 years ago

I even tried dialing down the accurate to 1 and it didnt match

root@vault:/mnt/user/Media/temp# media-sort -v -a 1 --dry-run --recursive .
2020/03/23 08:17:17 scanning targets...
2020/03/23 08:17:17 scanning: .
2020/03/23 08:17:17 skip non-regular file: .
2020/03/23 08:17:17 scanned targets. found #1
2020/03/23 08:17:17 sorting files...
2020/03/23 08:17:17 [Dryrun]
2020/03/23 08:17:17 Searching transformers age of extinction
2020/03/23 08:17:18 [#1/1] Transformers: Age of Extinction.mp4
  └─> No results (Google search failed)
root@vault:/mnt/user/Media/temp#
ghost commented 4 years ago

Yeah I have this issue on a regular basis myself. Only way I have figured out how to get it to match is to add the date into the title of the movie manually then rerunning it.

jpillora commented 4 years ago

Will look into it 👍

On Tue, 24 Mar 2020 at 6:46 am gregf notifications@github.com wrote:

Yeah I have this issue on a regular basis myself. Only way I have figured out how to get it to match is to add the date into the title of the movie manually then rerunning it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpillora/media-sort/issues/19#issuecomment-602817812, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2X46SVQSCZ6KWOZV522TRI64CJANCNFSM4LR6LVDA .

jpillora commented 4 years ago

v2.4.3 is currently being released, give it a try and reopen if still an issue 👍