Comment 6 for bug 1271306

Revision history for this message
Yuzem (yuzem) wrote :

Ok, try this, rename for example "Fast & Furious (2009) HD.mp4" to "Fast & Furious (2009).mp4" and see if it gets the cover.
If it works you need to add the following to the config file (~/.imdb-thumbnailer/config):

parse_filename () {
  query=${query//HD}
}

Now update the remaining movies with imdb-thumbnailer -u file1 file2 etc...
You can also rename Fast & Furious the way it was before.