Req Suggest 20 random albums
#1
In library mode i should be nice to have an option which selects 20 random albums for you.
You can then chose which one to play. You can do it in subsonic. For this is the most used way of selecting an album.
Reply
#2
Can already be done with Smart Playlists:

\userdata\playlists\music\Random Albums.xsp:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="albums">
    <name>Random Albums</name>
    <match>all</match>
    <limit>20</limit>
    <order direction="ascending">random</order>
</smartplaylist>
Reply

Logout Mark Read Team Forum Stats Members Help
Suggest 20 random albums0