(2014-04-18, 18:36)Komet Wrote: Just wanted to add this
Unfortunately there is no other way to make XBMC re-read the nfo file as to remove and add the movie again.
Komet:
I use one folder for all my movies and one thing I could suggest is to add all the artwork that we might add manually in your software using local images in the nfo files when we modify a movie and click on save (Actually, just fanart is save in the nfo files). This could at least allow us to use local images when refreshing a movie into xbmc instead of having to re-download the files again using the manual way with Artwork Downloader. This would save us a lot of time. For us, we would not need to sync the database anymore with xbmc using this method, so we could avoid it.
I ask this because your software is a great way to manage our artwork because we see all available artwork at once when we are positionned in a particular movie.
So, if these lines could be saved automatically when saving nfo files if artwork is found, that would help a lot. (Of course, this would depend on the way we define how to save the file in your software settings)
Code:
<discart>
<thumb preview="">movie_name-discart.png</thumb>
</discart>
<logo>
<thumb preview="">movie_name-clearlogo.png</thumb>
</logo>
<clearart>
<thumb preview="">movie_name--clearart.png</thumb>
</clearart>
<Banner>
<thumb preview="">movie_name-banner.jpg</thumb>
</Banner>
<Landscape>
<thumb preview="">movie_name-landscape.jpg</thumb>
</Landscape>
<Poster>
<thumb preview="">movie_name-poster.jpg</thumb>
</Poster>
<Fanart>
<thumb preview="">movie_name-fanart.jpg</thumb>
</Fanart>
Would that be possible to work a way out of this?