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:

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

2018-03-16 Thread slartibartfast
When I select MusicIP mix in DSTM I always get a song mix instead. The server log shows that the following command is used to get the mix Code: