Re: [SlimDevices: Plugins] Announce: Google Music plugin

2016-09-18 Thread askvictor

Squid wrote: 
> I looked at the Github page and it seems like this is not supported
> under Windows. What is not clear to me: is it that it won't work, or no
> one ever did the job of figuring out how to get this to work on Windows
> ?

I don't see any _inherent_ reason it wouldn't work under Windows, but
no-one's really bothered to try. Perl's Inline::Python module seems to
be the most likely spot you'll stumble. You might be able to get it
rolling using Cygwin, or if you're running windows 10 anniversary
edition, it might possibly even work using the Linux Subsystem.

Another approach would be to spark up a Linux VM using Virtualbox, and
run your LMS server in that instead of directly in Windows. 

Hopefully, if and when we move to using gmusicproxy instead of Inline
Python it would make this proposition a lot easier, but at the moment
that's just in a 'would be a cool idea' stage, and me not having any
time to work on it right now :-/



askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977
View this thread: http://forums.slimdevices.com/showthread.php?t=105800

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


Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2016-09-18 Thread oldfolkie

I updated max2play on my Pi2 to version 2.36 this weekend, which added
the capability to install the Google Music plugin.  I installed the
plugin, but on the LMS Plugins tab I get the message "Plugin failed to
load".  The server log contains the following:


Code:

 SQUEEZESERVER LOG 
  2016-09-18 12:20:48 squeezeboxserver_safe stopped.
  2016-09-18 12:20:48 squeezeboxserver_safe started.
  [16-09-18 12:20:54.5312] main::init (384) Starting Logitech Media Server 
(v7.9.0, 1462256937, Sat May  7 04:37:26 UTC 2016) perl 5.014002 - 
arm-linux-gnueabihf-thread-multi-64int
  [16-09-18 12:20:57.4707] Slim::bootstrap::tryModuleLoad (286) Warning: Module 
[Plugins::GoogleMusic::Plugin] failed to load:
  Error -- py_eval raised an exception at 
/usr/local/lib/perl/5.14.2/Inline/Python.pm line 177.
  BEGIN failed--compilation aborted at 
/usr/share/squeezeboxserver/Plugins/GoogleMusic/GoogleAPI.pm line 82.
  Compilation failed in require at 
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Settings.pm line 20.
  BEGIN failed--compilation aborted at 
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Settings.pm line 20.
  Compilation failed in require at 
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Plugin.pm line 24.
  BEGIN failed--compilation aborted at 
/usr/share/squeezeboxserver/Plugins/GoogleMusic/Plugin.pm line 24.
  Compilation failed in require at (eval 901) line 2.
  BEGIN failed--compilation aborted at (eval 901) line 2.
  
  [16-09-18 12:20:57.4907] Slim::Utils::PluginManager::load (323) Error: 
Couldn't load Plugins::GoogleMusic::Plugin
  [16-09-18 12:21:02.1531] Slim::Utils::Misc::msg (1244) Warning: 
[12:21:02.1514] Async::HTTP: Unable to load IO::Socket::SSL, will try 
connecting to SSL servers in non-SSL mode
  
  
   PERL VERSION 
  v5.14.2 



Anyone have any ideas on how to fix this?



oldfolkie's Profile: http://forums.slimdevices.com/member.php?userid=45065
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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


Re: [SlimDevices: Plugins] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2016-09-18 Thread pinkdot

