Kodi Community Forum

Full Version: ListItem.FolderPath Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I use $INFO[ListItem.FolderPath] to show albums of artists of my library in the right bottom, like this :

Image

I want to use the same to show albums in artist dialog info but in this window it show all items inside artist folder (artworks files and extrafanarts folder) :

Image

There is a way to hide this items or another solution to show only albums in my library for selected artist ?
How about

musicdb://artists/$INFO[ListItem.DBID]/

it shows me all album from the artist in the musicinfo.

Regards
(2017-05-06, 14:29)Marc0810 Wrote: [ -> ]How about

musicdb://artists/$INFO[ListItem.DBID]/

it shows me all album from the artist in the musicinfo.

Regards

Working. Thanks.