Kodi Community Forum

Full Version: No ClearArt in seekbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

I'm having a problem with Shade (1.1.3)

i cant seem to get clearart to show up in the seekbar.

my folder setup is:

TV-show name
- episode.avi
- clearart.png
-- extrathumbs

its enabled in Shade settings. DVD covers work fine.

Screen:

Image
xcitedk Wrote:Hi!

I'm having a problem with Shade (1.1.3)

i cant seem to get clearart to show up in the seekbar.

my folder setup is:

TV-show name
- episode.avi
- clearart.png
-- extrathumbs

its enabled in Shade settings. DVD covers work fine.

Screen:

Image

I want to solve this problem too. I had One Tv serie where it did work, with the rest nope. Would be nice to get this working because it looks awesome.

UPDATE:
just resolved this


changed line:

Code:
<texture>$INFO[Player.FolderPath]../clearart.png</texture>

Changed to:

Code:
<texture>$INFO[Player.FolderPath]clearart.png</texture>
In which file did you change these lines?
the skin expects that you have season folders so that's why it didn't work.