Re: [SlimDevices: Plugins] For the brave only: the Spotty Spotify implementation

2017-06-27 Thread mherger

Here's the next update for you brave testers:


- split albums into albums/compilations/singles
- improve handling of credential changes
- show error 429 info, should it arise (rate limit exceeded)
  

I assume we still haven't seen the "429 - rate limit exceeded" error.
But if you see unexpected behavior, please check the Spotty settings.
There would be a message telling you about the 429 error (if it
happened). I'd be very much interested to get log snippets in that case.
As I plan to release this plugin on the main repository, soon, the
probability of issues due to too many API requests will rise.



Michael

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

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

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2017-06-27 Thread Antoniop

downtime wrote: 
> Thanks Antoniop,
> 
> I registered as a service, but I have the same problem. As long as the
> terminal session is open the server is running, but when I close the
> session, the server stops. Also, while the service is running, LMS
> doesn't see it. Spicefly Sugarcube is running but it all of the tracks
> it chooses are random.
> 
> I have these services running on a Linux box and a Mac with no problems.
> I just can't get it working properly on the RP3.
> 
> Thanks anyway for your help.
Sorry if it didn't help. Maybe I have some other clues: 
MusicIP must be started before LMS. If you did not try it, make sure it
is: 
stop LMS:

Code:

sudo service logitechmediaserver stop


start mmserver with the script:

Code:

/home/pi/MusicMagicMixer/mmserver start


wait for a moment, check that MusicIP server is started then restart LMS

Code:

sudo service logitechmediaserver start



Also make sure mmserver script is ok. It's like the "&" is missing at
the end of the launch command line.
Mine is the following:

Code:

#! /bin/sh
  
  # NON-PRIVIELEGED USER TO RUN MUSICMAGICSERVER.
  USER=pi
  # PATH TO THE MUSICMAGICMIXERSERVER 
  export MUSICHOME=/home/$USER/MusicMagicMixer/
  case $1 in
  start)
  su - $USER -c $MUSICHOME"MusicMagicServer start  & > /dev/null" 
  echo "Running MusicMagicServer"
  exit
  ;;
  stop)
  su - $USER -c $MUSICHOME"MusicMagicServer stop  & > /dev/null" 
  echo "Stopped MusicMagicServer"
  exit
  ;;
  *)
  echo "Usage: /etc/rc.d/init.d/mmserver { start | stop }"
  exit
  ;;
  esac
  




LMS 7.9.0 - 1436071638
on Linux Mageia 5
1 SB3, 1 radio, 1 touch
Plugins : Trackstat, IR Blaster, Smartmix, MusicIP, ...

Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] For the brave only: the Spotty Spotify implementation

2017-06-27 Thread usc95

ButC wrote: 
> ... And in the android app I still cannot see a way to save or follow
> the Daily mixes. Is it a Spotify for iOS only feature, maybe? I noticed
> that it can be done in the desktop app as well. But as Michael points
> out, they're static, right?

I don't have an android device to test and confirm so I will leave it to
someone else to advise.  The Daily mixes are static though.  Since we
cannot delete the mixes from the LMS app you could just go to the
desktop app and add today's mix and delete yesterday's mix from there. 
Not ideal but doable.  I enjoy the daily mixes but I also enjoy the
Genre and Mood mixes which are periodically updated along with my
Discover Weekly and Release Radar.  Between all of those playlists I am
usually covered whenever I feel like hearing something new.



usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
View this thread: http://forums.slimdevices.com/showthread.php?t=107418

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


Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2017-06-27 Thread downtime

Thanks Antoniop,

I registered as a service, but I have the same problem. As long as the
terminal session is open the server is running, but when I close the
session, the server stops. Also, while the service is running, LMS
doesn't see it. Spicefly Sugarcube is running but it all of the tracks
it chooses are random.

I have these services running on a Linux box and a Mac with no problems.
I just can't get it working properly on the RP3.

Thanks anyway for your help.



downtime's Profile: http://forums.slimdevices.com/member.php?userid=3463
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] For the brave only: the Spotty Spotify implementation

2017-06-27 Thread usc95

mherger wrote: 
> These two, yes. But not the daily mixes, right? Once you save them as a
> playlist, it's just a static playlist like any other.

