Get album path via music player?
#1
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?
www: deadendthrills.com
follow on twitter for updates, etc: @deadendthrills
Reply
#2
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.
Reply
#3
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]
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#4
Perfect!

Cheers.
www: deadendthrills.com
follow on twitter for updates, etc: @deadendthrills
Reply

Logout Mark Read Team Forum Stats Members Help
Get album path via music player?0