I've got all of my movies saved into individual folders, all with NFO files, etc.
Ember won't let me scrape just the actors thumbs, and I'd like to prevent XMBC from having to do it.
I also have my data stored in a MySQL database on my NAS.
1.) Is there a way to copy the thumbs from the server/NAS to my local XBMC install?
2.) In my NFO, I see things like this:
is the URL in the thumb node correct? Or should I want to see a local path, especially because in this instance, I have the .actors folder with the actor in it.
Ember won't let me scrape just the actors thumbs, and I'd like to prevent XMBC from having to do it.
I also have my data stored in a MySQL database on my NAS.
1.) Is there a way to copy the thumbs from the server/NAS to my local XBMC install?
2.) In my NFO, I see things like this:
Code:
<actor>
<name>Kai Pantano</name>
<role>Soldier (uncredited)</role>
<thumb>http://ia.media-imdb.com/images/M/MV5BMTYxMzY5MzIyMV5BMl5BanBnXkFtZTcwMTE0MDkwNw@@._V1._SY1080_SX1920_.jpg</thumb>
</actor>
is the URL in the thumb node correct? Or should I want to see a local path, especially because in this instance, I have the .actors folder with the actor in it.