Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-21 Thread afriend

I thought about that but decided against it. Not only because you'd have
to repeat it after every update.
I'd prefer a cleaner (and maybe more romust) way, one that only
developers like Michael could provide.
So until such a solution comes along one day I'll wait and continue to
manually restart LMS.



afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-20 Thread odw199

I had the same issue on a mac and ended up just modifying the
start-server.sh script. Obviously doesn't survive an upgrade:

http://forums.slimdevices.com/showthread.php?107505-Use-nomysqueezebox-when-starting-from-System-Preferences-on-Mac



LMS Server: Mac Mini with music library on Drobo 5D
Living Room: Raspberry Pi + AlloBoss -> Onkyo A 9010 -> KEF LS50
Study: Raspberry Pi -> Audio Engine D1 -> Audio Addon Pro T3
Kitchen: Squeezebox Radio
Bedroom: SB3 -> B&W Zeppelin

odw199's Profile: http://forums.slimdevices.com/member.php?userid=15387
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-20 Thread Michael Herger

Is it really that hard to read prefs before initiating anything else?


The problem is that in order to prevent some code from being initialized 
(compiled), you have to define a constant. And a constant obviously 
needs to be defined early on. Before the prefs management code is loaded.


I'm sure it could be done somehow. But it would likely require some 
rather involved re-factoring. Probably worth a second thought. But 
that's how it is right now.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-20 Thread JJZolx

Is it really that hard to read prefs before initiating anything else?



JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-20 Thread Michael Herger

But I think the restart from within iPeng and the restart after
installing/removing plugins just call the script without any argument.


Oh, hmm... platform independence isn't given here. I might need to look 
into some other means of implementing this.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-19 Thread afriend

I'm on macOS 10.12. There are 2 LMS restart scenarios: One is where I
reboot my entire computer. For that LMS creates a LaunchAgent in my user
account which I have modified (read-only) so that it will load with the
switch --nomysqueezebox. So that's not a problem.

The second is the problem, i.e. when the restart command comes from the
LMS code (like after installing a plugin) or from within iPeng. Whenever
I need to restart LMS this way, I guess it is done via the shell script
in the preferences pane bundle at
/Library/PreferencesPanes/Squeezebox.prefPane/Contents/Resources. You
have a script there called -start-server.sh- with the line
-./slimserver.pl --daemon $1 &> /dev/null &-
So it does take arguments ($1) which is why I can restart the server in
terminal manually: sh
'/Library/PreferencePanes/Squeezebox.prefPane/Contents/Resources/start-server.sh'
--nomysqueezebox

But I think the restart from within iPeng and the restart after
installing/removing plugins just call the script without any argument.
Therefore I get the mysqueezebox again and have to restart LMS manually
each time to get rid of it.

So my thinking was that a setting could make LMS call the script with
the --nomysqueezebox switch as argument by default.



afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-19 Thread Michael Herger

will you add the --nomysqueezebox switch to the settings page eventually
as part of LMS?


Not easily, because a.) on most systems LMS does not have the privileges 
required to modify startup parameters, and b.) storing the flag in the 
prefs wouldn't help, as those are read long after the mysb related code 
needed to be initialized. Maybe this could be resolved with some 
re-factoring, but I think it's not worth the hassle at this point.



I'm asking because right now when I restart the server from iPeng or
after installing a plugin it starts *with* mysqueezebox.com and I always
have to restart manually with the switch.


What OS are you on? Where did you set that parameter? If applied in the 
right place, it should certainly stick.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-19 Thread afriend

@mherger
will you add the --nomysqueezebox switch to the settings page eventually
as part of LMS?
I'm asking because right now when I restart the server from iPeng or
after installing a plugin it starts *with* mysqueezebox.com and I always
have to restart manually with the switch.
Thanks.



afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-15 Thread Michael Herger

For anyone else who is having trouble, I finally got Apache to accept
the URLs by following this great SO post:
https://stackoverflow.com/a/4443129 


Wow... good catch!


As a note, I needed to disable the
image proxy plugin that Micheal provided.


Why did you have to change it? How did it fail? It doesn't have any 
"active code" (eg. code which would be used to catch the image), but is 
only an enabler, setting prefs. If with this plugin you were having 
issues, then most likely it's because of the image proxy you tried to 
use. Well possible that one of them is broken or no longer available. Or 
you were using the placeholder you'd have had to replace with your own 
server ;-).


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-15 Thread dasos

Got it. I thought that changing the image proxy would result in changes
to the generated HTML (ie, the img src tags), but the proxy appears to
be used on the backend.  My misunderstanding, and now I think about it,
obvious.

For anyone else who is having trouble, I finally got Apache to accept
the URLs by following this great SO post:
https://stackoverflow.com/a/4443129  As a note, I needed to disable the
image proxy plugin that Micheal provided.



dasos's Profile: http://forums.slimdevices.com/member.php?userid=66897
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-13 Thread Michael Herger

For some reason, Apache (my reverse proxy) seems to be choking on the
encoded URL, unless it is passed as a parameter.  I was hoping to adjust
the URL to something like this: /imageproxy/?
(instead of this:/imageproxy/)


Unfortunately this won't change at all using a custom image proxy. Only 
what LMS would do with that URL will change.


But this rather sounds like a proxy issue. How does it choke on the URL?


I think you made a copy-paste error while editing
www.herger.net/slim-plugins/test.xml - the XML at the end is malformed.


Thanks - should be fixed now.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-13 Thread dasos

For some reason, Apache (my reverse proxy) seems to be choking on the
encoded URL, unless it is passed as a parameter.  I was hoping to adjust
the URL to something like this: /imageproxy/?
(instead of this:/imageproxy/)

I think you made a copy-paste error while editing
www.herger.net/slim-plugins/test.xml - the XML at the end is malformed.

Thanks!



dasos's Profile: http://forums.slimdevices.com/member.php?userid=66897
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2018-02-13 Thread mherger

dasos wrote: 
> Michael, it looks like the plugin has gone from your repos.  I use LMS
> behind a reverse proxy, and port 9000 is not available. Consequently,
> the image proxy breaks.  Any suggestions?

I'm not sure I do understand how that plugin would help your issue.
Maybe you want to elaborate?

FWIW: I added the plugin back to my test repository.



Michael

http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-09-08 Thread afriend

Just in case anybody runs LMS on macOS and wants to try this - here's
how I got ---nomysqueezebox- to work on macOS (10.12):

When the server starts it (sometimes?) seems to reset the LMS
launchagent (path in my case: ~/Library/LaunchAgents/Squeezebox.plist)
to its default state deleting any modifications, i.e. --nomysqueezebox.
So I made a copy of Squeezebox.plist, then opened the original in a text
editor, "*emptied*", saved, and *locked* the file (to prevent any
changes).
I renamed the copy and added the ---nomysqueezebox- as program
arguments:


Code:



Label
Squeezebox
RunAtLoad

Program

/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl
*ProgramArguments


/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl
--nomysqueezebox
*
WorkingDirectory

/Library/PreferencePanes/Squeezebox.prefPane/Contents/server
StandardOutPath

/Users/YOUR_USERNAME/Library/Logs/Squeezebox/server.log
StandardErrorPath