I see...yup, it looks like they are just the static playlists.  It is
not ideal but at least we have the option to save them daily until the
full Spotify Connect feature is operational:p



usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
View this thread: http://forums.slimdevices.com/showthread.php?t=107418

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2017-06-27 Thread philippe_44

PasTim wrote: 
> It turns out that I had another plugin installed which interfered with
> this one, even though I had explicitly set it to ignore my chromecast
> player. The plugin in question is C-3PO which is a tool for helping with
> tweaking transcoding, sample rates and so on. I removed it.
> 
> All works now :)

What's interesting is that you have a FW version that is not even listed
in the preview options
https://support.google.com/chromecast/answer/7124014?hl=en-CA_topic=3447927
and this version is the one supposed to solve the horrible bug they
introduced a few month ago that forced me to go a unelegant workaround



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-06-27 Thread bpa

Stevie_8ee wrote: 
> Interesting - I do not see anything except 3rd party plugins (I have
> added the repository and restarted LMS)  :
> 
> 22981
> 
> FYI, I am running LMS on a ReadyNas duo - Logitech Media Server Version:
> 7.9.1 - 1498126617

No "bpa's Squeezecenter Plugins .." tab means the repo URL is not being
read or failing when it is being read.

Any message in server.log ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-06-27 Thread Stevie_8ee

bpa wrote: 
> In the screenshot, there is no sign that you added the repository
> successfully.
> 
> The new BBCiPlayer and Extra will not appear under "other 3rd parties"
> but under "bpa's Squeezecenter Plugins" .

Interesting - I do not see anything except 3rd party plugins (I have
added the repository and restarted LMS)  :

22981

FYI, I am running LMS on a ReadyNas duo - Logitech Media Server Version:
7.9.1 - 1498126617

Thanks again!


+---+
|Filename: plugins tabs.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22981|
+---+


Stevie_8ee's Profile: http://forums.slimdevices.com/member.php?userid=67020
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-06-27 Thread bpa

Stevie_8ee wrote: 
> Adding the repository doesn't make any difference - it still shows the
> same 2 options, and install 1.3.1 / 1.7.

In the screenshot, there is no sign that you added the repository
successfully.

The new BBCiPlayer and Extra will not appear under "other 3rd parties"
but under "bpa's Squeezecenter Plugins" .



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2017-06-27 Thread Stevie_8ee

bpa wrote: 
> Definitely not foolish - Extras 1.9.5 (1.7 was ages ago) was completly
> broken and 1.3.1alphas version of BBCiPlayer is not supported.
> 
> 
> After refreshing the plugins tab - are you sure the plugin tab has the
> repo URL exactly as posted.  Sometime the changes "doesn't take".   If
> it has then try rebooting LMS - to ensure new repo is read.


Thanks both.
I know these are very old - which is why I said I was foolish to try and
update the newer version I had, as I can't get any other ones back now
:(
So, I have removed the iPlayer and Extras, and removed all additional
repositories, and restarted the LMS.  When I look at the plugins now,
neither iPlayer / extras are installed, but they are still available
even without the repositories.
It doesn't give the version, but if I select them and restart the
server, then I get 1.3.1 / 1.7
22978


+---+
|Filename: SQS Plugins.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22978|
+---+


Stevie_8ee's Profile: http://forums.slimdevices.com/member.php?userid=67020
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-06-27 Thread danco

I'be veen away for a couple of days, and haven't checked myBBC  iPlayer
since I got back.

But I had trouble over the weekend. I thought I should turn on logging,
and tried to go to the logging option in setting, but for some reason
localhost could not be reached.

I turned LMS off and then on again, and everything worked fine.

I don't know what the trouble was, but report it as it may help others
if On Demand ceases to work.



danco's Profile: http://forums.slimdevices.com/member.php?userid=210
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-06-27 Thread Man in a van

spile wrote: 
> I have installed the YouTube version 0.60.1 but when I open it I get:
> 
> "SSL required (try to install it using CPAN and/or on Linux do "sudo
> apt-get install libio-socket-ssl-perl libnet-ssleay-perl")"
> 
> I cannot find an install option in the LMS interface so how do I enable
> SSL?
> I am running LMS Logitech Media Server Version: 7.9.0 on a Qnap NAS
> through SSOTS (Squeezebox Server On TurboStation)

fill yer boots

http://forums.slimdevices.com/showthread.php?87731-Announce-YouTube-Plugin=810751=1#post810751



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-06-27 Thread Man in a van

spile wrote: 
> I have installed the YouTube version 0.60.1 but when I open it I get:
> 
> "SSL required (try to install it using CPAN and/or on Linux do "sudo
> apt-get install libio-socket-ssl-perl libnet-ssleay-perl")"
> 
> I cannot find an install option in the LMS interface so how do I enable
> SSL?
> I am running LMS Logitech Media Server Version: 7.9.0 on a Qnap NAS
> through SSOTS (Squeezebox Server On TurboStation)

IIRC I tried to do this last year sometime on a TS121. there was a
thread on how to do it, alas, when I tried I could not get the necessary
files to download (don't ask me which ones). you can search through the
threads if you like. I did ask on here but got no help.

But seriously, give it up and buy a rpi 3b and put LMS on that and just
use the NAS for what it is good for.

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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

2017-06-27 Thread PasTim

PasTim wrote: 
> I've just tried to use my TV (a Samsung) as a UPnP device, and I get the
> following errors in the log. I'm running version 0.2.12.2.  My LMS
> server firewall is temporarily off.  Any ideas?
> 
> 
It turns out that I had another plugin installed which interfered with
this one, even though I had explicitly set it to ignore my UPnP player.
The plugin in question is C-3PO which is a tool for helping with
tweaking transcoding, sample rates and so on.  I removed it.

All works now :)



LMS 7.9.1 on VortexBox Midi box, Xubuntu 17.04, FLACs 16->24 bit,
44.1->192kbps.  Touch & EDO. 2nd Touch standard.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to A308CR amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 17.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2017-06-27 Thread PasTim

PasTim wrote: 
> I have a chromecast (video) running firmware 1.25.90308.  I get just
> noise running pcm, and nothing at all with flc, mp3 or aac.  My server
> firewall is temporarily off.
> 
> I must be doing something daft, but what?
> 
> 
It turns out that I had another plugin installed which interfered with
this one, even though I had explicitly set it to ignore my chromecast
player. The plugin in question is C-3PO which is a tool for helping with
tweaking transcoding, sample rates and so on.

All works now :)



LMS 7.9.1 on VortexBox Midi box, Xubuntu 17.04, FLACs 16->24 bit,
44.1->192kbps.  Touch & EDO. 2nd Touch standard.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to A308CR amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 17.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.

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

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2017-06-27 Thread spile

I have installed the YouTube version 0.60.1 but when I open it I get:

"SSL required (try to install it using CPAN and/or on Linux do "sudo
apt-get install libio-socket-ssl-perl libnet-ssleay-perl")"

I cannot find an install option in the LMS interface so how do I enable
SSL?
I am running LMS Logitech Media Server Version: 7.9.0 on a Qnap NAS
through SSOTS (Squeezebox Server On TurboStation)



spile's Profile: http://forums.slimdevices.com/member.php?userid=37780
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2017-06-27 Thread PasTim

I have a chromecast (video) running firmware 1.25.90308.  I get just
noise running pcm, and nothing at all with flc, mp3 or aac.  My server
firewall is temporarily off.

I must be doing something daft, but what?

With flc I get nothing at all - no attempt to play:

Code:


  Starting Squeeze2cast: 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/CastBridge/Bin/squeeze2cast-x86-64
 -Z -I -b 10.99.55.10 -f /var/log/squeezeboxserver/castbridge.log -x 
/var/lib/squeezeboxserver/prefs/castbridge.xml
  [12:48:28.371680] main:1149 Starting squeeze2cast version: v0.2.8.0 (May 28 
2017 @ 15:23:47)
  [12:48:28.424524] Initialize:811 UPnP init success - 10.99.55.10:49153
  [12:49:43.806831] AddCastDevice:901 [0x6b6d00]: adding renderer (T120R)
  [12:49:43.807165] sq_run_device:1196 Buffer path /tmp
  [12:49:43.811773] slimproto:835 squeezelite [0x6561c0] <=> player [0x6b6d00]
  [12:49:43.811944] slimproto:836 [0x6561c0] connecting to 10.99.55.10:3483
  [12:49:43.812268] slimproto:867 [0x6561c0] connected
  [12:49:43.812372] sendHELO:110 [0x6561c0] cap: 
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=0,HasDigitalOut=0,MaxSampleRate=96000,flc
  [12:49:43.836723] sq_callback:234 [0x6b6d00]: device set ON
  [12:49:45.839116] CastConnect:366 [0x6b6d00]: Cannot open socket connection 
