2021-05-30, 11:22
In my media library the extra-fanarts are stored using the following structure:
1) Kodi-18 Style
moviename\extrafanart\fanart1.jpg
moviename\extrafanart\fanart2.jpg
....
moviename\extrafanart\fanart9.jpg
2) Kodi-18 experimental / Kodi-19 Style
moviename\fanart1.jpg
moviename\fanart2.jpg
....
moviename\fanart9.jpg
In Transparency! the fanart slideshow is working properly for the style 1) but is not working for the new Kodi-19 style.
Since Kodi will remain available only for Kodi-18 I'd like to be able to keep this mixed structure, but I don't know how to solve the problem.
In "Includes_Workarounds.xml" I tried to apply the following change
<imagepath fallback=$INFO[ListItem.Path] background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
The idea is that if T! don't finf the extrafanart folder will falback to the ListItem.Path, but this solution is not working.
Do you have any suggestion ?
Thanks
1) Kodi-18 Style
moviename\extrafanart\fanart1.jpg
moviename\extrafanart\fanart2.jpg
....
moviename\extrafanart\fanart9.jpg
2) Kodi-18 experimental / Kodi-19 Style
moviename\fanart1.jpg
moviename\fanart2.jpg
....
moviename\fanart9.jpg
In Transparency! the fanart slideshow is working properly for the style 1) but is not working for the new Kodi-19 style.
Since Kodi will remain available only for Kodi-18 I'd like to be able to keep this mixed structure, but I don't know how to solve the problem.
In "Includes_Workarounds.xml" I tried to apply the following change
<imagepath fallback=$INFO[ListItem.Path] background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
The idea is that if T! don't finf the extrafanart folder will falback to the ListItem.Path, but this solution is not working.
Do you have any suggestion ?
Thanks