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 not working

2022-02-12 Thread wactuary
wactuary wrote: > > Should I be on a different branch? Answered my own question. I was on the stable branch from the logitech website. I'm moving to 8.3, the community developed version now. wactuary's Profile:

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2022-02-12 Thread wactuary
mherger wrote: > > descriptions and look for any conflicts. I checked logs and nothing > > That's up to SugarCube to do: the plugin can tell DSTM that it should > not kick in while the plugin (SugarCube) was active. DSTM then asks the > > plugin whether it was active or not. If it says it

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2022-02-11 Thread Michael Herger
descriptions and look for any conflicts. I checked logs and nothing jumped out. There was a comment: Code: [22-02-11 18:41:20.7302] Slim::Plugin::DontStopTheMusic::Plugin::onPlaylistChange (183) Found Sugarcube active - I'm not going to interfere with it.

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2022-02-11 Thread wactuary
Sorry to re-visit this thread, but I think it's the right place to post this. I recently did a full re-install of the OS on my server and re-deployed LMS. Everything was great, except once again, my DSTM wasn't working. Remembering that this happened before, and recalling it had something to

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 not working

2019-01-08 Thread Michael Herger
That was it! Disabled the spicefly plugin and DSTM is working! Thank you to all for your help. Not sure how hard it is, but if one or the other plugins put a error or warn level log entry if it sees the other plug in? Good idea! Just committed a change to log this fact. -- Michael

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-08 Thread wactuary
mherger wrote: > > So I tried the logging for random mix (not sure how I didn't see that! > > ), no impact. But the squeezebox boom was in a different room. To > make > > my life easier, I ran squeezelite on my PC to continue my testing. > > Don't stop the music works as expected and produces

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-07 Thread wactuary
wactuary wrote: > Thanks. I'll check tonight and post results. > > Sent from my SM-G960U1 using TapatalkThe plot thickens. So I tried the logging for random mix (not sure how I didn't see that! ), no impact. But the squeezebox boom was in a different room. To make my life easier, I ran

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-07 Thread wactuary
slartibartfast wrote: > There is an option for randomplay. That must be it. > > Sent from my SM-G900F using TapatalkThanks. I'll check tonight and post > results. Sent from my SM-G960U1 using Tapatalk wactuary's

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-07 Thread slartibartfast
wactuary wrote: > There isn't a logging option available for Random Mix. > > Sent from my SM-G960U1 using TapatalkThere is an option for randomplay. That > must be it. Sent from my SM-G900F using Tapatalk

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-07 Thread wactuary
slartibartfast wrote: > With DSTM set to "song mix" try setting debug logging for the Random Mix > plugin and check the server log. > > Sent from my SM-G900F using TapatalkThere isn't a logging option available > for Random Mix. Sent from my SM-G960U1 using Tapatalk

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-07 Thread Michael Herger
I thought DSTM has been built into LMS since 7.9.x ie no plugin required. It's a plugin built in to LMS. It can be disabled. But it's on by default. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-07 Thread d6jg
I thought DSTM has been built into LMS since 7.9.x ie no plugin required. What version of LMS are you running? VB2.4[/B] STORAGE *QNAP TS419P (NFS) [B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s *Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3 -> Onkyo

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread slartibartfast
wactuary wrote: > I did. I uninstalled and reinstalled it to see if that might help. > Also uninstalled a bunch of plugins I don't use, just in case. Still > the music stops... > > Here are the plugins I have enabled currently. > > 26511With DSTM set to "song mix" try setting debug logging

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread wactuary
I did. I uninstalled and reinstalled it to see if that might help. Also uninstalled a bunch of plugins I don't use, just in case. Still the music stops... Here are the plugins I have enabled currently. 26511 +---+ |Filename:

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread kidstypike
wactuary wrote: > Thanks for trying. I've re-selected a new option and clicked apply. It > said changes have been saved. No change, DSTM still doesn't engage. > > With no results there, I've also uninstalled the plug-in and then > re-installed, and this triggered a re-start for LMS. The

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread wactuary
Thanks for trying. I've re-selected a new option and clicked apply. It said changes have been saved. No change, DSTM still doesn't engage. With no results there, I've also uninstalled the plug-in and then re-installed, and this triggered a re-start for LMS. The only log file entries that

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread kidstypike
wactuary wrote: > I just played a clean playlist of 1 song. Reached the end and I'm back > to silence, nothing more in the cue. > > I also put the Don't Stop the Music logging to Debug and there wasn't > even a single entry for it. Not sure what I can do to help > self-diagnose what might be

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread wactuary
I just played a clean playlist of 1 song. Reached the end and I'm back to silence, nothing more in the cue. I also put the Don't Stop the Music logging to Debug and there wasn't even a single entry for it. Not sure what I can do to help self-diagnose what might be going wrong. But I

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread kidstypike
I'm not sure what to suggest, there are no special requirements. Try clearing your playlist, start one track playing, exactly halfway through the track a "Song Mix" should appear in the playlist. 26508 +---+ |Filename: DSTM02.jpg

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread wactuary
kidstypike wrote: > DSTM is per player, Settings > Player > Don't Stop The Music. > > 26507 Yes, I've played with the player specific settings on more than one player. I've also added in a few plugins that I thought might be needed like Dynamic Playlists but no love. Here is the basic info

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread slartibartfast
wactuary wrote: > I'm trying to get the "don't stop the music" plugin to work for the > first time. I've enabled the plugin and set the settings for a few > options, MusicIP Mix (what I want), song mix, a few others, but nothing > seems to happen when the playlist ends. I've tried enabling

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music not working

2019-01-06 Thread kidstypike
wactuary wrote: > I'm trying to get the "don't stop the music" plugin to work for the > first time. I've enabled the plugin and set the settings for a few > options, MusicIP Mix (what I want), song mix, a few others, but nothing > seems to happen when the playlist ends. I've tried enabling

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 MusicIP mix

2018-03-18 Thread Michael Herger
I changed the mixing mode in https://github.com/Logitech/slimserver/commit/21d6247f6756178b15a858a51098c8d5ca4e4d95 New 7.9 builds should be out in a few hours. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-18 Thread slartibartfast
mherger wrote: > > Thanks Michael that works. Will that change be in future updates of > LMS? > > I can change that, it actually makes sense. As I'm no longer a MIP user > (I still believe it was one of the most amazing mixing tools out there, > but got fed up with the ever more complicated

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-18 Thread Michael Herger
Thanks Michael that works. Will that change be in future updates of LMS? I can change that, it actually makes sense. As I'm no longer a MIP user (I still believe it was one of the most amazing mixing tools out there, but got fed up with the ever more complicated setup procedure...), I just

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread slartibartfast
mherger wrote: > > A song query rather than the album query DSTM uses. > > Could this be changed in the DSTM feature? > > Edit Slim/Plugin/MusicMagic/Plugin.pm around line 337. Replace 'album' > in the getMix() call with 'track'. Restart LMS. > > -- > > MichaelThanks Michael that works.

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread BosseJ
slartibartfast wrote: > I can't find that file. The only MusicMagic folder I can find just > contains a folder called HTML. > > Sent from my SM-G900F using Tapatalk There should be more than one MusicMagic folder? On my system (Ubuntu server) the full path is

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread BosseJ
slartibartfast wrote: > I can't find that file. The only MusicMagic folder I can find just > contains a folder called HTML. > > Sent from my SM-G900F using Tapatalk Try finding the file by: - login to the Pi with ssh - on the command prompt write: find / -name Plugin.pm -print A list should

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread slartibartfast
mherger wrote: > > A song query rather than the album query DSTM uses. > > Could this be changed in the DSTM feature? > > Edit Slim/Plugin/MusicMagic/Plugin.pm around line 337. Replace 'album' > in the getMix() call with 'track'. Restart LMS. > > -- > > MichaelI can't find that file. The

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread Michael Herger
A song query rather than the album query DSTM uses. Could this be changed in the DSTM feature? Edit Slim/Plugin/MusicMagic/Plugin.pm around line 337. Replace 'album' in the getMix() call with 'track'. Restart LMS. -- Michael ___ Squeezecenter

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread slartibartfast
mherger wrote: > >> MichaelI wonder why the MusicIP plugin can generate a mix from the > context menu > > but DSTM can't. When I "Create MusicIP mix" it takes less than 5 > > seconds. > > I would assume they're doing different queries? Check the > plugin.musicip=debug log. > > -- > >

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread Michael Herger
MichaelI wonder why the MusicIP plugin can generate a mix from the context menu but DSTM can't. When I "Create MusicIP mix" it takes less than 5 seconds. I would assume they're doing different queries? Check the plugin.musicip=debug log. -- Michael

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread slartibartfast
mherger wrote: > > Is the timeout in the DSTM prefs file? > > No, you'll have to add it to musicip.prefs. It's not even there by > default. > > -- > > MichaelI wonder why the MusicIP plugin can generate a mix from the context > menu but DSTM can't. When I "Create MusicIP mix" it takes less

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread Michael Herger
Is the timeout in the DSTM prefs file? No, you'll have to add it to musicip.prefs. It's not even there by default. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-17 Thread slartibartfast
mherger wrote: > Ok, this might indeed be a problem: the default timeout is 5s. And the > major problem is that the plugin has never been updated to use > non-blocking http calls therefore upping the timeout might interrupt > playback. > > I think there’s no gui to change the timeout. You’d

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-16 Thread mherger
slartibartfast wrote: > > But if I change "localhost" to the IP address of my server then a mix is > generated and takes around 14 seconds. Ok, this might indeed be a problem: the default timeout is 5s. And the major problem is that the plugin has never been updated to use non-blocking http

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-16 Thread slartibartfast
yeomanspc wrote: > Presume windows laptop is server (musicip and LMS), and pi is player? > > > Sent from my iPhone using TapatalkPi is the server. Sent from my SM-G900F using Tapatalk slartibartfast's Profile:

Re: [SlimDevices: SqueezeCenter] Don't Stop The Music MusicIP mix

2018-03-16 Thread yeomanspc
Presume windows laptop is server (musicip and LMS), and pi is player? Sent from my iPhone using Tapatalk yeomanspc's Profile: http://forums.slimdevices.com/member.php?userid=249 View this thread:

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-26 Thread dhallag
To get the LastMix option you need to install the Last.FM Don't Stop the Music plugin which is a separate plugin LMS 7.9.1 on QNAP 219P+ 3 wired Touch End Points Jolida Tube DAC III Marantz 2270 to Boston Acoustics Slimlines Marantz 7010 to B CM10 S2

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-18 Thread d6jg
Settings / Player / Basic Settings see below 23676 +---+ |Filename: 2017-09-18 11_46_39-Server Settings.jpg | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=23676|

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-17 Thread Michael Herger
I'm using 7.9.0. I don't see either "Player Extras" or "Don't Stop the Music" in Plugins. How old is your 7.9.0? That version was in the builds for several years :-) -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-16 Thread SlimChances
cjfreitag wrote: > I'm using 7.9.0. I don't see either "Player Extras" or "Don't Stop the > Music" in Plugins. You may have to update to the latest nightlies 'HERE' (http://downloads.slimdevices.com/nightly/index.php?ver=7.9) although I thought it was included in 7.9.0 Logitech Media Server

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-16 Thread Grumpy Bob
cjfreitag wrote: > I'm using 7.9.0. I don't see either "Player Extras" or "Don't Stop the > Music" in Plugins. I'm running LMS 7.9.1 and Don't Stop The Music is there in the Plugins listing on the Plugins tab of the Settings page. There's also an icon on the main LMS web page under Extras. I've

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-16 Thread cjfreitag
SlimChances wrote: > You can find it under Sever settings/plugins. You can configure it by > going to Player Extras/Don't Stop the Music > Which version of 7.9 are you using? I'm using 7.9.0. I don't see either "Player Extras" or "Don't Stop the Music" in Plugins.

Re: [SlimDevices: SqueezeCenter] Don't Stop the Music?

2017-09-15 Thread SlimChances
You can find it under Sever settings/plugins. You can configure it by going to Player Extras?Don't Stop the Music Which version of 7.9 are you using? Logitech Media Server Version: 7.9.1 - 1504317335 @ Mon Sep 4 07:13:56 UTC 2017 Operating system: Debian - EN - utf8

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