(-1)
  [12:49:45.839260] sq_callback:356 Volume 100
  [12:50:34.528630] CastStop:217 [0x6b6d00]: Stop w/o session or connect
  



With pcm I get metadata but no album art, and just noise (and then I
stopped playing):

Code:


  Starting Squeeze2cast: 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/CastBridge/Bin/squeeze2cast-x86-64
 -Z -I -b 10.99.55.10 -f /var/log/squeezeboxserver/castbridge.log -x 
/var/lib/squeezeboxserver/prefs/castbridge.xml
  [12:51:43.443406] main:1149 Starting squeeze2cast version: v0.2.8.0 (May 28 
2017 @ 15:23:47)
  [12:51:43.496249] Initialize:811 UPnP init success - 10.99.55.10:49153
  [12:51:58.848849] AddCastDevice:901 [0x6b6d00]: adding renderer (T120R)
  [12:51:58.849306] sq_run_device:1196 Buffer path /tmp
  [12:51:58.853987] slimproto:835 squeezelite [0x6561c0] <=> player [0x6b6d00]
  [12:51:58.854166] slimproto:836 [0x6561c0] connecting to 10.99.55.10:3483
  [12:51:58.854461] slimproto:867 [0x6561c0] connected
  [12:51:58.854525] sendHELO:110 [0x6561c0] cap: 
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=0,HasDigitalOut=0,MaxSampleRate=96000,pcm
  [12:51:58.860685] sq_callback:234 [0x6b6d00]: device set ON
  [12:51:58.955715] CastConnect:375 [0x6b6d00]: SSL connection opened 
[0x7f70f80008e0]
  [12:51:58.956095] sq_callback:356 Volume 100
  [12:53:38.010876] CastPingThread:634 [0x7f7108001ac0]: No response to ping
  [12:53:38.043863] read_bytes:173 [s-0x7f70f80008e0]: socket closed
  [12:53:38.043959] CastSocketThread:676 [0x7f7108001ac0]: SSL connection closed
  [12:54:05.559725] CastStop:217 [0x6b6d00]: Stop w/o session or connect
  [12:54:05.659237] sq_callback:356 Volume 100
  [12:54:05.662115] process_strm:216 [0x6561c0] strm command s
  [12:54:05.662230] process_strm:290 [0x6561c0], strm s autostart: 1 transition 
period: 10 transition type: 0 codec: p
  [12:54:05.662286] sendSTAT:143 [0x6561c0]: STAT:[STMf] msplayed 0
  [12:54:05.662805] sq_callback:261 [0x6b6d00]: codec:p, ch:2, s:16, r:44100
  [12:54:05.663093] cli_open_socket:223 [0x6561c0]: opened CLI socket 12
  [12:54:05.754978] sq_get_metadata:603 [0x6561c0]: idx 0
artist:John Eliot Gardiner
album:Bach - Sacred Masterpieces, Cantatas - Gardiner
title:Cantata No.118 'O Jesu Christ, meins Lebens Licht' BWV.118 - 1. 
Motet: O Jesu Christ, meins Lebens Licht
genre:Classical
duration:557.173
size:0
cover:http://10.99.55.10:9000/music/8911ef2c/cover.jpg
  [12:54:05.799921] CastConnect:375 [0x6b6d00]: SSL connection opened 
[0x7f70f800fe40]
  [12:54:05.800312] CastLoad:151 [0x6b6d00]: Queuing LOAD
  [12:54:05.800411] sq_callback:304 [0x6b6d00]: current URI set 