/Users/YOUR_USERNAME/Library/Logs/Squeezebox/server.log

  
  




afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-25 Thread bwaldron

bobertuk wrote: 
> I've just found out how to carry out a start or restart of LMS on
> Windows and use the --nomysqueezebox parameter if anyone is interested.
> 
> 
> net restart squeezesrv --nomysqueezebox
> 
> It can be used at the command line if 'cmd' is started as administrator,
> or by using Task Scheduler.
> start, stop and restart are all allowed as are any additional
> parameters. 
> 
> Bob

Not on all versions of Windows. On my Windows 10 Pro OS, there is no
"net restart" command. I use:

net stop squeezesvc & net start squeezesvc --nomysqueezebox

(If desired, you can use && instead; in that case, the start command
won't run if LMS isn't already running)



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-25 Thread bwaldron

bobertuk wrote: 
> I've just found out how to carry out a start or restart of LMS on
> Windows and use the --nomysqueezebox parameter if anyone is interested.
> 
> 
> net restart squeezesrv --nomysqueezebox
> 
> It can be used at the command line if 'cmd' is started as administrator,
> or by using Task Scheduler.
> start, stop and restart are all allowed as are any additional
> parameters. 
> 
> Bob

Not on all versions of Windows. On my Windows 10 Pro OS, there is no
"net restart" command (I use "net stop" followed by "net start" to
accomplish a service restart).



bwaldron's Profile: http://forums.slimdevices.com/member.php?userid=1073
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-24 Thread bobertuk

I've just found out how to carry out a start or restart of LMS on
Windows and use the --nomysqueezebox parameter if anyone is interested.


net restart squeezesrv --nomysqueezebox

It can be used at the command line if 'cmd' is started as administrator,
or by using Task Scheduler.
start, stop and restart are all allowed as are any additional
parameters. 

Bob



1 x Touch
1 x Radio
1 x Boom
1 x Intel- NUC server/player running LMS 7.91 on Ubuntu 16.04
1 X Odroid-XU4 server/player running LMS 7.91 on Ubuntu 16.04
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-22 Thread bobertuk

Apesbrain wrote: 
> LMS should be running as a Windows service.  If you type "Services" into
> the search box, an app should open that lists all running services.  Is
> "Logitech Media Server" on that list?  If so, set it for "Automatic
> (Delayed)" start.  That's longer than 10 sec, though.
> 
> Otherwise, wherever you are currently invoking LMS change it to call a
> BAT file that includes a 10-second delay before command to run LMS
> "--nomysqueezebox".
> 
> > 
Code:

  >   > 
  > @echo off
  > timeout /t 10
  > "C:\path to squeezesvr.exe --nomysqueezebox"
  > 

> > 

For some reason it isn't running as a windows service and it's simply
started by LMS control panel. Oddly control panel options were set to
'Automaticly run at login', which they've always been, but I changed it
to  'Automaticaly run at system start' and everything is now working as
expected. No idea why it's changed but as long as it's working!

Now have --nomysqueezebox working but two points come immediately to
notice. Spicefly Sugarcube no longer functions because it uses 'Licence
Manager' which runs through mysqueezebox.com. Also in LMS 'Home/My apps'
App Gallery is still in the menu and it takes me to mysqueezebox.com -
another one for mherger. 

Bob



1 x Touch
1 x Radio
1 x Boom
1 x Intel- NUC server/player running LMS 7.91 on Ubuntu 16.04
1 X Odroid-XU4 server/player running LMS 7.91 on Ubuntu 16.04
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-22 Thread Apesbrain

LMS should be running as a Windows service.  If you type "Services" into
the search box, an app should open that lists all running services.  Is
"Logitech Media Server" on that list?  If so, set it for "Automatic
(Delayed)" start.  That's longer than 10 sec, though.

Otherwise, wherever you are currently invoking LMS change it to call a
BAT file that includes a 10-second delay before command to run LMS
"--nomysqueezebox".


Code:


  @echo off
  timeout /t 10
  "C:\path to squeezesvr.exe --nomysqueezebox"
  




Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-22 Thread bobertuk

I looked for a service but there wasn't  one, it's a running process.
What I had do in the end was edit the appropriate registry entry. That
worked well. Have a different issue now - need to be able to schedule a
stop/start or restart of the process after bootup with a short delay (of
about 60 secs) but don't know how. Easy on Linux but no idea with
Windows 10. 

Bob



1 x Touch
1 x Radio
1 x Boom
1 x Intel- NUC server/player running LMS 7.91 on Ubuntu 16.04
1 X Odroid-XU4 server/player running LMS 7.91 on Ubuntu 16.04
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-22 Thread Apesbrain

bobertuk wrote: 
> Is something similar available on Windows 10?
Yes, if starting via shortcut just add the switch to the "Target" run
command.  If running as a service, edit the service to add it to the
"Start parameters".



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2017-08-21 Thread bobertuk

Sorry if this has been asked before. 

On Linux (at least on Ubuntu), there is a simple way to add a startup
option. Simply edit...

/etc/default/logitechmediaserver

The file contains only one line...
SLIMOPTIONS=""

Edit that line to read...
SLIMOPTIONS="--nomysqueezebox"


Is something similar available on Windows 10?



1 x Touch
1 x Radio
1 x Boom
1 x Intel- NUC server/player running LMS 7.91 on Ubuntu 16.04
1 X Odroid-XU4 server/player running LMS 7.91 on Ubuntu 16.04
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-11 Thread Peter Galbavy

mherger wrote: 
> You should be able to remove it from the favorites. It's an entry like 
> any other. And it should no longer be added back when mysb.com 
> integration is disabled.

My bad - sort of - there was no Delete option on the Touch and I am not
used to the web interface so didn't see the Edit pencil on the top level
of the Favorites menu.

Peter



Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-10 Thread ashleyw

mherger wrote: 
> > it looks like it's gone! http://www.mysqueezebox.com/ is well and
> truly
> > down before coming back up briefly for a minute and then failing
> again!
> 
> I can't see anything particular. All systems seem to be up and running.
> 
> Did you check your internet connection? Where in the world are you?
> 
> -- 
> 
> Michael

thanks guys.
It came back up around 15 minutes after I posted my comment - phew.
Other sites were working fine at the time mysqueezebox.com was down.
I'm in New Zealand.
With Pandora going lights out with mysqueezebox.com, and Triode off the
radar, as Squeezebox fans we'll be stuck if Spotify change their APIs in
future.. ho hum.



ashleyw's Profile: http://forums.slimdevices.com/member.php?userid=58923
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-10 Thread Michael Herger

it looks like it's gone! http://www.mysqueezebox.com/ is well and truly
down before coming back up briefly for a minute and then failing again!


I can't see anything particular. All systems seem to be up and running. 
Did you check your internet connection? Where in the world are you?


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-10 Thread SlimChances

ashleyw wrote: 
> it looks like it's gone! http://www.mysqueezebox.com/ is well and truly
> down before coming back up briefly for a minute and then failing again!
> Is it the end of the road?
> What happens with the Pandora integration as that was being served by
> mysqueezebox.com I believe?
> Are these forums the next to go as well?

