Hello,
To improve the matching of my movies, I used the recommended structure of a directory including an .nfo
file in which I insert the IMDb url. For example with the movie called “Inception”, I created a directory named “Inception (2010)”. Within that directory, I have 2 files:
/Inception (2010)
Inception (2010).mkv
Inception (2010)-imdb.nfo
In the .nfo
file, I have https://www.imdb.com/title/tt1375666/
.
This works just fine. Now, I would like to be able to do the same using The Movie Database. Is it possible? Which syntax should I use? I tried with:
/Inception (2010)
Inception (2010).mkv
Inception (2010)-themoviedb.nfo
without success…
Thanks,