http://10.99.55.10:49153/LMS2CAST/a4-77-33-9d-c2-ee-idx-1.wav
  [12:54:05.800493] sendSTAT:143 [0x6561c0]: STAT:[STMc] msplayed 0
  [12:54:05.800805] sq_callback:356 Volume 100
  [12:54:05.832616] CastSimple:184 [0x6b6d00]: Queuing PLAY
  [12:54:05.866081] CastSocketThread:727 [0x6b6d00]: Launching receiver 3
  [12:54:05.985624] CastSocketThread:755 [0x6b6d00]: Receiver launched
  [12:54:05.986056] ProcessQueue:598 [0x6b6d00]: Processing LOAD (id:4)
  [12:54:06.139636] sq_get_info:711 [0x6561c0]: GetInfo 
/LMS2CAST/a4-77-33-9d-c2-ee-idx-1.wav -2 audio/wav
  [12:54:06.143318] sq_open:783 [0x6561c0]: open
  [12:54:06.143465] sq_seek:900 [0x6561c0]: seek 0 (c:0)
  [12:54:06.145760] sq_read:980 [0x6561c0]: read 1048576 (a:1048576 r:1048576 
w:1200)
  [12:54:06.325078] sq_read:980 [0x6561c0]: read 1048576 (a:1048576 r:1048576 
w:1200)
  [12:54:06.471126] sq_read:980 [0x6561c0]: read 1048576 (a:1048576 r:1048576 
w:1200)
  

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2017-06-27 Thread Antoniop

downtime wrote: 
> Hi all,
> 
> I get the following errors when starting the server. After this the
> terminal session hangs although the server has started. If I quit the
> terminal session, the server quits as well.
> 
> pi@raspberrypi:~ $ sudo /home/pi/MusicMagicMixer/MusicMagicServer start
> ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem.so' from
> /etc/ld.so.preload cannot be preloaded (cannot open shared object file):
> ignored.
> Starting server on port 10002
> Unsupported setsockopt level=0 optname=32
> setsockopt - IP_MULTICAST_IF: Protocol not available
> Unsupported setsockopt level=0 optname=32
> setsockopt - IP_MULTICAST_IF: Protocol not available
> 
> Any ideas?
> 
> Thanks.
Hi,
I have the same errors messages, but it works anyway.
I registered mmserver as a service, as described in Frankd post.
So I use to start it :
$ sudo service mmserver start
but if you don't register the script as a service, you should run :
$ /home/pi/MusicMagicMixer/mmserver start
You should avoid the server to stop when you quit the session.
Hope it helps.



LMS 7.9.0 - 1436071638
on Linux Mageia 5
1 SB3, 1 radio, 1 touch
Plugins : Trackstat, IR Blaster, Smartmix, MusicIP, ...

Antoniop's Profile: http://forums.slimdevices.com/member.php?userid=39292
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


[SlimDevices: Plugins] Problem with Upnp Bridge.

2017-06-27 Thread ETNY

Hello
I have installed Logitech Media Server Version: 7.9.1 - 1498468656 on
Ubuntu Server 16.04.2 LTS.
I added the plugin UPnP / DLNA bridge but I have this error:
"Configuration file missing - create one by clicking" generate "or, if
autosave is on, refresh this page"
The problem is that I do not have the "generate" button.

I checked: "Start the Bridge" but it is: "Not Running".

I have the following error in the LMS log:
"[17-06-27 13: 26: 23.1353] Plugins :: UPnPBridge :: Squeeze2upnp ::
start (92) no binary set"

I went through the forum but I could not find a solution.
I restart many time, re-install also but nothing seems to work
Can you help me please?

Thank you
Yannick



ETNY's Profile: http://forums.slimdevices.com/member.php?userid=66993
View this thread: http://forums.slimdevices.com/showthread.php?t=107567

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-06-27 Thread epoch1970

Regarding Libratone Zipp dropping its volume to zero: with 0.3.0.3 I was
able to reproduce the issue by skipping through a random playlist.
HOWEVER. I went to the plugin's prefs page and set "mute on pause" to
"No" in Common Parameters. And now, I don't think the volume is dropping
anymore...
I'll post later to confirm in case the Zipp player hasn't dropped its
volume after a while.