sst wrote: 
> Hi Martin,
> 
> sorry, but I can't find the new version. I'm only seeing version 1096?!
> 
> Thanks
Yeah, sorry for that. I switched from Gnome to KDE last week and still
struggling with the work flow. :-(

Its up now!
If the problem of entering the webui still persists, please let me know.



-Synology nas DS115 - ('LmsUpdate'
(http://forums.slimdevices.com/showthread.php?103636-Test-Repo-for-LMS-7-9-0-on-Synology-DSM-5-*=817970=1#post817970))
-Raspberry PIB+ (PicorePlayer), Sabre DAC ES9023 - Exposure 3010S2 - PMC
GB1i
-2x Radio
-Laptop - openSUSE Leap - Squeezelite

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

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2016-09-18 Thread coyrls

Wirrunna wrote: 
> That worked too, after I installed git (# yum install git-all) on my
> Vortexbox 2.4, which is based on fedora 23 with perl 5.22.
> 
> Thank you for the commands.
> 
> Edit: For VB 2.4 users, to use Putty to cd to the LMS Plugins directory
> (cd /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins)

I've installed the plugin to
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins on a clean
VB2.4 install, changed ownership and group to squeezeboxserver.  When I
restart squeezeboxserver, I get a message on the mediaserver main screen
saying SvrPowerControl requires a restart.  When I go to Settings ->
Plugins I get the prompt to restart the server.  When I do the restart,
the entire SvrPowerControl directory under
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins has been
deleted and there is no listing of SvrPowerControl on the Settings ->
Plugins page.

There version of Media server that I am running is: Logitech Media
Server Version: 7.9.0 - 0.141.20160820git1471509276 @ Sat Aug 20
08:28:28 BST 2016



coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2016-09-18 Thread sst

pinkdot wrote: 
> @sst I uploaded a new version for x86_64 nas. (1100).
> This will update LMS with the latest commits. It might not solve the
> webui problem, but it is worth a try. 
> 
> Verstuurd vanaf mijn XT1524 met Tapatalk

Hi Martin,

sorry, but I can't find the new version. I'm only seeing version 1096?!

Thanks



sst's Profile: http://forums.slimdevices.com/member.php?userid=65685
View this thread: http://forums.slimdevices.com/showthread.php?t=103636

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2016-09-18 Thread Wirrunna

bertieb wrote: 
> Many thanks to *erland* for his ongoing support for these plugins.
> 
> To anyone in the know- is the 'Song Lyrics plugin'
> (http://wiki.slimdevices.com/index.php/Song_Lyrics_plugin) currently
> functional? I saw 'this post from last year'
> (http://forums.slimdevices.com/showthread.php?103517-Song-Info-amp-Song-Lyrics-plugins-Status-Dead)
> but a quick search of this thread didn't show anything newer although I
> may have missed something.
> 
> I cannot see the lyrics pane. I'm not sure if I am using the plugin
> wrong- I have it installed and enabled for the web interface, but see no
> option via song info (even via the 'More Info' section). For example:
> 
> [image: http://i.imgur.com/3h9eGiu.jpg]
> 
> I do have the plugin enabled in settings:
> 
> [image: http://i.imgur.com/ah5mHfw.jpg]
> 
> As far as I know, I am running the latest version of LMS:
> 
> > 
Code:

  >   > Logitech Media Server Version: 7.9.0 - 1473501469 @ Sat Sep 10 10:07:19 
UTC 2016
  > Hostname: [redacted]
  > Server IP Address: [redacted]
  > Server HTTP Port Number: 9000
  > Operating system: Debian - EN - utf8
  > Platform Architecture: x86_64-linux
  > Perl Version: 5.22.2 - x86_64-linux-gnu-thread-multi
  > Audio::Scan: 0.95
  > Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  > Total Players Recognized: 2

> > 
> 
> Thanks in advance!

The Song Lyrics plugin is dead -
http://forums.slimdevices.com/showthread.php?98161-Song-Lyrics-plugin-will-soon-stop-working-due-to-musixmatch-changes=738532=1#post738532.

I use Foobar and the Lyric Show Panel to save lyrics to the lyric tag.
The how to starts here
http://forums.slimdevices.com/showthread.php?98161-Song-Lyrics-plugin-will-soon-stop-working-due-to-musixmatch-changes=740634=1#post740634



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

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


Re: [SlimDevices: Plugins] Announce: Google Music plugin

2016-09-18 Thread Squid

I looked at the Github page and it seems like this is not supported
under Windows. What is not clear to me: is it that it won't work, or no
one ever did the job of figuring out how to get this to work on Windows
? 

apnar wrote: 
> If anyone is interested I modified larks Docker container to include all
> the dependancies needed to run this plugin:
> https://hub.docker.com/r/apnar/logitech-media-server/
> Once you fire it up you just need to add askvictor's repo URL and
> activate the plugin.

I'm not familiar with Docker, but would that allow me to run LMS with
Google Play Music support on a Windows server ?
I want to switch from Spotify to Google Play Music because Google
supports Direct Carrier Billing so I can pay my subscription with unused
phone credit. Am a bit disappointed now to learn that getting Google
Play to work with my Squeezebox is not straightforward at all,
definitely on Windows.



Squid's Profile: http://forums.slimdevices.com/member.php?userid=9073
View this thread: http://forums.slimdevices.com/showthread.php?t=105800

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2016-09-18 Thread haempy

Hi @ all:

can anybody tell me, how to integrate the streamium NP2900? 
I can only control the loudness...

many thanks for your help



haempy's Profile: http://forums.slimdevices.com/member.php?userid=66057
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2016-09-18 Thread erland

philippe_44 wrote: 
> Hi - I had to factory reset one of my radio I re-installed license
> manager, then custom clock. Now when I try to set a set a custom clock
> profile (for screen saver), the spinning wheel never ends while
> "fetching styles". (LMS 7.7.6 on Win7) - help?. I'v verified with the
> LMS plugin, my licenses are activated
> 
> [edit]: looking at the LUA code on the SB
> > 
Code:

  >   > 
  > local http = SocketHttp(jnt, "http://erland.github.io;, 80)
  > local req = RequestHttp(function(chunk, err)
  > if err then
  > log:warn(err)
  > elseif chunk then
  > chunk = json.decode(chunk)
  > self:defineSettingStyleSink(title,mode,chunk.
  > end
  > end,
  > 'GET', "/squeezebox-customclock/clockstyles7.json")
  > http:fetch(req)
  > 

> > 
> and there is nothing anymore at http://erland.github.io. Any idea
> where I should direct this?
> 
> [edit2]: I ended up adding my own HTTP server, adding in it that file
> https://github.com/erland/erlandplugins/blob/master/CustomClock/trunk/clockstyles7.json
> and modifying the
> /usr/share/jive/applets/CustomClock/CustomClockApplet.lua script to
> change the http request to erland.github.io to my server. I don't
> understand why, but it only worked on port 80 (tried 8080 in the
> script, but no luck) and if my HTTP server as an internet-routable URL
erland.github.io adress works fine for me :
http://erland.github.io/squeezebox-customclock/clockstyles7.json
You need to use the full url, not just http://erland.github.io when
trying.

Is your Squeezebox connected to LMS, if it's connected to
mysqueezebox.com you might need to first goto My Music/Albums menu and
after that go back and try to change Custom Clock settings. Is Custom
Clock Helper plugin installed in LMS ? Does its setting page show all
available styles ?



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
LEAD PLATFORM DEVELOPER OF 'ICKSTREAM MUSIC PLATFORM'
(HTTP://WWW.ICKSTREAM.COM) -  A WORLD OF MUSIC AT YOUR FINGERTIPS

(Also developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). If you like to
encourage future presence on this forum and/or third party plugin/applet
development, 'consider purchasing some plugins'
(http://license.isaksson.info))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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