Re: [SlimDevices: Plugins] Mobile / responsive skin

2018-09-30 Thread Gerrelt


I got this skin to work, very nice, thanks hephepphepp!

I did find installing it a bit confusing. Installing it via the plugin
page didn't seem to work.
The logging showed a timeout on the url.

Then I wanted to install it by hand, but the instructions were a bit
confusing.
I tried to follow these:

>1. Download release.zip from
> https://github.com/molobrakos/lms-mobileskin/releases/latest
> 2. Check on the information-page in the LMS-settings for your
> plugin-folders
> 3. Copy (or symlink) the m/ directory to server skin directory (e.g.
> /usr/share/squeezeboxserver/HTML/m) Example
> 
> cp -a m /usr/share/squeezeboxserver/HTML/m
> 
> 4. Restart LMS

I didn't understand why I had to determine the plugin-folder, while the
next step says to copy it to a HTML folder.
But then I disovered the HTML folder is one directory up from the plugin
folder.

This is what I ended up doing:
1. Download and extract the zip file.
2. Copy only the "m" folder, found in the "HTML" folder from the zip
file to the LMS html folder, which is one directy up from the plugin
folder.
So, when your plugin folder is:
/share/HDA_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/Plugins
Then the HTML folder is:
/share/HDA_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/HTML

After doing this, the mobile skin was accessible by typing "m" behind
the URL of the LMS management page.


By the way, we had the same idea at (roughly) the same time. I too
wanted a web-based LMS controller, as I wanted it to be OS independent.
But, I didn't know that LMS supported skins, and if I would have known,
I wouldn't have had the skills to build one. :D

I did have some (beginner) skills in Angular, so I build my own page to
control LMS. When I presented my work to the slimdevices forum here
(search for SqueezeWebRemote if interested), people pointed me to this
skin.. :o
Anyway, I will add a link to your github project on my SqueezeWebRemote
webpage, so people know there is an easier solution.

Again, hephepphepp: thank you for your work!



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=107988

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


Re: [SlimDevices: Plugins] Announce: SqueezeWebRemote, the web based LMS controller (for Android, iPhone etc.)

2018-09-07 Thread Gerrelt


mherger wrote: 
> 
> I think requiring Apache and Node will be a killer for most users.
> 
If you're not using a Raspberry Pi, yes, that is probably a killer. But
on a Raspberry Pi it's easily availabe and installed. It's written with
the Raspberry Pi in mind.

mherger wrote: 
> And tbh: I don't see why that would be needed. I didn't quite understand
> why 
> do you believe the web page cannot talk to LMS directly.
> 
I could not figure out how to connect to a TCP socket directly from
Angular.
The website is written in Angular, which runs entirely inside the
browser. It's probably a security thing that only HTTP (REST) access to
other URL's is allowed.