3 SB 3 • Libratone Loop, Zipp Mini • iPeng (iPhone + iPad) • LMS 7.9
(linux) with plugins: CD Player, WaveInput, Triode's BBC iPlayer by bpa
• IRBlaster by Gwendesign (Felix) • Server Power Control by Gordon
Harris • Smart Mix, Music Walk With Me, What Was That Tune? by Michael
Herger • PowerSave by Jason Holtzapple • Song Info, Song Lyrics by
Erland Isaksson • AirPlay Bridge by philippe_44 • WeatherTime by Martin
Rehfeld • Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-06-27 Thread steves999

bpa wrote: 
> 1.4.10 was the only version that was working,  previous version 1.4.9
> stopped working in Feb . So if you were using 1.4.10 then again just
> coincidence. Nothing changed in code or BBC server - probably a BBC
> glitch like other users experienced.

Ah ok..thanks.  And many many thanks for keeping this alive!



steves999's Profile: http://forums.slimdevices.com/member.php?userid=63486
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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

2017-06-27 Thread PasTim

I've just tried to use my TV (a Samsung) as a UPnP device, and I get the
following errors in the log. I'm running version 0.2.12.2.  My LMS
server firewall is temporarily off.  ANy ideas?

Code:


  
  Starting Squeeze2upnp: 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/UPnPBridge/Bin/squeeze2upnp-x86-64
 -Z -I -f /var/log/squeezeboxserver/upnpbridge.log -x 
/var/lib/squeezeboxserver/prefs/upnpbridge.xml
  [10:21:34.115576] main:1579 Starting squeeze2upnp version: v0.2.12.2 (May 19 
2017 @ 17:33:31)
  [10:21:34.117867] uPNPInitialize:1172 uPNP init success - 10.99.55.10:49154
  [10:21:49.006218] AddMRDevice:1305 [0x6aa100]: adding renderer ([TV] 
UE65JU7000)
  [10:21:49.031857] sq_run_device:1196 Buffer path /tmp
  [10:21:49.038333] slimproto:835 squeezelite [0x6495c0] <=> player [0x6aa100]
  [10:21:49.038501] slimproto:836 [0x6495c0] connecting to 10.99.55.10:3483
  [10:21:49.038763] slimproto:867 [0x6495c0] connected
  [10:21:49.038828] sendHELO:110 [0x6495c0] cap: 
Model=squeezelite,ModelName=SqueezeLite,AccuratePlayPoints=0,HasDigitalOut=0,MaxSampleRate=96000,aac,flc,mp3
  [10:22:15.641515] AVTStop:218 uPNP stop for 
http://10.99.55.13:9197/upnp/control/AVTransport1 (cookie 0x1)
  [10:22:16.020500] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:16.020608] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:17.521396] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:17.521494] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:19.024515] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:19.024612] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:20.523065] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  [10:22:20.523161] XMLGetFirstDocumentItem:69 (BUG) 
ixmlNode_getFirstChild(tmpNode) returned NULL
  




LMS 7.9.1 on VortexBox Midi box, Xubuntu 17.04, FLACs 16->24 bit,
44.1->192kbps.  Touch & EDO. 2nd Touch standard.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to A308CR amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 17.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2017-06-27 Thread downtime

Hi all,

I get the following errors when starting the server. After this the
terminal session hangs although the server has started. If I quit the
terminal session, the server quits as well.

pi@raspberrypi:~ $ sudo /home/pi/MusicMagicMixer/MusicMagicServer start
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem.so' from
/etc/ld.so.preload cannot be preloaded (cannot open shared object file):
ignored.
Starting server on port 10002
Unsupported setsockopt level=0 optname=32
setsockopt - IP_MULTICAST_IF: Protocol not available
Unsupported setsockopt level=0 optname=32
setsockopt - IP_MULTICAST_IF: Protocol not available

Any ideas?

Thanks.



downtime's Profile: http://forums.slimdevices.com/member.php?userid=3463
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2017-06-27 Thread PasTim

GuruPete wrote: 
> Have solved the 3rd Party plugin problem by upgrading my Vortexbox from
> v2.3 to 2.4.
Good!



LMS 7.9.1 on VortexBox Midi box, Xubuntu 17.04, FLACs 16->24 bit,
44.1->192kbps.  Touch & EDO. 2nd Touch standard.
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to A308CR amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 17.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.

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

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