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

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

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

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

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

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.

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

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.

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

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

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

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

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

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

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

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

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

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. > >

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

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".

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

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

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

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

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? --

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

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-releasedp=810948viewfull=1#post810948). pinkdot's Profile:

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:

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

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

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

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'

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 ralphy.6ta...@no-mx.forums.slimdevices.com: Just updated to the latest git (ad360a166867ae6dad313f13bf062dd1869d65a9) LMS no longer starts with perl 5.10.1 with or without

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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:

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

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

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)

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

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

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

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

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 -

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

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

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 -

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

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

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.

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

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

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

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

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

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

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

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

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

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

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

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:

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

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

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

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

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).

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,

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

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

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

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

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

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

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

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

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

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...

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

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

2015-02-26 Thread Michael Herger
Michael, I have the 7.9 with --nmysqueezebox running since several hours on a Win 8.1 sytem. No crashes, but MyApps entry is gone and I cannot switch a player from on server to another. Thanks. I'll have to look in the MyApps issue. It's one of the first things I had tested. Or at least I

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

2015-02-26 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...

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

2015-02-26 Thread 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

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

2015-02-26 Thread Michael Herger
No My Apps (Live Music Archive, Pandora, etc.) without MySqueezebox; I guess I hadn't anticipated that. How do we get these back (if possible)? Will try to fix this today. Just remove the --nomysqueezebox startup flag to get it back for now. -- Michael

  1   2   >