Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2019-01-07 Thread merlinus


bobertuk wrote: 
> Can do the same on Ubuntu as follows...
> 
> Right click on Desktop and 'Create Launcher'
> 
> Type:Application
> Name:Open LMS
> Command: chromium-browser --app=http://192.168.1.110:9000
> Description: Open LMS as Web App
> 
> Click on icon and change to, for example...
> 
> /usr/share/icons/matefaenza/apps/64/soundconverter.png
> 
> 
> Bob

In Ubuntu 18.04 (and probably beyond), the correct command is now:

google-chrome --app=http://192.168.1.110:9000 (changing the IP address
to yours).



merlinus's Profile: http://forums.slimdevices.com/member.php?userid=66548
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2018-03-17 Thread markm9999

I know this is an older post/thread, but figured I'd post something more
2018 for folks that stumble in here...

As nice as this all is, the newly released Squeezelite-X is great, and
is probably what you're looking for nowadays - in the Windows world at
least.

Having said that, I would highly recommend looking into devices. I use
both of these excellent apps - iPeng & Squeeze Ctrl (Angry Goat
Software).

Since iPeng is for Apple DEVICES only, I would also recommend looking at
Squeeze Ctrl/Control (Angry Goat Software), -*which is available in the
Windows 10 app store*- (24hr trial/$4.49 to purchase).

I run Squeeze Ctrl on my Amazon Fire 7" tablets I got at Christmas time
(3-pack 7" $75!, 8" $120!).  
Both of these will obviously work with any player, I also bought their
'SB Player' because it 'auto-launches' with the app.

This solution results in a complete, portable tablet controller/player
solution for a pretty damn cheap price!

I do wish iPeng would come out with an implementation for Android,
because it is my 'first love' of these apps, but the Android
infrastructure is just to damn inexpensive to ignore anymore.

Just my 2 cents...



1 x Transporter w/Trans-knob, 2 x Touch (Active, 3 x Spares), 4 x Boom
(Active, 8 x Spares)
1 x Win Server (ESXi 6.x) w/LMS
1 x HP 24" Touch Screen PC w/LMS & SqueezePlay)
4 x iDevices w/iPeng app/player
1 x Samsung Note 4, 3ea x Fire 7", 8” tablets, 1 x 10" all w/SqueezeCtrl
& Player (Angry Goat)
Mark Levinson 23.5 Amp, 380s Pre, 390s CD
B 801 II, Acoustic Energy AE-1 signature
SOTA Sapphire table

Computer geek/tech hoarder(!), and DAMN I love the LMS/Squeeze
infrastructure!

markm's Profile: http://forums.slimdevices.com/member.php?userid=65015
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2018-01-11 Thread rgdawson

When you use the built in Windows web browser, you need to control which
version of IE it emulates by creating a registry setting for your app. 
Otherwise, it will default to a very old emulation (IE 7).
So you would need to create a registry entry for your app at :

Computer\HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

24373

Create an entry [yourapp.exe] REG_DWORD 0x2711.

Then it will run using IE11 emulation. That should solve your problem.

Googling FEATURE_BROWSER_EMULATION will give you more detail.

R Greg Dawson


+---+
|Filename: FEATURE_BROWSER_EMULATION.PNG|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=24373|
+---+


rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2018-01-05 Thread Wirrunna

See
http://forums.slimdevices.com/showthread.php?107540-Windows-App-to-run-Squeezelite-and-LMS-Web-interface-from-Tray-Icon



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

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

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2017-03-19 Thread indifference_engine

Hi All,

This thread has prompted me to develop a little VB.Net application to do
what is being asked here.  It uses the dotNET framework's WebBrowser
control to render the pages using whichever version of Internet Explorer
that happens to be installed on your system.  It appears to work ok
using the recently release stable v7.9.0 version of LMS until you go
onto the View Albums page when all hell breaks loose (usually but not
always).  I don't see this behaviour when using IE11, only when using
the embedded WebBrowser control.  A second gotcha is that clicking the
'close' button at the bottom of the settings screen causes things to
lock up so you have to close it the "normal" way by using the red X in
the title bar.

