Kodi Community Forum

Full Version: Get album path via music player?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was thinking that one way around the problem of destructive downsizing when showing album art on the homepage was maybe having two separate album art files, one at a smaller size, then displaying both 1:1 in Kodi. This could be done quite simply if you could get the path of whichever album was playing. Can that be done, though?
I think you can only get the currently playing songs path.

On a related note: have you tried this - http://kodi.wiki/view/Advancedsettings.x...galgorithm - it doesn't change the way they're scaled when displayed but might make difference.
I would assume that most people have Music in folders according to Artist and Album: e.g. Music/Artist/Album/Song.mp3

So Player.FolderPath should work fine... (replacing AlbumArtFilename with whatever the name of the artwork file is of course).
Code:
$INFO[Player.FolderPath,,AlbumArtFilename.jpg]
Perfect!

Cheers.