Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread DavidBulluss
mherger wrote: > > I think that there have to be at least 2 before it kicks in > > No, that's for when there are more than 2 tracks in the queue. Once > playback of the third to last track has started, DSTM would kick in. But > > that's not true in case of a single track. It certainly works

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread mgoodwimi
d6jg wrote: > Have you looked at Random Seeds which Michael kindly implemented a few > years ago - genre based > > You just need to setup Random Mix to say 5 tracks then call like this > > randomplay://track?genres=Blues%20Rock=1 > > Generates a playlist of 5 tracks of Blues Rock which

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread d6jg
mgoodwimi wrote: > Hi Michael, > > Multi call and extra track now removed, tested with one track and time . > As you mentioned >50% of track time , DSTM started to work with no > issues > > Thanks for the clarification on DSTM mechanisms > > In relation to LastMix, is there a method / way to

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread Michael Herger
In relation to LastMix, is there a method / way to teach the mixer if wrong mixes are selected. Having just tested 5 seeder tracks - local files only. 4 of the 5 were 100% correct with their selection and the 5th made horrible incorrect selections? In addition is there any ways users can enhance

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread mgoodwimi
mherger wrote: > >> No, that's for when there are more than 2 tracks in the queue. Once > >> playback of the third to last track has started, DSTM would kick in. > But > >> that's not true in case of a single track. > > > Based on your feedback I have successfully implemented a multi call > >

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread Michael Herger
No, that's for when there are more than 2 tracks in the queue. Once playback of the third to last track has started, DSTM would kick in. But that's not true in case of a single track. Based on your feedback I have successfully implemented a multi call workaround that I probably wasn't clear

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread mgoodwimi
mherger wrote: > > I think that there have to be at least 2 before it kicks in > > No, that's for when there are more than 2 tracks in the queue. Once > playback of the third to last track has started, DSTM would kick in. But > > that's not true in case of a single track. Hi Michael, Thank

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread Michael Herger
I think that there have to be at least 2 before it kicks in No, that's for when there are more than 2 tracks in the queue. Once playback of the third to last track has started, DSTM would kick in. But that's not true in case of a single track. ___

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread Michael Herger
Is one track sufficient as a seed? Won’t DSTM retain what was playing beforehand as part of its track selection? Most mixer implementations I know of (and most I implemented myself :-)) would only use what is in the queue. Thus one single track if only one is there.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread slartibartfast
Paul Webster wrote: > I think that there have to be at least 2 before it kicks in > > > Code: > > > use constant MIN_TRACKS_LEFT => 2;# minimum number of tracks left before we add our own > > > I always use 1 track as a seed. Once the mix

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread Paul Webster
I think that there have to be at least 2 before it kicks in Code: use constant MIN_TRACKS_LEFT => 2;# minimum number of tracks left before we add our own Paul Webster author of \"now playing\" plugins covering radio france

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread d6jg
Is one track sufficient as a seed? Won’t DSTM retain what was playing beforehand as part of its track selection? Example. If you had previously been playing Classical music and then using JSONRPC called a Soul track wouldn’t DSTM create a mix containing elements of both genres? Jim

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread Michael Herger
DTSM has been set to LastMix ("My Music" only) that works with Squeezer, Material and iPeng. However when I make a call for one favorite using JSONRPC, it plays the track (single not album) but does not activate DSTM to build the queue? What I am looking to do is to programmatically select a

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread mgoodwimi
mherger wrote: > > I can successfully call a single favorite and play but cannot workout > > how to start DSTM / LastMix via JSONRPC with the track to create the > > queue? > > You don't call DSTM or LastMix, but you configure the player to use > DSTM. Once that's done, it should kick in

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread Michael Herger
I can successfully call a single favorite and play but cannot workout how to start DSTM / LastMix via JSONRPC with the track to create the queue? You don't call DSTM or LastMix, but you configure the player to use DSTM. Once that's done, it should kick in automatically, one a queue has been

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-06 Thread mgoodwimi
Hi Michael, In relation to DSTM / LastMix, how would I structure a JSONRPC call to play a single favourite track then load/ start DSTM / LastMix? I can successfully call a single favorite and play but cannot workout how to start DSTM / LastMix via JSONRPC with the track to create the queue?

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-03 Thread shinedou
mherger wrote: > > When I look in the plugin.pm file I only see the constant for > > MIN_TRACKS. This is located in the DSTM plugin directory, correct? > > This is in LastMix' Plugin.pm file. Oh ok. My reading comprehension is obviously not what it used to be. Thanks for steering me in the

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-03 Thread Michael Herger
When I look in the plugin.pm file I only see the constant for MIN_TRACKS. This is located in the DSTM plugin directory, correct? This is in LastMix' Plugin.pm file. ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-03 Thread shinedou
mherger wrote: > > Is the MAX_TRACKS setting no longer available? I can't find it. > > It's not a setting. As outlined above it's a constant defined in that > source file. When I look in the plugin.pm file I only see the constant for MIN_TRACKS. This is located in the DSTM plugin directory,

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-03 Thread Michael Herger
Is the MAX_TRACKS setting no longer available? I can't find it. It's not a setting. As outlined above it's a constant defined in that source file. ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-03 Thread shinedou
mherger wrote: > > I have previously edited the constant MAX_TRACKS in > DontStopTheMusic.pm > > to increase from 5 to 10 or more. Since the recent DSTM update I am > > unable to find that line in the file in the plugins folder. Are you > able > > to point me to the line I need to alter please.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-12-08 Thread jt25741
Thanks was able to troubleshoot to a firewall rule that somehow got introduced :( Fixed. Joggler O2/Squeezeplay OS w/EDO hack->Monoprice USB ->W4S DSDse -> Cardas Golden Reference XLR -> Sim Audio P-5 -> Cardas Golden Reference XLR -> Sim Audio W-5 -> Cardas Golden Reference Hi-Mid,PS Audio

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-12-07 Thread Michael Herger
Song Mix appears, but no tracks are pulled from either Tidal or Qobuz now (both services have been active for several months). Are there new known issues, are there any logs I can gather and share? plugin.lastmix and plugin.dontstopthemusic should give you some more information

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-12-07 Thread jt25741
Hi Michael, Song Mix appears, but no tracks are pulled from either Tidal or Qobuz now (both services have been active for several months). Are there new known issues, are there any logs I can gather and share? I have removed both DSTM, and LastMix and reinstalled/restarted LMS to no change.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-04-24 Thread Michael Herger
I have spotty and qobuz hifi, it use spotty instead of qobuz. Can I set it somewhere ? Unfortunately no. I'll add this for the next Qobuz update. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-04-21 Thread herve
mherger wrote: > > Update to Lastmix FM = don't stop the music (V1.1.7) appeared today. > Is > > there a brief of changes or bug fixes available? > > Prefer lossless streaming services over lossy. Eg. if you had TIDAL and > Spotty installed, it would always use TIDAL if possible. > > -- >

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-06 Thread Michael Herger
What mixer are you using? MusicIP. I'm not too familiar with MIP (any more). BUT I know that we never re-wrote it to use non-blocking requests to MIP. Which means that if LMS is just starting to buffer audio data to the player and gets blocked, then yes, playback could get interrupted.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-06 Thread slartibartfast
mherger wrote: > > DSTM normally adds tracks unobtrusively but I have noticed that if I > > jump to the last track in a playlist then playback stalls while DSTM > > adds tracks. My server is max2play on a Pi3B. > > What mixer are you using? > > -- > > MichaelMusicIP. Sent from my SM-G900F

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-06 Thread Michael Herger
DSTM normally adds tracks unobtrusively but I have noticed that if I jump to the last track in a playlist then playback stalls while DSTM adds tracks. My server is max2play on a Pi3B. What mixer are you using? -- Michael ___ Squeezecenter mailing

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-06 Thread slartibartfast
DSTM normally adds tracks unobtrusively but I have noticed that if I jump to the last track in a playlist then playback stalls while DSTM adds tracks. My server is max2play on a Pi3B. Sent from my SM-G900F using Tapatalk

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-05 Thread DavidBulluss
mherger wrote: > > I have previously edited the constant MAX_TRACKS in > DontStopTheMusic.pm > > to increase from 5 to 10 or more. Since the recent DSTM update I am > > unable to find that line in the file in the plugins folder. Are you > able > > to point me to the line I need to alter please.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-05 Thread Michael Herger
I have previously edited the constant MAX_TRACKS in DontStopTheMusic.pm to increase from 5 to 10 or more. Since the recent DSTM update I am unable to find that line in the file in the plugins folder. Are you able to point me to the line I need to alter please. Text search is powerful ;-). It's

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2019-02-05 Thread DavidBulluss
mherger wrote: > > It always adds 5 songs on to to list at a time. The first 5 added are > > very close to the seed track, but as each 5 is added it wanders away > > quickly. I understand why, so my question is: Can the setting for > number > > of songs added be changed? Have been searching for

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2018-04-18 Thread DavidBulluss
Since update to V1.1.7 I noticed that it was back to 5 max. tracks selected from the seed, I had previously set it to 25. Update wrote over that and took it back to 5. No problem, have edited MAX TRACKS = 25. Just to adise anyone else who had set max tracks previously to a different number.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2018-04-13 Thread DavidBulluss
mherger wrote: > > Update to Lastmix FM = don't stop the music (V1.1.7) appeared today. > Is > > there a brief of changes or bug fixes available? > > Prefer lossless streaming services over lossy. Eg. if you had TIDAL and > > Spotty installed, it would always use TIDAL if possible. > > -- >

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2018-04-13 Thread Michael Herger
Update to Lastmix FM = don't stop the music (V1.1.7) appeared today. Is there a brief of changes or bug fixes available? Prefer lossless streaming services over lossy. Eg. if you had TIDAL and Spotty installed, it would always use TIDAL if possible. -- Michael

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2018-04-12 Thread DavidBulluss
Update to Lastmix FM = don't stop the music (V1.1.7) appeared today. Is there a brief of changes or bug fixes available? Cheers, David *Server* pi3 pCP LMS *Media* ReadyNAS DuoV2 *Lounge/dining areas* SBT > Denon AVR2113 > Bose Acoustimass10 / Krix Seismix3 18" 300w RMS custom cinema sub (&

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-09-11 Thread MikeSlim
Thanks for the great hint. I have also set the number of tracks to 25. So it is much better for me. Michael Logitech Media Server Version: 7.9.0 - 161.1091, 1x Boom, 1x Radio, 2x Max2Play (Raspberry Pi 2 u. Odroid C1+), iPeng 9.1, Orange Squeeze 2.1.2, Synology DS 116, DSL-Easybox 802

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-09-10 Thread DavidBulluss
Hi Michael, thanks for your reply and advice. I changed MAX_TRACKS to 25 and restarted LMS (of course!) and it works perfectly. Thanks again! Cheers, David *Server* pi3 pCP LMS *Media* ReadyNAS DuoV2 *Lounge/dining areas* SBT > Denon AVR2113 > Bose Acoustimass10 / Krix Seismix3 18" 300w RMS

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-09-10 Thread Michael Herger
It always adds 5 songs on to to list at a time. The first 5 added are very close to the seed track, but as each 5 is added it wanders away quickly. I understand why, so my question is: Can the setting for number of songs added be changed? Have been searching for it but no luck. No, it currently

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-09-09 Thread DavidBulluss
I am giving LastMix a try in conjunction with DSTM. I have it set to local songs only. Scrobbling local and Spotify tracks. Quite impressed! It always adds 5 songs on to to list at a time. The first 5 added are very close to the seed track, but as each 5 is added it wanders away quickly. I

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-01-26 Thread d6jg
d6jg wrote: > LastMix. Ah. > Spotify - mySB.com - yes the user is there in LMS and the Spotify user > is registered in mysb.com. Could it be that I set it up in U.K. And then > sent to US? Michael We have got LastMix running but LMS is still not pulling the Spotify menu from MySB. Credentials

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-01-20 Thread d6jg
mherger wrote: > > I thought LastMix was now built in to DSTM which in turn is built in > to > > LMS? > > No, while I'm the author both plugins, I made LastMix my personal > project, while DSTM, providing the infrastructure for this kind of > plugins, is part of LMS. It's just because LMS

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-01-20 Thread Michael Herger
I thought LastMix was now built in to DSTM which in turn is built in to LMS? No, while I'm the author both plugins, I made LastMix my personal project, while DSTM, providing the infrastructure for this kind of plugins, is part of LMS. It's just because LMS still is a Logitech product, and

[SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2017-01-20 Thread d6jg
I thought LastMix was now built in to DSTM which in turn is built in to LMS? I shipped a preconfigured Pi to USA recently and LastMix isn't there. The Pi is running pCp 3.0x and has been updated to latest 7.9. What is needed for LastMix to appear? Have I forgotten something in the mist of time?