Reply to thread

Roopert



Was digging through the code looking where best to implement this and found that it is already in RC2!!


After you have updated your database you can go to the editor TAB and click the 'search for Images' button; at the top of the list will be any .jpg files in the current movies dir. This will be the same behavior if you are in the MP gui and you click IMDB then scrole through the images.


So the next step (and easier one) is to just create a c#script that first looks for a .jpg file in the current dir and sets the coverURL to that and see if the DownloadCoverArt funciton in the core can grab the file from local imageUrl.


Top Bottom