Bluray and DVD folder problems
#1
The current way skins retrieve the path for artwork is through ListItem.Path

This will cause them to search inside:
Quote:MOVIES/MOVIENAME/BDMV/
MOVIES/MOVIENAME/VIDEO_TS/
instead of in
Quote:MOVIES/MOVIENAME/

Is there a way of correcting this problem because i can imagine users would not be happy to place their artwork inside those folder because it could break them for certain players (so i have heard)?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#2
in case you want to load an image from the parent folder:
Code:
$INFO[ListItem.Path,,../image.ext]
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Problem is that you only want to do that with these folders not with others.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
Code:
<visible>SubString(ListItem.Path,BDMV) | SubString(ListItem.Path,VIDEO_TS)</visible>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Bluray and DVD folder problems0