LMS Don't Stop The Music
plugin using Bliss Mixer
to provide random tracks similar to seed tracks chosen from the current play
queue.
Bliss Mixer requires that your music is first analysed with Bliss Analyser
3 entries are added to LMS' 'More'/context menus:
Similar tracks
returns (up to) 50 tracks that are similar to the selected track, returned in similarity order.Similar tracks by artist
returns (up to) 50 by the same artist that are similar to the selected track, returned in similarity order.Create bliss mix
creates a mix of (up to) 50 tracks based upon the selected artist, album, or track, returned in a shuffled order.
NOTE These menus do not currently work with the Default
LMS web skin, but do
work with Material Skin
and other controllers.
As of v0.6.0 the mixer can be started via the blissmixer://
URL. This supports the following query items:
artist
URL encoded artist namealbum
URL encoded album namepath
URL encoded track pathgenre
URL encoded genre namecount
number of tracks to returndstm
if set to1
thenDSTM
is enabled for the player and set toBlissMixer
To start a mix based upon an artist, 15 tracks, and enable DSTM:
blissmixer://?artist=Iron%20Maiden&count=15&dstm=1
To start a mix based upon an album, then both artist
and album
must be specified:
blissmixer://?artist=Iron%20Maiden&album=Somewhere%20In%20Time
To start a mix based upon a single track:
blissmixer://?path=%2Fmedia%2Fmusic%2FIron%20Maiden%2FSomewhere%20In%20Time%2F02%20Wasted%20Years.mp3
To start a mix based upon a genre:
blissmixer://?genre=Heavy%20Metal
NOTE For safety strings should be URL escaped, as shown in the examples above. However, if they do not contain ?
, &
, =
, or #
, it might be OK to use the plain strings - e.g.
blissmixer://?artist=Iron Maiden&album=Somewhere In Time