web site seems to be up, haven't tried any services on the player. There
are quite often outages anyway



Logitech Media Server Version: 7.9.0 - 1425041484 @ Sun Mar  1 04:05:23
UTC 2015
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.18.2 - x86_64-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01
(sqlite 3.7.7.1)

One SB Touch connected by ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-10 Thread kidstypike

ashleyw wrote: 
> it looks like it's gone! http://www.mysqueezebox.com/ is well and truly
> down before coming back up briefly for a minute and then failing again!
> Is it the end of the road?
> What happens with the Pandora integration as that was being served by
> mysqueezebox.com I believe?
> Are these forums the next to go as well?

Working fine for me in the UK.



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-10 Thread ashleyw

it looks like it's gone! http://www.mysqueezebox.com/ is well and truly
down before coming back up briefly for a minute and then failing again!
Is it the end of the road?
What happens with the Pandora integration as that was being served by
mysqueezebox.com I believe?
Are these forums the next to go as well?



ashleyw's Profile: http://forums.slimdevices.com/member.php?userid=58923
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-09 Thread pinkdot

Just added this option (--nomysqueezebox) to the ARM version of SSODS.
'See here'
(http://forums.slimdevices.com/showthread.php?69986-SSODS-4-released&p=810948&viewfull=1#post810948).



pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-09 Thread Michael Herger

Still seeing "On mysqueezebox.com" in the Favorites menu - I can't
manually remove it.


You should be able to remove it from the favorites. It's an entry like 
any other. And it should no longer be added back when mysb.com 
integration is disabled.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-09 Thread Peter Galbavy

Still seeing "On mysqueezebox.com" in the Favorites menu - I can't
manually remove it.



Peter Galbavy's Profile: http://forums.slimdevices.com/member.php?userid=32718
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-06 Thread mherger

Friedl58 wrote: 
> Do you already know a definitive expiry date ?

No need to ask. Either it's public knowledge, or I won't be allowed to
tell you anyway. 

17557

But as it's a nice and warm spring day over here, I'll tell you: no, no
plan, no expiry date. Enjoy while it lasts (spring or mysb.com - up to
you :)).


+---+
|Filename: IMGP2524.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17557|
+---+


Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-06 Thread Friedl58

mherger wrote: 
> In preparation of the inevitable ...

Do you already know a definitive expiry date ?



CD -> dBpoweramp -> FLAC
6x Boom / 2x Touch / 1x SotM sMS-100/SOtM mBPS-d2S/SOtM dx-USB HD
GBit Ethernet + WLAN 802.11n/g/b/a
QNAP TS-670  

Gruß
Friedl

Friedl58's Profile: http://forums.slimdevices.com/member.php?userid=22755
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-06 Thread ralphy

mherger wrote: 
> Thanks for the heads up. Could you please update and try again?
> 
> Michael

Sorry for not getting back to you sooner.  LMS starts in both modes
now.

Thank you.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-05 Thread Michael Herger
Thanks for the heads up. Could you please update and try again?

Michael



> Am 05.03.2015 um 20:16 schrieb ralphy 
> :
> 
> 
> Just updated to the latest git
> (ad360a166867ae6dad313f13bf062dd1869d65a9)
> 
> LMS no longer starts with perl 5.10.1 with or without --nomysqueezebox
> 
> 
> Code:
> 
> 
>  Type of arg 1 to keys must be hash (not hash element) at 
> /opt/logitechmediaserver/Slim/Networking/Repositories.pm line 149, near "} >"
>  Type of arg 1 to keys must be hash (not hash element) at 
> /opt/logitechmediaserver/Slim/Networking/Repositories.pm line 151, near "} ) "
>  Compilation failed in require at /opt/logitechmediaserver/slimserver.pl line 
> 270.
>  BEGIN failed--compilation aborted at /opt/logitechmediaserver/slimserver.pl 
> line 270.
> 
> 
> 
> 
> 
> Ralphy
> 
> *1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
> 'Squeezebox client builds'
> (https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
> (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
> always appreciated.
> 
> ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
> View this thread: http://forums.slimdevices.com/showthread.php?t=103210
> 
> ___
> beta mailing list
> beta@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/beta
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-05 Thread ralphy

Just updated to the latest git
(ad360a166867ae6dad313f13bf062dd1869d65a9)

LMS no longer starts with perl 5.10.1 with or without --nomysqueezebox


Code:


  Type of arg 1 to keys must be hash (not hash element) at 
/opt/logitechmediaserver/Slim/Networking/Repositories.pm line 149, near "} >"
  Type of arg 1 to keys must be hash (not hash element) at 
/opt/logitechmediaserver/Slim/Networking/Repositories.pm line 151, near "} ) "
  Compilation failed in require at /opt/logitechmediaserver/slimserver.pl line 
270.
  BEGIN failed--compilation aborted at /opt/logitechmediaserver/slimserver.pl 
line 270.
  




Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread Michael Herger

Am 04.03.15 um 16:38 schrieb gharris999:


I see in the latest git commits that the clientConnectCommand becomes
unavailable if NOMYSB.  Will this mean that a command like:


The very latest did restore that feature. I accidentally disabled it 
all, when I only wanted to disable switching to mysb.com


https://github.com/Logitech/slimserver/commit/a9e268aa7bde4e7e862fa0595de08366905a2b83

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread gharris999

I see in the latest git commits that the clientConnectCommand becomes
unavailable if NOMYSB.  Will this mean that a command like:


Code:


  $curclient->execute(['connect', $szAltServerIP]);
  



..will fail even if szAltServerIP is set to something other than
mysb.com, say, another LMS running on the local subnet?

I have a use case for this in the SrvrPowerCtrl plugin.  When the plugin
sleeps the LMS server hardware that it's running on, it can optionally
push all connected players onto another server...which *could* be
mysb.com, but also could be a tinySC running on a touch.  This was a
popular option in SrvrPowerCtrl for folks with ip3k players when the
firmware was changed to default to displaying a bright "can't connect"
message.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread pippin

Hm, I believe that's also how I switch players between servers in iPeng,
other Apps probably do the same, so it should stay available... Need to
find a way to test this.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread pippin

PasTim wrote: 
> If and when mysb.com disappears, there is an issue for Touch radio
> users.  If one is running tinyLMS off a USB stick or SD card (ie no main
> LMS server) there seems to be no way of entering a radio URL.  With
> mysb.com one can enter a URL in a favourite there, then select and add
> it to the local favourites.  Without it one is, as far as I can
> determine, lost.
> 

Hm, I think this would still work from iPeng so maybe some other
controller Apps could implement it, too, when the time comes :)

I don't think it's a general limitation, there's just no UI a for it.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread PasTim

mherger wrote: 
> 
> 
> And then the good news is there is no news about the mysb.com shutdown.
> 
> Enjoy!
> 
> -- 
> 
> Michael
:)



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread Michael Herger

OK, thanks.  There is at least one person on these forums who uses just
the Touch for Internet Radio, with maybe a few local music files, and
who might well find the option of a Pi too difficult, since as it stands
TinyLMS is reasonably simple to use.


