A long overdue update to the Randomizer Plugin description page…….
Randomizer is a plugin which will allow the user to;
Load and play a number of random tracks from the music library;
Load and play a random album from the music library;
Load and play the album from the track that is currently playing.
The default number of random tracks is 25 but can be changed by the user.
When installed the plugin now appears in the Sources menu making it quicker and easier to use.
To use with lircrc add;
config = node /data/plugins/user_interface/randomizer/randomTracks
or,
config = node /data/plugins/user_interface/randomizer/randomAlbum
or,
config = node /data/plugins/user_interface/randomizer/trackToAlbum
Edit….
With the advent of Volumio 4 and the upgrade to the GPIO buttons plugin allowing Custom Emit - the possible Method names available in Randomizer are;
randomTracks
randomAlbum
trackToAlbum
and for anyone who prefers ‘previous’ to start the previous track rather than restart the current track;
truePrevious
