fracpete / kodi-nfo-generator

Simple Python-based command-line tool to generate .nfo files for movies and TV series used by Kodi.
GNU General Public License v3.0
45 stars 8 forks source link

Let the script guess the imdb id for the movie? #3

Closed gadelkareem closed 1 year ago

gadelkareem commented 2 years ago

Anyway to let the script guess the IMDB for the movie?

fracpete commented 2 years ago

That functionality is already available through scrapers.

gadelkareem commented 2 years ago

But those don't add the imdb file right?

fracpete commented 2 years ago

No, they generate the .nfo files directly.

gadelkareem commented 2 years ago

I looked kodi scrappers and the only one I found was TinyMediaManager which is a GUI app. Can you name one or two of those?

fracpete commented 2 years ago

I don't use any scrapers, as my directory naming generated rather poor results.

From a quick Google, you might want to have a look at this one:

https://kodi.tv/addons/matrix/metadata.universal

fracpete commented 1 year ago

Commit e5237c2c2fb3919f6d10417693a1f0a178edc2bd adds a simple tool called kodi-nfo-guess that searches IMDB for title matches and then outputs the .imdb file.