No doubt. The loss of mysb.com will cause some issues. But updating the 
Touch firmware will most likely be out of question. Maybe someone would 
be able to patch TinyLMS on the device. But I doubt this will be easier 
than to install LMS on some computer (after all it doesn't need to be a Pi).


And then the good news is there is no news about the mysb.com shutdown. 
Enjoy!


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread PasTim

mherger wrote: 
> > If and when mysb.com disappears, there is an issue for Touch radio
> > users.  If one is running tinyLMS off a USB stick or SD card (ie no
> main
> > LMS server) there seems to be no way of entering a radio URL.  With
> > mysb.com one can enter a URL in a favourite there, then select and
> add
> > it to the local favourites.  Without it one is, as far as I can
> > determine, lost.
> 
> That's only one minor issue you'd be facing. TinyLMS relies heavily on 
> mysb.com as a helper, eg. the ImageProxy, too.
> 
> > This takes on more importance when some internet radio streams are
> > restricted to national boundaries.  Whilst adding #noslim=1 to a URL
> > works for some, it does not work for all URLs.  This has happened
> > recently in the UK with the BBC mucking us about.
> 
> When mysb.com is gone, then you'll no longer have to worry about it 
> sitting in a country which might be geo fenced...
> 
> > So, it is plausible that TinyLMS could be extended to support a local
> > 'Tune In' option?
> 
> No. Forget TinyLMS. It simply couldn't reasonably handle all the work 
> it's currently delegating to mysb.com. But you'll probably get the 
> octo-core Raspberry Pi 4+ Pro for 25 bucks by then ;-).
> 
> -- 
> 
> MichaelOK, thanks.  There is at least one person on these forums who uses just
the Touch for Internet Radio, with maybe a few local music files, and
who might well find the option of a Pi too difficult, since as it stands
TinyLMS is reasonably simple to use.  

I'm not sure images are an issue (people can live without), but I take
your word that it really couldn't do enough to be worth it.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread Michael Herger

If and when mysb.com disappears, there is an issue for Touch radio
users.  If one is running tinyLMS off a USB stick or SD card (ie no main
LMS server) there seems to be no way of entering a radio URL.  With
mysb.com one can enter a URL in a favourite there, then select and add
it to the local favourites.  Without it one is, as far as I can
determine, lost.


That's only one minor issue you'd be facing. TinyLMS relies heavily on 
mysb.com as a helper, eg. the ImageProxy, too.



This takes on more importance when some internet radio streams are
restricted to national boundaries.  Whilst adding #noslim=1 to a URL
works for some, it does not work for all URLs.  This has happened
recently in the UK with the BBC mucking us about.


When mysb.com is gone, then you'll no longer have to worry about it 
sitting in a country which might be geo fenced...



So, it is plausible that TinyLMS could be extended to support a local
'Tune In' option?


No. Forget TinyLMS. It simply couldn't reasonably handle all the work 
it's currently delegating to mysb.com. But you'll probably get the 
octo-core Raspberry Pi 4+ Pro for 25 bucks by then ;-).


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-04 Thread PasTim

If and when mysb.com disappears, there is an issue for Touch radio
users.  If one is running tinyLMS off a USB stick or SD card (ie no main
LMS server) there seems to be no way of entering a radio URL.  With
mysb.com one can enter a URL in a favourite there, then select and add
it to the local favourites.  Without it one is, as far as I can
determine, lost.

I thought there might be a way of copying a favourite from an LMS server
(if one has one) to the local TinyLMS, but I have been unable to find
out if that can be done.

This takes on more importance when some internet radio streams are
restricted to national boundaries.  Whilst adding #noslim=1 to a URL
works for some, it does not work for all URLs.  This has happened
recently in the UK with the BBC mucking us about.

So, it is plausible that TinyLMS could be extended to support a local
'Tune In' option?



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-03 Thread PasTim

mherger wrote: 
> > I upgraded to the latest version of LMS.  My BBC iPlayer settings no
> > longer include the option to appear in the My Apps menu, and the My
> Apps
> > menu is not present.  It used to contain BBC as well as BBC iPlayer,
> but
> > nothing else.
> 
> Was the My Apps menu missing from all UIs (web, 
> Classic/Boom/Transporter, Touch/Radio, mobile app)? What _exact_ build 
> are you running?
> 
> -- 
> 
> Michael
The server is "Logitech Media Server Version: 7.9.0 - 1425041484 @ Fri
Feb 27 13:15:59 UTC 2015"

If I enable mysb, the LMS GUI shows 'BBC' in My Apps (the BBC being the
mysb service).  If I disable mysb, I get no My Apps on the GUI. 
Strangely, the BBCiPlayer plugin settings no longer seem to give an
option to show in My Apps, regardless of whether mysb is enabled or
not.

My Apps still appears on the Touch when running stand-alone (no server)
or when connected to the LMS server, regardless of whether mysb is
enabled or disabled.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-03 Thread Michael Herger

I upgraded to the latest version of LMS.  My BBC iPlayer settings no
longer include the option to appear in the My Apps menu, and the My Apps
menu is not present.  It used to contain BBC as well as BBC iPlayer, but
nothing else.


Was the My Apps menu missing from all UIs (web, 
Classic/Boom/Transporter, Touch/Radio, mobile app)? What _exact_ build 
are you running?


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread PasTim

gharris999 wrote: 
> I'll fix that.  It may take me a while to do so, however, as I'm off on
> some extended travels at the moment.
No problem.  I trust you are enjoying your travels (even if for work).

I configured my plugins with your
http://srvrpowerctrl.googlecode.com/svn/beta.xml repo, but I also seem
to have obtained a more recent version via your post
http://forums.slimdevices.com/showthread.php?48521-Announce-Beta-version-of-SvrPowerControl&p=788974&viewfull=1#post788974



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread gharris999

PasTim wrote: 
> I have hit a problem wth Server Power Control:
> 
> > 
Code:

  >   > 
  > [15-03-02 12:18:30.6565] Slim::bootstrap::tryModuleLoad (286) Warning: 
Module [Plugins::SrvrPowerCtrl::Plugin] failed to load:
  > Can't locate object method "get_server" via package 
"Slim::Networking::SqueezeNetwork" at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Settings.pm
 line 94.
  > Compilation failed in require at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Plugin.pm
 line 46.
  > BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Plugin.pm
 line 46.
  > Compilation failed in require at (eval 1232) line 1.
  > BEGIN failed--compilation aborted at (eval 1232) line 1.
  > 
  > [15-03-02 12:18:30.6773] Slim::Utils::PluginManager::load (323) Error: 
Couldn't load Plugins::SrvrPowerCtrl::Plugin
  > 

> > 
> I use this all the time, so I'll have to re-enable mysb for now.
I'll fix that.  It may take me a while to do so, however, as I'm off on
some extended travels at the moment.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread PasTim

mherger wrote: 
> > What's an ip3k? (I'm being a bit slow here.)
> 
> The Ubicom ip3k is a chip we were using in our older devices (Classic, 
> Boom, Transporter, Receiver). We usually use the term to refer to this 
> group of players v. "Squeezeplay based". ip3k players came with that 
> green text display, newer players featured a graphical LCD display. 
> These use different UI code. Therefore the question about the UI.
> 
> -- 
> 
> Michael
Thanks for the information.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread pinkdot

