How to list album in music folder
Hi,
I managed to list album from queue using actions.json but I wonder if it is possible to list it in music folder view so that I can go back and view other albums in the same folder?
Hi,
I managed to list album from queue using actions.json but I wonder if it is possible to list it in music folder view so that I can go back and view other albums in the same folder?
Code:
"queue-track":[ { "title":"Show Album", "lmsbrowse":{ "command":["tracks"], "params":["tags:dikstuAC", "sort:tracknum", "album_id:$ALBUMID"] }, "icon":"playlist_play" } ]
Comment