alfista wrote: 
> There's also the 'responsive skin'
> (https://forums.slimdevices.com/showthread.php?107988-Mobile-responsive-skin=responsive)
> that seems to be along the same line of thinking with regards to mobile
> platforms.
Ah, that looks like a nice skin! I didn't know that one. I will give it
a try. 
I will probaly still prefer using my own site, just because I made it
and I tailored to my specific needs.
Maybe I will add a link to the responsive skin on my site, then people
will know there is an alternative.
.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=109422

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


[SlimDevices: Plugins] Announce: SqueezeWebRemote, the web based LMS controller (for Android, iPhone etc.)

2018-09-06 Thread Gerrelt


Hi all!

I've made a web based LMS remote controller. This is a website that has
the basic controls for your LMS server. 
It's specifically made to run on smaller devices like phones. Because it
runs in a browser this will work on Android, Iphone, Windows Phone etc.

It looks like this:
[image:
http://images.gerrelt.nl/RaspberryPi/lms_squeeze-web-remote/lms_squeeze-web-remote-screenshot_small.jpg]

I am running the site on a Raspberry Pi, more info and instructions on
how to install it can be found on this page:

http://www.gerrelt.nl/RaspberryPi/wordpress/squeeze-webremote-the-web-based-remote-controller-for-lms/

Let me know what you think of it!

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=109422

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


[SlimDevices: Plugins] Raspberry Pi: installing "Spotify connect for LMS", the long way round

2018-03-23 Thread Gerrelt

For playing spotify music through LMS, I recomment using 'Michael's
Spotty plugin'
(http://forums.slimdevices.com/showthread.php?108561-Announce-Spotty-2-0-0-Spotify-Connect-for-your-Squeezebox).

But if you like tinkering, and feel adventurous, you could try this
tutorial I wrote: 'Spotify streaming to LMS, the long way round'
(www.gerrelt.nl/RaspberryPi/wordpress/spotify-radio/)
It creates a way to play music through spotify connect by linking
several components together.

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=108850

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-29 Thread Gerrelt

Man in a van wrote: 
> Gerrelt, I think the problem with the NAS is likey to be 
> 
> a) the processor
> 
> and 
> 
> b) the install of 
> IO::Socket::SSL 
> onto the NAS.
> 
> If you search back through the thread, you might find a post or two
> about folk who have had similar problems.
> 
> Ronnie

Yeah, it might be the processor (as Alfisti pointed out also).

I did get SSL installed on my Qnap nas, with the help op this post:
http://forums.slimdevices.com/showthread.php?87731-Announce-YouTube-Plugin=810751=1#post810751

But I've upgraded the instructions to the latest versions. 
This might help other people, so I will re-post the updated instructions
here:


Code:

ipkg install openssl openssl-dev
  ipkg install make
  ipkg install gcc
  
  cd /share/HDA_DATA/.qpkg/LogitechMediaServer
  mkdir tmp
  cd tmp
  
  wget http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20160104.tar.gz
  tar zxvf Mozilla-CA-20160104.tar.gz
  cd Mozilla-CA-20160104
  ../../bin/perl Makefile.PL
  make
  make install
  cd ..
  
  wget http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz
  tar zxvf Net-SSLeay-1.81.tar.gz
  cd Net-SSLeay-1.81
  OPENSSL_PREFIX=/opt ../../bin/perl Makefile.PL
  make
  make install
  cd ..
  
  wget http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.049.tar.gz
  tar zxvf IO-Socket-SSL-2.049.tar.gz
  cd IO-Socket-SSL-2.049
  ../../bin/perl Makefile.PL
  make
  make install
  cd ..



After installing it, the SSL error message dissapeared from the logs,
but I still got this error:


Code:

6307: sh: head: command not found
  6306: sh: 
/opt/ssods4/var/home/SqueezeboxServer/Cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf:
 No such file or directory
  6305: [17-07-29 11:24:08.0292] Plugins::Spotty::Plugin::getHelper (504) Last 
error: 
  6304: [17-07-29 11:24:08.0268] Plugins::Spotty::Plugin::getHelper (503) 
Didn't find Spotty helper application!
  



I've tried starting the spotty-hf executable by hand, but it produced
the same error message, No such file or directory.
To be clear,this message is produced by spotty-hf, the file itself is
there, and the path to it is correct too.

I am considering moving LMS to one of my raspberries.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-28 Thread Gerrelt

Hi Ronnie!

:D:D:D:D:cool:

I think I've visited that website before 

Yeah, I know, I could install it on one of my raspberries. Maybe that's
what needs to be done here. 
But my music is on my NAS, so it's convenient to have LMS running on my
NAS. :)

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-28 Thread Gerrelt

Hi Michael,

Today I tried to switch from the old spotify plugin to Spotty. 
The installation went well, but I got this message on the settings
page:


Code:

There has been a problem running the Spotty helper application. Most likely 
your operating system and/or platform is not supported. Please report the 
following details to me:
  
  Operating system: Linux / armv5tel-linux
  
  Helper Applications Folder:
  
/share/HDA_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/Bin/arm-linux
  /share/HDA_DATA/.qpkg/LogitechMediaServer/var/home/SqueezeboxServer/Bin
  /opt/ssods4/bin
  /usr/bin
  /usr/local/bin
  /usr/libexec
  /usr/sbin
  /opt/bin
  
/opt/ssods4/var/home/SqueezeboxServer/Cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux
  
/opt/ssods4/var/home/SqueezeboxServer/Cache/InstalledPlugins/Plugins/Spotty/Bin



It says I have to send this to you, so, here I am... :)



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] Squeezer: open source Android Squeezeserver remote control

2017-01-14 Thread Gerrelt

I kept an eye on this thread for while but nothing happened. Then I
checked it again today to find there is lots of new messages.. :D

I've got a *debug*-apk for download here:
http://www.gerrelt.nl/RaspberryPi/squeezer/Squeezer-debug.apk
You could also scan this QR code for easy downloading directly to your
phone:
[image:
http://images.gerrelt.nl/RaspberryPi/squeezer/squeezer_debug_1.4.2-beta-0.png]

Instructions:
1. De-install currently installed Squeezer
2. In your phone's settings menu, somewhere under security, allow
installing programs from unknown sources (you can switch it off again
after installing Squeezer).
3. Download the .apk
4. Start and install the .apk by selecting it.

This is a *beta test version*, not an official release, let us know if
you experience problems.
In this version of squeezer the search function for streaming services
(like Spotify!) is working. :cool:
This is made possible by other developers working on squeezer, many
thanks to them. It's a much wanted feature (for me at least).

I can't create an official release, because I am not a member of this
project. 
But there is a team member working with us on these changes, and he
might make these changes in a future official release of Squeezer.

Greetings,
Gerrelt



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=101898

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


Re: [SlimDevices: Plugins] Squeezer: open source Android Squeezeserver remote control

2016-12-13 Thread Gerrelt

I've added another change to the previous one.

Now the previous and next buttons are enabled in the NowPlaying view
when using the spotify (or other streaming services) plugin.

See:
https://github.com/nikclayton/android-squeezer/pull/183/commits/1b87d415167e234e7b6a87804dede5bbbd6c604a



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=101898

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


Re: [SlimDevices: Plugins] Squeezer: open source Android Squeezeserver remote control

2016-12-12 Thread Gerrelt

I always wondered how the player drop down list was ordered, because it
wasn't alphabetically. I really wanted to be our kitchen player to be
number one.
So I renamed it to "1-Kitchen...". But that didn't bring it to the top
of the list. 

Recently in another forum thread (about a squeezer problem with LMS,
which turned out to be not a Squeezer problem), somebody asked if the
player list could be ordered alphabetically.
See:
http://forums.slimdevices.com/showthread.php?106475-Problem-with-Latest-Nightly-and-Android-Squeezer=868388=1#post868388
Michael answered (rightfully, I think), that it should be ordered by the
UI, and not the LMS server. 

I've got some Java / Android experience, so I tried to fix it myself,
and I got it working. I've issued a pull request to github with my
changes:
See:
https://github.com/nikclayton/android-squeezer/pull/183

I would be honored if my changes would make it in a new Squeezer
release.

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=101898

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-20 Thread Gerrelt

I've made a tutorial on how to install it, describing those steps:

http://www.gerrelt.nl/RaspberryPi/wordpress/spotify/



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-11-19 Thread Gerrelt

Man in a van wrote: 
> Gerrelt, start your research from here:
> 
> 
> http://forums.slimdevices.com/showthread.php?69986-SSODS-4-released=784918=1#post784918
> 
> 
> Even a numpty like myself managed this, so you should have no
> problems:p:):rolleyes:
> 
> Prettig weekend! (I know it starts early in Nederland :D)
> 
> 
> Ronnie.