Wirrunna wrote: 
> 
> Then functionally, you still store the email address in the same
> variable names so that third party plugins like Erland's will continue
> to work.

Although this is an option , I don't find it logical to maintain a hole
tab just for email verification of a certain plugin. I would say: handle
all plugins the same way, just like Last.FM or TuneIn, store these input
fields under the advanced tab.



pinkdot's Profile: http://forums.slimdevices.com/member.php?userid=34644
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread PasTim

I have hit a problem wth Server Power Control:


Code:


  [15-03-02 12:18:30.6565] Slim::bootstrap::tryModuleLoad (286) Warning: Module 
[Plugins::SrvrPowerCtrl::Plugin] failed to load:
  Can't locate object method "get_server" via package 
"Slim::Networking::SqueezeNetwork" at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Settings.pm
 line 94.
  Compilation failed in require at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Plugin.pm
 line 46.
  BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Plugin.pm
 line 46.
  Compilation failed in require at (eval 1232) line 1.
  BEGIN failed--compilation aborted at (eval 1232) line 1.
  
  [15-03-02 12:18:30.6773] Slim::Utils::PluginManager::load (323) Error: 
Couldn't load Plugins::SrvrPowerCtrl::Plugin
  


I use this all the time, so I'll have to re-enable mysb for now.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread Wirrunna

PasTim wrote: 
> I upgraded to the latest version of LMS.  My BBC iPlayer settings no
> longer include the option to appear in the My Apps menu, and the My Apps
> menu is not present.  It used to contain BBC as well as BBC iPlayer, but
> nothing else.
> 
> I don't mind this, I'm just reporting what I see on my system.
> 
> I use make extensive use of Erland's plugins, so will need to switch
> mysb back on in case those plugins decide to check my license, but
> currently have no problems.

I also use Erlands plugins and SpiceFly SugarCube which rely on Erland's
License Manager plugin.

I queried Erland on how the License Manager plugin would survive in the
post mysqueezebox.com world and received -
(http://forums.slimdevices.com/showthread.php?49483-Announce-New-versions-of-erlands-plugins&p=809462&viewfull=1#post809462)

erland wrote: 
> Thanks for notifying me about this.
> 
> License Manager plugin currently relies on that you are able to enter an
> e-mail in LMS Settings/mysqueezebox.com settings page, I'm guessing this
> settings tab will disappear when LMS is launched without
> mysqueezebox.com integration and then it means that I need to update
> License Manager plugin so you have a different way to specify your
> e-mail address. I'll do my best to make sure there is a solution before
> this change is officially relased or mysqueezebox.com is shutdown,
> whichever comes first. License Manager doesn't rely on mysqueezebox.com
> itself, it only relies on that you can specify an e-mail address, so
> there is no problem for me to remove the dependency to mysqueezebox.com
> e-mail.


Michael, I suggest that the "mysqueezebox.com tab" be renamed "Email
Address" as a means to get the user's email address and add a heading
along the lines of "Your email address and password are required so that
Logitech and other service providers can identify this computer."

Then functionally, you still store the email address in the same
variable names so that third party plugins like Erland's will continue
to work.



A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-02 Thread PasTim

I upgraded to the latest version of LMS.  My BBC iPlayer settings no
longer include the option to appear in the My Apps menu, and the My Apps
menu is not present.  It used to contain BBC as well as BBC iPlayer, but
nothing else.

I don't mind this, I'm just reporting what I see on my system.

I use make extensive use of Erland's plugins, so will need to switch
mysb back on in case those plugins decide to check my license, but
currently have no problems.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread Michael Herger

What's an ip3k? (I'm being a bit slow here.)


The Ubicom ip3k is a chip we were using in our older devices (Classic, 
Boom, Transporter, Receiver). We usually use the term to refer to this 
group of players v. "Squeezeplay based". ip3k players came with that 
green text display, newer players featured a graphical LCD display. 
These use different UI code. Therefore the question about the UI.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread SlimChances

Mnyb wrote: 
> Did you restart ?

I was using an old version of LMS, I will retry later



Logitech Media Server Version: 7.9.0 - 1425041484 @ Sun Mar  1 04:05:23
UTC 2015
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.18.2 - x86_64-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01
(sqlite 3.7.7.1)

One SB Touch connected by ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread Mnyb

SlimChances wrote: 
> I guess it didn't work for me as I still have mysqueezebox.com in
> settings
> 
> I have no idea what  ip3k is it is mentioned in the OP

Did you restart ?




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread SlimChances

PasTim wrote: 
> Sorry, I don't know.  I no longer have the mysqueezeboxserver tab on
> Settings so I assume the job is done.  I don't use Live365, Shoutcast,
> BBC or CBC, and am not sure if when selected from the GUI they use
> mysb.com or not.  Clearly you can still switch from a Touch (or other)
> device to mysb since LMS is then not being used.
> 
> What's an ip3k? (I'm being a bit slow here.)
> 
> 

I guess it didn't work for me as I still have mysqueezebox.com in
settings

I have no idea what  ip3k is it is mentioned in the OP



Logitech Media Server Version: 7.9.0 - 1412783275 @ Fri Oct 10 04:00:09
UTC 2014
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.18.2 - x86_64-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01
(sqlite 3.7.7.1)

One SB Touch connected by ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread PasTim

SlimChances wrote: 
> Thanks
> 
> I think that worked although I still see My Apps and am able to tune
> into Live365, Shoutcast, BBC,CBC etc does that seem right?
> 
> Also I see on Michael's OP "- remove "Switch to mysb.com" links in web
> and ip3k UIs"
> How do I do that?
Sorry, I don't know.  I no longer have the mysqueezeboxserver tab on
Settings so I assume the job is done.  I don't use Live365, Shoutcast,
BBC or CBC, and am not sure if when selected from the GUI they use
mysb.com or not.  Clearly you can still switch from a Touch (or other)
device to mysb since LMS is then not being used.

What's an ip3k? (I'm being a bit slow here.)

I am also using a slightly out of date 7.9 and so will update LMS later,
when I've finished listening.  I don't want to risk it deciding to
rescan (which for me entails many hours of 'custom scan') half way
through Mahler 3.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread SlimChances

PasTim wrote: 
> On ubuntu my startup script is split between some definitions in
> /etc/default/logitechmediaserver and a startup script in
> /etc/init.d/logitechmediaserver
> 
> The easiest change for me was in /etc/default/logitechmediaserver to
> change 
> 
> > 
Code:

  >   > 
  > SLIMOPTIONS=""
  > 

> > 
> to
> > 
Code:

  >   > 
  > SLIMOPTIONS="--nomysqueezebox"
  > 

> > 
> 
> Your system may be different 

Thanks

I think that worked although I still see My Apps and am able to tune
into Live365, Shoutcast, BBC,CBC etc does that seem right?

Also I see on Michael's OP "- remove "Switch to mysb.com" links in web
and ip3k UIs"
How do I do that?



Logitech Media Server Version: 7.9.0 - 1412783275 @ Fri Oct 10 04:00:09
UTC 2014
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.18.2 - x86_64-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01
(sqlite 3.7.7.1)

One SB Touch connected by ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread PasTim