If you want to give it a go to see if you have better luck than me then
the binary is downloadable from here:
https://drive.google.com/file/d/0B3FYTvOCzQYAOGU2YzExaUV6RzQ/view?usp=sharing

To use it, just run it with a command line argument that specifies the
url.  There is also a a second, optional argument to hide the status
bar:

Code:


  usage: WebAppWrapper.exe url [NOTSTATUS]
  
  eg:  WebAppWrapper.exe "http://127.0.0.1:9000;
  or:  WebAppWrapper.exe "http://127.0.0.1:9000; NOSTATUS
  



If anyone wants to see if they can work out why it crashes when viewing
albums then the source code is available on request (pm me for it) but
there isn't much to it really.  I suspect the problem is with the
WebBrowser control's internal rendering engine (which should be the same
as ie11 in my case but obviously isn't!).


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


1xRadio, 2xReceiver, 2xController, 1xSB3, 2xSqueezeSlave, SBS 7.5.3
Inventor of SqueezeIR applet for the Controller

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2017-03-16 Thread bobertuk

UZI wrote: 
> Thank you for this useful tip!
> 
> I checked this out and created the same "shortcut" in Mac OSx
> 
> >   > 
  - First open Apple script editor
  - create a script with content "do shell script
  > "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome
  > --app=http://linuxserver:9000;
  - save script
  - export script as program
  - open and enjoy your app ;-)
  > > > 
> Regards
> UZI

Can do the same on Ubuntu as follows...

Right click on Desktop and 'Create Launcher'

Type:Application
Name:Open LMS
Command: chromium-browser --app=http://192.168.1.110:9000
Description: Open LMS as Web App

Click on icon and change to, for example...

/usr/share/icons/matefaenza/apps/64/soundconverter.png


Bob



1 x Touch
1 x Radio
1 x Boom
1 x Cubox-i4 Pro SoA
1 X Odroid-XU4 as main server and player running LMS 7.9
Lavry DA-10 DAC
HP PC as secondary server running LMS 7.9
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=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2017-03-14 Thread Jeff07971

dbarnum1976 wrote: 
> Can you explain this forum a little easier for me to understand but I do
> use Firefox and this seamed very interesting 
> 
> Sent from my LG-K540 using Tapatalk

I'm afraid this will not work with firefox, only Chrome.

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  7.9.0 - 1475786002 on Centos 7 VM on ESXi 6 on
Dell T320
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2017-03-11 Thread dbarnum1976

Can you explain this forum a little easier for me to understand but I do
use Firefox and this seamed very interesting 

Sent from my LG-K540 using Tapatalk





dbarnum1976's Profile: http://forums.slimdevices.com/member.php?userid=66678
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2016-04-09 Thread tml3nr

It's working like I expected, many thanks Jeff and d6jg!



tml3nr's Profile: http://forums.slimdevices.com/member.php?userid=65626
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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


Re: [SlimDevices: SqueezeCenter] Webapp for LMS ?

2016-02-26 Thread UZI

Jeff07971 wrote: 
> Hi D6jg
> 
> Ahhh Now thats a great idea !
> 
> I did get it working in firefox but accidentally closed it, which is
> exactly what I wanted to avoid.
> 
> With your clue I had a play and made a slight alteration which may help
> you !
> 
> Create a shortcut to chrome in "App mode"
> 
> "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
> --app=http://linuxserver:9000
> 
> adjust for your server.
> 
> Even comes up with the LMS logo in the task bar, does all that I wanted
> !
> 
> Viola !
> 
> Thanks very much for your help
> 
> Jeff


Thank you for this useful tip!

I checked this out and created the same "shortcut" in Mac OSx

  
- First open Apple script editor
- create a script with content "do shell script
  "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome
  --app=http://linuxserver:9000;
- save script
- export script as program
- open and enjoy your app ;-)
  
Regards
UZI



UZI's Profile: http://forums.slimdevices.com/member.php?userid=33238
View this thread: http://forums.slimdevices.com/showthread.php?t=104305

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