Kodi Community Forum

Full Version: Suggest 20 random albums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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>