SlimChances wrote: 
> Thanks
> Found this folder /usr/share/squeezeboxserver but I can't find the txt
> file or a config file like you described.
On ubuntu my startup script is split between some definitions in
/etc/default/logitechmediaserver and a startup script in
/etc/init.d/logitechmediaserver

The easiest change for me was in /etc/default/logitechmediaserver to
change 


Code:


  SLIMOPTIONS=""
  


to

Code:


  SLIMOPTIONS="--nomysqueezebox"
  



Your system may be different 



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread SlimChances

Mnyb wrote: 
> find a config text file file called squeezeboxserver and in the line
> SQUEEZEBOX_ARGS add the --nomysqueezebox among the other arguments
> 
> In my rhel like system CleorOS 6 . i Find the file under etc/sysconfig
> 
> Otherwise you open up the actual startup script and it will probably
> tell you where to look .
> 
> # processname:squeezeboxserver
> # config: /etc/squeezeboxserver/squeezeboxserver.conf
> # config:/etc/sysconfig/*squeezeboxserver*
> 
> 
> > 
Code:

  >   > 
  > # Edit this to suit your setup
  > SQUEEZEBOX_USER="squeezeboxserver"
  > SQUEEZEBOX_HOME="/usr/libexec"
  > SQUEEZEBOX_CFG_DIR="/var/lib/squeezeboxserver/prefs"
  > SQUEEZEBOX_LOG_DIR="/var/log/squeezeboxserver"
  > SQUEEZEBOX_CACHE_DIR="/var/lib/squeezeboxserver/cache"
  > SQUEEZEBOX_CHARSET="utf8"
  > SQUEEZEBOX_ARGS="--daemon --noimage --novideo --noupnp --nosb1slimp3sync 
--prefsdir=$SQUEEZEBOX_CFG_DIR --logdir=$SQUEEZEBOX_LOG_DIR 
--cachedir=$SQUEEZEBOX_CACHE_DIR --charset=$SQUEEZEBOX_CHARSET"
  > 
  > 

> > 
> 
> Ubuntu i'm not sure where it is .
> 
> http://wiki.slimdevices.com/index.php/Logitech_Media_Server_Default_Locations

Thanks
Found this folder /usr/share/squeezeboxserver but I can't find the txt
file or a config file like you described.



Logitech Media Server Version: 7.9.0 - 1412783275 @ Fri Oct 10 04:00:09
UTC 2014
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.18.2 - x86_64-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01
(sqlite 3.7.7.1)

One SB Touch connected by ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread Mnyb

SlimChances wrote: 
> What are the instructions for implementing  --nomysqueezebox on Linux
> distros, specifically Ubuntu?

find a config text file file called squeezeboxserver and in the line
SQUEEZEBOX_ARGS add the --nomysqueezebox among the other arguments

In my rhel like system CleorOS 6 . i Find the file under etc/sysconfig

Otherwise you open up the actual startup script and it will probably
tell you where to look .

# processname:  squeezeboxserver
# config:   /etc/squeezeboxserver/squeezeboxserver.conf
# config:   /etc/sysconfig/*squeezeboxserver*



Code:


  # Edit this to suit your setup
  SQUEEZEBOX_USER="squeezeboxserver"
  SQUEEZEBOX_HOME="/usr/libexec"
  SQUEEZEBOX_CFG_DIR="/var/lib/squeezeboxserver/prefs"
  SQUEEZEBOX_LOG_DIR="/var/log/squeezeboxserver"
  SQUEEZEBOX_CACHE_DIR="/var/lib/squeezeboxserver/cache"
  SQUEEZEBOX_CHARSET="utf8"
  SQUEEZEBOX_ARGS="--daemon --noimage --novideo --noupnp --nosb1slimp3sync 
--prefsdir=$SQUEEZEBOX_CFG_DIR --logdir=$SQUEEZEBOX_LOG_DIR 
--cachedir=$SQUEEZEBOX_CACHE_DIR --charset=$SQUEEZEBOX_CHARSET"
  
  



Ubuntu i'm not sure where it is .

http://wiki.slimdevices.com/index.php/Logitech_Media_Server_Default_Locations




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread PasTim

pippin wrote: 
> Nothing I am seeing but PasTim referred to changes required that implied
> it was no longer there. Like having to move BBC iPlayer to "Radios".
I was running logitechmediaserver_7.9.0~1424783954 from several days
ago, and I believe My Apps may have re-appeared in a later version.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread kidstypike

reinholdk wrote: 
> 
> 
> Have you disabled the LMS service when you do this?

Doh! no I hadn't, I did at first, then I installed the latest 7.9 that
Michael pushed out, which probably re-enabled it :rolleyes:

Thanks.



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread SlimChances

What are the instructions for implementing  --nomysqueezebox on Linux
distros, specifically Ubuntu?



Logitech Media Server Version: 7.9.0 - 1412783275 @ Fri Oct 10 04:00:09
UTC 2014
Operating system: Debian - EN - utf8   Platform
Architecture: x86_64-linux
Perl Version: 5.18.2 - x86_64-linux-gnu-thread-multi
Database Version: DBD::SQLite 1.34_01
(sqlite 3.7.7.1)

One SB Touch connected by ethernet - Denon AVR -1912 Receiver, Paradigm
4.1 speakers
Two SB Radios wireless

SlimChances's Profile: http://forums.slimdevices.com/member.php?userid=165
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread reinholdk

kidstypike wrote: 
> Sorry I wasn't brought up with command prompts and would rather avoid
> suchlike.
> 
> LMS will start normally, then I stop it, and run a task I created in
> task scheduler, this starts LMS with --noMSB.
> 
> I don't know why the task I created won't run on system start.

Trying from a command prompt was just a means to understand the
situation you're in.
Running LMS with --nomysb at startup from a scheduled task works fine
here.

Have you disabled the LMS service when you do this? Did you use an admin
account to run the task? And did you select to run the task even if the
user is not logged on (sorry if this sounds like a stupid question)?

And why do you want to run LMS from task scheduler in the first place
instead of running as service? Is it to avoid having to add the --nomysb
parameter manually after installing a new version? In this case you
could also use a batch file adding the parameter to the registry...



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread pippin

woodster wrote: 
> 
> Have tried ickstream, but this is an online service as well, that might
> get shut down. It could be nice if the native apps e.g wimp could be run
> from the local lms. 
> I have my local music, but can't avoid using online streaming, and need
> to be sure to have a long term solution. 
> 

I believe to a certain degree that misses the point.
Sure, the ickStream online service needs to be available but face it:
the biggest issue is that you need someone to permanently maintain these
implementations or they will quickly break. Just have a look at the
YouTube plugin, SqueezeCloud plugin etc.

And that requirement doesn't go away with an implementation in a local
plugin. Someone needs to work on these things on a regular base, that's
the restriction. Just look at how much work it currently is to migrate
iPlayer to the new protocols used by the BBC.
WiMP also completely changed their protocol years ago and the Logitech
implementation still uses the old one AFAIK, if WiMP ever shuts that
down it would require a complete rewrite, too.

For a local plugin one could argue that others than the original author
could take over and in some cases this has worked but especially YouTube
is a good example of a case where it clearly didn't.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread pippin

