Kodi Community Forum

Full Version: NFO / local ressources
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

First, sorry for my English, and thank you a lot for this software, that I use every day !!!

I have a problem with TTM and the nfo generated : all listed ressources are external ressources and not the local ressources that TMM has downloaded.

An example with the movie "12 Years a Slave" :

The nfo generated is :

Code:
<movie>
    <title>12 Years a Slave</title>
    <year>2013</year>
    <thumb>http://image.tmdb.org/t/p/w500/jZ8zm1PRp5ALVkC4NADGZiCg4C6.jpg</thumb>
    <fanart>http://image.tmdb.org/t/p/original/xnRPoFI7wzOYviw3PmoG94X2Lnc.jpg</fanart>
   ...

But I would like an nfo like :

Code:
<movie>
     <title>12 Years a Slave</title>
     <year>2013</year>
     <thumb>smb://192.168.1.253/Films/12 Years a Slave (2013)/movie.jpg</thumb>
     <fanart>smb://192.168.1.253/Films/12 Years a Slave (2013)/fanart.jpg</fanart>
     ....

*where "192.168.1.253/Films" is the folder where I store my all my movies.


I don't understand why the generated nfo use the external ressources ( http://image.tmdb.org/t/p/xxx ) and not the downloaded ressources ( smb://192.168.1.253/Films/xxx ). I miss something ?

Do you know, if it's possible to make this ? Any solutions ?

I can write a "script" that make the job after TMM, but it's not a perfect solution...

Someone has the same problem ? Any idea ?


Thanks in advance,


Julien.
Anybody ? Sad
I believe you should copy the image file to that directory, and in kodi you cn (for each movie) import fan art or thumbnails etc
If you domao and then export NFO file it should be ok
It does entail copy and manually change fan graphics for each movie. For my 780 movies i am NOT gonna try haha
Thanks !

I don't have 780 movies, only 400, and manually it will be hard ! I have made a script that make the work, but I don't understand why TMM use the externals urls by default Sad
Kodi usually reads always the local ones, and if none found, it will use the ones provided within NFO.
So there should be no problem, when having the externals in NFO...