Sorry if this is a bit off-topic, but this might be helpful for
others..

Thanks Ronnie!

Tonight I finally updated LMS to 7.9.0.
I started with your link (many thanks for providing it!) :
http://forums.slimdevices.com/showthread.php?69986-SSODS-4-released=784918=1#post784918

Made the changes, and then followed some of the instructions on this
link:
https://forum.qnap.com/viewtopic.php?f=123=111583=logitech+media+server

The update worked fine, but updating bash ( I was still using 4.0.0)
didnt go, because the download link didn't work.
But then I found this post:
http://forums.slimdevices.com/showthread.php?103492-Shellshock-vulnerability-exposedby-SSOxS=818517=1#post818517

And there was a link to the new bash file, and instructions on how to
install it.
Now I am running 7.9.0 (latest build) and I've patched SSOTS. :cool:

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-04-21 Thread Gerrelt

Hi Michael,

Thank you for the review!

mherger wrote: 
> 
> - in LMS 7.9 you no longer can disable the Extension Downloader plugin. 
> It's not even listed any more.
> 
I've added this to the tutorial.

mherger wrote: 
> 
> - on mysb.com, after you've entered your credentials, you have to follow
> 
> an authentication link to Spotify, too. This part is missing from your 
> description, but is vital in order to be able to use the official 
> Spotify implementation.
> 
I forgot about this step, added it now too.

mherger wrote: 
> 
> - Oh, and a third comment, if you allow: there's an update available for
> 
> your LMS. Install it :-).
> 
Yeah.. I know, but the message is incorrect. I am running version 7.8.0,
but it still mentions that there is an update available.
It's running on a QNAP nas, and originally LMS had an older version. I
then installed version 7.8.0 through a QPKG package (a kind of beta
package system from QNAP).
Which worked fine, but it's now displaying the "upgrade" message. I
still have to figure out how to install version 7.9 on my NAS.

mherger wrote: 
> 
> You mention an issue with Search in Squeezer. Is this limited to
> Squeezer?
> 
I've just tested it with "Squeeze Controller" and there the search
function does work. So, yes, it appears to be a Squeezer issue.
Which is a pity, because it is my favorite squeezebox controller app.

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-04-16 Thread Gerrelt

Hi all,

I've taken the liberty to write a short tutorial on how to setup Spotify
using the Protocol Handler:

http://www.gerrelt.nl/RaspberryPi/wordpress/spotify/

If anything is not correct, please tell me, constructive criticism is
welcome! :)

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-04-07 Thread Gerrelt

Hi Michael,

Thank you for your answer. I've entered the spotify account on
mysqueezebox.com, and can now enjoy this great plugin! Very nice, it
really adds functionality to the Spotify-over-Squeezebox
experience.:cool:

I am listening to it using Squeezelite on Raspberries right now.

Thank you for making this possible!

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-04-06 Thread Gerrelt

Hallo Ronnie, ja alles is prima!  :)

OK, then it has to entered in both places.

Do you know the reason for entering the Spotify username and password on
the mysqueezebox.com page? Why does mysqueezebox need it?
I feel a bit uncomfortable entering this password on a third party
server, and I cannot think of a reason for it.

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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


Re: [SlimDevices: Plugins] [Announce] Spotify Protocol Handler - play Spotify on all your Squeezeboxen

2016-04-06 Thread Gerrelt

Hi!

Maybe this has been asked before, but is it still necessary to fill in
the spotify username and password in mysqueezebox.com?
Or does one only have to enter those in the Spotify Protocol Handler
settings page?

Greetings,
Gerrelt.



Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=105187

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