mherger wrote: 
> Am 28.02.15 um 15:41 schrieb pippin:
> >
> > Is the "My Apps" menu going away? That would be an unnecessary hit to
> a
> > lot of 3rd party plugins.
> 
> To many of my plugins rely on that menu option, too. No, it should stay.
> 
> There was an issue with the web UI after the first merge of this change,
> 
> but this should be fixed by now. Are you no longer seeing it? In which
> UI?
> 

Nothing I am seeing but PasTim referred to changes required that implied
it was no longer there. Like having to move BBC iPlayer to "Radios".



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread Mnyb

woodster wrote: 
> Regarding podcast... Super. 
> 
> Have tried ickstream, but this is an online service as well, that might
> get shut down. It could be nice if the native apps e.g wimp could be run
> from the local lms. 
> I have my local music, but can't avoid using online streaming, and need
> to be sure to have a long term solution. 
> 
> Thanks for your quick reply Michael. 
> 
> Martin

Triodes spotify plugin runs from the local lms server .

That said who knows how long spotify or wimp will last , so i would not
worry to much .

Any kind of streamer relies in part of some online service . Even LMS
without mysqueezebox.com uses TuneIn for radio listings

Thats how its is the real long term solution is to actually have local
files of the stuff you really want to keep and asume the other stuff
eventually will go away and be replaced by the next thing




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread woodster

Regarding podcast... Super. 

Have tried ickstream, but this is an online service as well, that might
get shut down. It could be nice if the native apps e.g wimp could be run
from the local lms. 
I have my local music, but can't avoid using online streaming, and need
to be sure to have a long term solution. 

Thanks for your quick reply Michael. 

Martin



woodster's Profile: http://forums.slimdevices.com/member.php?userid=32688
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread Michael Herger

Oh and regarding the Wimp app, can't that be moved to a local server
instead.


Most music services would require to be re-implemented. ickStream 
already has done this for WiMP and a few others. Check out those threads.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-03-01 Thread Michael Herger

What about the podcast app, will it disappear as well?


No. I changed this in 7.8 already.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread woodster

Oh and regarding the Wimp app, can't that be moved to a local server
instead. 
Martin



woodster's Profile: http://forums.slimdevices.com/member.php?userid=32688
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread woodster

What about the podcast app, will it disappear as well? 
Martin



woodster's Profile: http://forums.slimdevices.com/member.php?userid=32688
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread Michael Herger

Am 01.03.15 um 05:17 schrieb JJZolx:


I never had the opportunity to test if this really works now, but I'm
also wondering how/if this change would affect the behavior?

'Bug 17526 - Push any firmware found in cache/updates to players'
(http://bugs.slimdevices.com/show_bug.cgi?id=17526)

Say mysb.com goes away at some point and LMS is no longer checking for
updated firmware. Will it still be possible to manually download and
update firmware on all players?


It should still work. The check on local copies is run first, before the 
online-check. And it's that latter which would be disabled by the latest 
changes.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread Michael Herger

Am 28.02.15 um 15:41 schrieb pippin:


Is the "My Apps" menu going away? That would be an unnecessary hit to a
lot of 3rd party plugins.


To many of my plugins rely on that menu option, too. No, it should stay. 
There was an issue with the web UI after the first merge of this change, 
but this should be fixed by now. Are you no longer seeing it? In which UI?


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread JJZolx

I never had the opportunity to test if this really works now, but I'm
also wondering how/if this change would affect the behavior?

'Bug 17526 - Push any firmware found in cache/updates to players'
(http://bugs.slimdevices.com/show_bug.cgi?id=17526)

Say mysb.com goes away at some point and LMS is no longer checking for
updated firmware. Will it still be possible to manually download and
update firmware on all players?



JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread kidstypike

reinholdk wrote: 
> The version 7.9.0 - 1425041484 is running here as a service with that
> parameter.
> 
> Does your LMS run if not started as a service? If yes, also when you
> start it with the parameter, e.g. from a command prompt, like this:
> "C:\Program Files\Squeezebox\server\SqueezeSvr.exe" --nomysqueezebox


Sorry I wasn't brought up with command prompts and would rather avoid
suchlike.

LMS will start normally, then I stop it, and run a task I created in
task scheduler, this starts LMS with --noMSB.

I don't know why the task I created won't run on system start.



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread reinholdk

kidstypike wrote: 
> Definitely won't start by any means with "--nomysqueezebox" in
> ImagePath, which is odd because it did the first time with latest 7.9.

The version 7.9.0 - 1425041484 is running here as a service with that
parameter.

Does your LMS run if not started as a service? If yes, also when you
start it with the parameter, e.g. from a command prompt, like this:
"C:\Program Files\Squeezebox\server\SqueezeSvr.exe" --nomysqueezebox



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread pippin

Is the "My Apps" menu going away? That would be an unnecessary hit to a
lot of 3rd party plugins.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-28 Thread PasTim

I tried this, since I've never consciously used a mysb service (not
least because I feared it would disappear at some point).  

OK so far.  I had to make sure the BBCiPlayer plugin was set to show in
the Radio menu rather than 'My Apps' before making the change.

Erland will need to make adjustments to his licensing mechanism, but as
I understand it he only used the stored email address, not the service
itself.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp to MF M1 CLiC (to MF amp & ESLs) &
Marantz CR603 UPnP renderers.  Minimserver (server) & upplay (control
point) to same renderers & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Couldn't start LMS from Control Panel, Desktop shortcut, Start menu
shortcut or PC reboot.


Please disable _all_ 3rd party plugins and try again.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread kidstypike

Left PC and LMS running, (no players playing) to go do a few jobs, on
return PC was sleeping, LMS had stopped (grey icon in system tray).

Couldn't start LMS from Control Panel, Desktop shortcut, Start menu
shortcut or PC reboot.

Removed "--nomysqueezebox" from ImagePath and LMS started from Control
Panel.

Nothing at all in server log:


Code:

[15-02-27 14:29:13.8412] main::init (392) Starting Logitech Media Server 
(v7.9.0, 1425041484, Fri Feb 27 13:16:18 CUT 2015) perl 5.014001
  [15-02-27 16:18:17.1465] main::init (392) Starting Logitech Media Server 
(v7.9.0, 1425041484, Fri Feb 27 13:16:18 CUT 2015) perl 5.014001




kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Am 27.02.15 um 16:39 schrieb Apesbrain:


mherger wrote:

But why disable mysb.com integration today when you still want to use
it?

Thanks for your replies Michael.  I guess the fact that you are working
on this makes me think mysb.com isn't long for this world.  Might as
well get used to what it will be like without it.


No need to do so, really. Enjoy mysb.com while it's there.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Apesbrain

mherger wrote: 
> But why disable mysb.com integration today when you still want to use
> it?
Thanks for your replies Michael.  I guess the fact that you are working
on this makes me think mysb.com isn't long for this world.  Might as
well get used to what it will be like without it.

Really the only thing I use is free Pandora and only during holiday
season.  I suppose I could replicate that experience by listening to
their website via WaveInput plugin.



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

I'm seeing "My Apps", I've just got "What Was That Tune", I wouldn't
expect any apps to show that are installed via MySqueexebox.com


That's indeed expected behaviour.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Am 27.02.15 um 15:17 schrieb Apesbrain:>
> mherger wrote:
>> I've pushed out new builds for Windows which should address the issues
>> reported here. Please give it another try.
> Thanks Michael.  The parameter --nomysqueezebox now placed at end of
> ImagePath works.

Great!

> Still no "My Apps".

Do you have any 3rd party plugins installed which should show up there? 
The once you've mentioned in an earlier posting all referred to mysb.com 
based services.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread kidstypike

mherger wrote: 
> > Couldn't start LMS from Control Panel, Desktop shortcut, Start menu
> > shortcut or PC reboot.
> 
> Please disable _all_ 3rd party plugins and try again.
> 
> -- 
> 
> Michael

Done that, just those plugins below enabled.

Definitely won't start by any means with "--nomysqueezebox" in
ImagePath, which is odd because it did the first time with latest 7.9.

Nothing in server log:


Code:

[15-02-27 14:29:13.8412] main::init (392) Starting Logitech Media Server 
(v7.9.0, 1425041484, Fri Feb 27 13:16:18 CUT 2015) perl 5.014001
  [15-02-27 16:18:17.1465] main::init (392) Starting Logitech Media Server 
(v7.9.0, 1425041484, Fri Feb 27 13:16:18 CUT 2015) perl 5.014001
  [15-02-27 17:32:47.8935] main::init (392) Starting Logitech Media Server 
(v7.9.0, 1425041484, Fri Feb 27 13:16:18 CUT 2015) perl 5.014001
  [15-02-27 17:43:28.6679] main::init (392) Starting Logitech Media Server 
(v7.9.0, 1425041484, Fri Feb 27 13:16:18 CUT 2015) perl 5.014001



+---+
|Filename: Pic03.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17524|
+---+


kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Am 27.02.15 um 16:06 schrieb Apesbrain:


kidstypike wrote:

I wouldn't expect any apps to show that are installed via
MySqueexebox.com

Ok, that makes total sense.  ATM is there no "non-MySqueezebox" way to
enable Pandora, Live Music Archive, etc.?


No. Check out the threads about ickStream, which might bring some of 
this functionality back.


But why disable mysb.com integration today when you still want to use it?


Also, getting a "Plugin failed to load" on Server Power Control
(v20120427.163654).


Some plugins do access MySB functionality, too. They'll need some 
adjustments in order to work without MySB integration.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Apesbrain

kidstypike wrote: 
> I wouldn't expect any apps to show that are installed via
> MySqueexebox.com
Ok, that makes total sense.  ATM is there no "non-MySqueezebox" way to
enable Pandora, Live Music Archive, etc.?

Also, getting a "Plugin failed to load" on Server Power Control
(v20120427.163654).



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread kidstypike

Apesbrain wrote: 
> Thanks Michael.  The parameter --nomysqueezebox placed at end of
> ImagePath now works.
> 
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\squeezesvc]
> 
> Still no "My Apps".

