Posts: 15
Joined: Nov 2013
Reputation:
0
First of all I want to start with thanking you for this amazing skin.
Question is this, I would like to use the FanArt view, but I do not get anything to show up in the background as I scroll through my files.
I am sure that I am missing something simple, like a naming scheme, but I have tried everything that I can think of.
Thanks a ton in advance for any feedback.
Posts: 92
Joined: Oct 2009
Reputation:
4
name your image <movie_name>-fanart.jpg put it beside your video file.
My name is Erier, Humf Erier
Posts: 14,212
Joined: Mar 2010
Reputation:
582
PatK
Team-Kodi Member
Posts: 14,212
2013-12-05, 02:28
(This post was last modified: 2013-12-05, 02:28 by PatK.)
I see the issue
If there is artwork (jpeg) called "fanart.jpg" without the quotes in each folder or sub folder you will get a backdrop of the image for that folder. In your example it looks like you use -fanart.jpg and folder.jpg neither of which will do. As of Frodo poste.,jpg replaces folder.jpg
Posts: 14,212
Joined: Mar 2010
Reputation:
582
PatK
Team-Kodi Member
Posts: 14,212
The image becomes a backdrop for that folder, to change the root image you can check out settings>skin>backgrounds>pictures
Rolling over the folders in 'List' view will produce a reduced selection of 4 images in the folder on the background. Not exactly what you wanted, but somewhat closer to what you had in mind. My usage of the picture function within XBMC is to primarily call up select slide shows from a remote browser; otherwise I find the image display tool a bit cumbersome.
Posts: 15,282
Joined: Jan 2009
Reputation:
739
ronie
Team-Kodi Member
Posts: 15,282
you probably need to mod the skin to get it to work.
Includes_Workarounds.xml, line 246:
change
<texture background="true">$INFO[ListItem.Path,,fanart.jpg]</texture>
to
<texture background="true">$INFO[ListItem.FolderPath,,fanart.jpg]</texture>
Posts: 14,212
Joined: Mar 2010
Reputation:
582
PatK
Team-Kodi Member
Posts: 14,212
C:\Program Files (x86)\XBMC\addons\transparency-xbmc\720p\Includes_Workarounds.xml (line #245)
Make a back-up of this file before editing it.
Posts: 15
Joined: Nov 2013
Reputation:
0
WORKS PERFECTLY!!!!!!!
THANKS A TON!!!!!