2013-09-27, 19:05
(2013-09-27, 18:58)beemarp Wrote:(2013-09-03, 19:33)Balinus Wrote:(2013-09-03, 19:00)frotzamuta Wrote: Yes, I want to use it, too.
A hint would be great!
Thanks!
Everything is here : http://forum.xbmc.org/showthread.php?tid=126502
And here : http://wiki.xbmc.org/index.php?title=Add...the_images
Basically, you change the xbmc.gui in addon.xml and update the call to images. For example, iof Night needs to show a poster, you put "ListItem.Art(poster)" instead of thew old way of calling the poster.
So is that the only file that needs to be updated? I have absolutely no idea what I'm doing when it comes to coding....but I really miss this skin.
Anybody have time to update this for Frodo? Maybe a bribe...err donation?
You need to change the addon.xml first. Then open up the ViewsVideoLibrary.xml and change the calls ("ListItem.Art(*)") for the images, where * can be poster, banner, etc... See the link I provided to have a full list of available images.
Overall, it might be done in about 2-3 hours max.