Yep, works for me too, thanks Apesbrain and Michael.

I'm seeing "My Apps", I've just got "What Was That Tune", I wouldn't
expect any apps to show that are installed via MySqueexebox.com


+---+
|Filename: Pic01.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17521|
+---+


kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Apesbrain

mherger wrote: 
> I've pushed out new builds for Windows which should address the issues
> reported here. Please give it another try.
Thanks Michael.  The parameter --nomysqueezebox now placed at end of
ImagePath works.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\squeezesvc]

Still no "My Apps".



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger
I've pushed out new builds for Windows which should address the issues 
reported here. Please give it another try.


Linux builds are on their way.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread ralphy

mherger wrote: 
> > I have just the SiriusXM plugin in My Apps, which doesn't and
> shouldn't
> > show up when running LMS --nomysqueezebox
> 
> the --nomysqueezebox switch only deals with the LMS side of things. Some
> 
> of the menus on the player are implemented in the firmware, though. The
> 
> players are talking to mysb.com directly for some of those features. 
> Getting rid of these would require new firmware - which is very unlikely
> 
> going to happen.
> 
> I guess your player would connect to mysb.com if you tried to use 
> SiriusXM. Did you try that?
> 
> Michael

On an ip3k player when I choose My Apps I get 'ERROR Podcast Browse Mode
requires url' there are no menu choices.

It appears that if you add --nomysqueezebox to a previously configured
system the My Apps menu is still available, but on a fresh install it
isn't.

But we've moved on, so I'll test again after the next round of changes.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread kidstypike

mherger wrote: 
> This probably was 
> limited to ip3k players (which I must assume you're using, as you've got
> 
> Music Information Screen installed ;-))
> 
> -- 
> 
> Michael

Yes, Boom and Classic.



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Tried in a VM with Win7 and added the parameter manually to the service
imagepath in registry and as Apesbrain mentioned earlier, it gets
ignored (there's still the mysb tab in the webui settings).
But I can confirm from the process list that the service is running with
this parameter.


Hmm... I'll have to double check how PDK is handling parameters passed
to the service. This rings a quiet bell...


I knew this issue was familiar to me...
http://bugs.slimdevices.com/show_bug.cgi?id=7491

An oldie. Let's see whether I can fix this one for good.

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Full list of plugins:


Thanks. Discovered a few issues:

- SmartMix is using SqueezeNetwork to figure out your music service 
availability


- there was a bug in the My Apps handling which could have caused the 
"non-http url" issue you've seen, locking up LMS. This probably was 
limited to ip3k players (which I must assume you're using, as you've got 
Music Information Screen installed ;-))


Thanks for all the feedback! You hopefully see updates for LMS and 
plugins, soon.


--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread Michael Herger

Am 27.02.15 um 08:41 schrieb Michael Herger:

That may be the fault of my SrvrPowerCtrl plugin, however.  It attempts
to query mysb.com for attached players at start up.  Is there a global
NOMYSQUEEZEBOX variable that I can check at runtime so as to disable
that code in my plugin?


Oh, ok, I see. Yes, main::NOMYSB is set to true when the flag is being
used. You would find it all over the place in the server code.


Heh... just came to realize that some of my plugins do access mysb.com, 
too... And it's not as simple as checking main::NOMYSB, as this flag 
does not exist in older builds/versions of LMS. I'm probably going to 
check whether The SqueezeNetwork module has been loaded:


if $INC{'Slim/Networking/SqueezeNetwork.pm'} {
   ...
}

--

Michael
___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] --nomysqueezebox: disable all mysb.comintegration in LMS 7.9

2015-02-27 Thread kidstypike

mherger wrote: 
> > Left the Boom playing, started a BBC 2 stream on my Radio, changed
> this
> > to a Random song mix shortly after, went for evening meal, on return
> > (18:40), Boom showing "cannot connect to server", tried to open LMS
> 
> Are you using any 3rd party plugin? I've learned in the meantime that 
> several 3rd party plugins rely on mysb.com support in some way. Eg. 
> Erland's license manager or SrvrPowerCtrl.
> 
> 
> -- 
> 
> Michael

Full list of plugins:


+---+
|Filename: Pic02.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17519|
+---+


kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=103210

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


  1   2   >