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

2017-01-18 Thread philippe_44

Simon_rb wrote: 
> I can't find anything in there for sub volumeChange. There are lots of
> different $log->error & $log->debug all over the file 
> 
> I looked and I have some stuff in my server log now. Only when I
> AirPlay, however I don't want to AirPlay, I want to use the AirPlay
> player (Aether Cone) as a LMS player and stream to it which works fine
> except can't change the volume via the buttons on the Aether Cone..

oh ok, I got it now. I was between thread on shairtunes2 and airplay
bridge ... So in your log, I see that the volume is fed back to LMS, I
can see it changing from 70 to 80 in LMS (on a scale from 0 to 100). 
So, step by step: 

1- Set extra debugging to none in plugin settings
2- When you change the volume *from* LMS, does the volume change on the
player?
2.1- If it does not, can you clean the airplay bridge log (using the
plugin settings), set raop debugging in the "extra debugging" options
and take a log trying to change LMS volume a couple of times
2.2- if it does work, can you just change the volume from your remote
between min and max and take a log
2.2.1- if the volume in LMS changes a bit, but not to your likes, then
you can change the scale using the "mapping" parameter of the plugin
2.2.2- if the volume does not change at all, then I need to see the log
and think about it:)



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: YouTube Plugin (API v3)

2017-01-18 Thread philippe_44

fraho wrote: 
> It's functional again - except youtube-streams, same behaviour as
> before. So, if you need any logs..

Yes we, can take it back were we stopped and I was surprised because LMS
seems to tell the player to get the stream directly from YT. So, can you
take a fresh log and make sure that you've cleaned the log before
starting the test so that I only have the problem in the log file



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread Simon_rb

I can't find anything in there for sub volumeChange. There are lots of
different $log->error & $log->debug all over the file 


Sent from my iPhone using Tapatalk





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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: YouTube Plugin (API v3)

2017-01-18 Thread fraho

It's working again - except youtube-streams, same behaviour as before.
So, if you need any logs..



fraho's Profile: http://forums.slimdevices.com/member.php?userid=66430
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread philippe_44

Simon_rb wrote: 
> If I'm looking at the right file which is
> /var/lib/squeezeboxserver/cache/installedplugins/plugins/raopbridge/plugin.pm,
> it doesn't contain what you said to edit

My bad, I meant "Shairtunes2W", not "Raopbridge"



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread Simon_rb

If I'm looking at the right file which is
/var/lib/squeezeboxserver/cache/installedplugins/plugins/raopbridge/plugin.pm,
it doesn't contain what you said to edit:-


Code:

package Plugins::RaopBridge::Plugin;
  
  use strict;
  
  use Data::Dumper;
  use File::Spec::Functions;
  use XML::Simple;
  use base qw(Slim::Plugin::Base);
  
  use Slim::Utils::Prefs;
  use Slim::Utils::Log;
  
  my $prefs = preferences('plugin.raopbridge');
  
  $prefs->init({ autorun => 0, opts => '', debugs => '', logging => 0, bin => 
undef, configfile => "raopbridge.xml", profilesURL => initProfilesURL(), 
autosave => 1, eraselog => 0});
  
  my $log = Slim::Utils::Log->addLogCategory({
'category' => 'plugin.raopbridge',
'defaultLevel' => 'WARN',
'description'  => Slim::Utils::Strings::string('PLUGIN_RAOPBRIDGE'),
  }); 
  
  sub initPlugin {
my $class = shift;
  
$class->SUPER::initPlugin(@_);

require Plugins::RaopBridge::Squeeze2raop;  

if ($prefs->get('autorun')) {
Plugins::RaopBridge::Squeeze2raop->start;
}

if (!$::noweb) {
require Plugins::RaopBridge::Settings;
Plugins::RaopBridge::Settings->new;
Slim::Web::Pages->addPageFunction("^raopbridge-log.log", 
\::RaopBridge::Squeeze2raop::logHandler);
Slim::Web::Pages->addPageFunction("^raopbridge-config.xml", 
\::RaopBridge::Squeeze2raop::configHandler);
Slim::Web::Pages->addPageFunction("raopbridge-guide.htm", 
\::RaopBridge::Squeeze2raop::guideHandler);
}

$log->warn(Dumper(Slim::Utils::OSDetect::details()));
  }
  
  sub initProfilesURL {
my $file = 
catdir(Slim::Utils::PluginManager->allPlugins->{'RaopBridge'}->{'basedir'}, 
'install.xml');
return XMLin($file, ForceArray => 0, KeepRoot => 0, NoAttr => 
0)->{'profilesURL'};
  }
  
  sub shutdownPlugin {
if ($prefs->get('autorun')) {
Plugins::RaopBridge::Squeeze2raop->stop;
}
  }
  
  1;
  




Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread philippe_44

Simon_rb wrote: 
> I don't understand either. I have removed LMS and the squeezboxserver
> folder and done a new install. Installed both of your plugins and set
> them to debug and played Some Music and that's my server.log! 
> 
> Nothing else I could try to find the volume info we need?
> 
> 
> Sent from my iPhone using Tapatalk

You can edit the file plugin.pm (in the cache/plugins/installed
plugins/raopbridge directory) in the cache and one of the first function
(sub volumeChange) you can change the $log->debug to a $log->error. It
should force the log to be written



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread Simon_rb

I don't understand either. I have removed LMS and the squeezboxserver
folder and done a new install. Installed both of your plugins and set
them to debug and played Some Music and that's my server.log! 

Nothing else I could try to find the volume info we need?


Sent from my iPhone using Tapatalk





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread philippe_44

Simon_rb wrote: 
> Like this?
> That's how I have it set and my log is just 
> Sent from my iPhone using Tapatalk

Yes, so if there is nothign I don't understand what's going on



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] Squeezelite only connecting to server after service restart

2017-01-18 Thread GoldenEye

DJanGo wrote: 
> ...and that service is started automatic and not delayed ?
> 
> use delayed instead
I've already tried starting the service in  delayed mode which did not
help, unfortunately.

Gesendet von meinem Nexus 5 mit Tapatalk





GoldenEye's Profile: http://forums.slimdevices.com/member.php?userid=35135
View this thread: http://forums.slimdevices.com/showthread.php?t=106826

___
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-01-18 Thread Simon_rb

Like this?
[image:
https://uploads.tapatalk-cdn.com/20170118/7b4c567d45ab6404ca4597e1bd0e9c92.jpg]

That's how I have it set and my log is just [image:
https://uploads.tapatalk-cdn.com/20170118/3c9e0b19aeb389c4c05b47f530e8b5ab.jpg]


Sent from my iPhone using Tapatalk





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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: YouTube Plugin (API v3)

2017-01-18 Thread philippe_44

fraho wrote: 
> Got it:

Thanks, that's what I needed. You can try the updated version, hopefully
this time it will work (do not forget to uninstall the current installed
one because there is no version number increase, so LMS won't offer this
as an update)



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] Squeezelite only connecting to server after service restart

2017-01-18 Thread DJanGo

GoldenEye wrote: 
> Yes, lms runs on pi, squeezelite is running as a win service using
> srvany.exe. 

...and that service is started automatic and not delayed ?

use delayed instead



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106826

___
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-01-18 Thread philippe_44

Simon_rb wrote: 
> I have done a fresh install of LMS.. installed AirPlay Bridge and
> ShairTunes2 and both in debug mode and played a song to my LMS AirTunes
> created player and still nothing in the log. 
> 
> 
> Sent from my iPhone using Tapatalk

Sorry to ask, but this is debug in the "LMS advanced tab, chose logging
in the dropdown list" and there you have all plugins listed in one page
an you can select loglevel for the Perl part of the plugin
Do not go to the plugin's settings page, there this is the log for the
"helper".



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] Squeezelite only connecting to server after service restart

2017-01-18 Thread GoldenEye

Yes, lms runs on pi, squeezelite is running as a win service using
srvany.exe. After starting the win pc, the squeezelite service is
started but not visible as a client in lms. After restaring the win
service, the client is visible in lms, though.


Gesendet von iPad mit Tapatalk





GoldenEye's Profile: http://forums.slimdevices.com/member.php?userid=35135
View this thread: http://forums.slimdevices.com/showthread.php?t=106826

___
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-01-18 Thread Simon_rb

I have done a fresh install of LMS.. installed AirPlay Bridge and
ShairTunes2 and both in debug mode and played a song to my LMS AirTunes
created player and still nothing in the log. 


Sent from my iPhone using Tapatalk





Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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] [Test] Repo for LMS 7.9.0 on Synology DSM 5.*

2017-01-18 Thread streifenleopard

pinkdot wrote: 
> Broken in what way? That is not accessable?
No i can access the interface alright it just seems that it does not
load with the stylesheet usually attached to LMS i.e. it all looks like
a website back from 1995. But all the links etc. in the interface work.

pinkdot wrote: 
> Can you access
> > 
Code:

  >   > :9002/classic/

> > 
Yes and this one looks good!

pinkdot wrote: 
> > 
Code:

  >   > :9002/default/

> > 
No this one is helter skelter chaos...



dsm 6.0 (synology disk station 115) running lms 7.9 -- rpi with a
hifiberry dac+ running picoreplayer (any old version?) -- nokia lumia
running windows phone 8.1 and soundicity -- moto g peregrine xt1039
running cm 13 (android 6.0) -- zettaly avy running android 4.4

streifenleopard's Profile: http://forums.slimdevices.com/member.php?userid=42019
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] Spotify-connect-web

2017-01-18 Thread Man in a van

schmurtz wrote: 
> Recently I saw many plugin that are able to redirect sound into a pipe
> which can be readed by a squeezebox.
> For example there are these plugins :
> - shairtunes , shairtunes2  and shairtunes2 fork
> - youtube
> - waveinput
> 
> To implement spotify connect it's you can use the sources that I give or
> you can control the classic spotify client software (which implement
> spotify connect natively) by command line ('there are plenty of
> examples' (https://gist.github.com/wandernauta/6800547)). If it's a
> problem to redirect the sound like in shairtunes you can use 'DSbridge'
> (http://forums.slimdevices.com/showthread.php?64590-DSBridge-A-simpler-way-to-stream-Spotify)
> to create a stream easily playable on squeezebox.
> 
> By the way, when I say "It's not very complex." I mean : "How to install
> on raspberry here " -> "It's not very complex.".
> 
> So it's probably a little project to make it works on squeezebox but all
> the elements are available to make it work and I think that some people
> of the squeezebox community are able to do this (not me, I'm a pretty
> bad developper :p).


I have been waiting two weeks now for a spotify api key to try this

https://github.com/Fornoth/spotify-connect-web

which I believe is possible with Moode (although the guide I am
following is for Volumio).

Not a flicker of a response from Spotify, they are just not
interested.:confused::(:rolleyes:

Be happy that there is an implementation of Spotify in LMS, if your user
case requires a different approach then move on to something that suits.
:)

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

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


Re: [SlimDevices: Plugins] Spotify-connect-web

2017-01-18 Thread Christian Schoepplein
On Mi, Jan 18, 2017 at 05:29:14 +, schmurtz wrote:
>By the way, when I say "It's not very complex." I mean : "How to install
>on raspberry here " -> "It's not very complex.".

Have you tried the installation of any of these spotify connect web 
plugins during the last months. I've tried and all those plugins 
require a spotify api key for developpers, but spotify does not longer 
offer such a key.

Also all those plugins are based on libspotify, a libary which is not 
developped and maintained any longer.

I use the spotify app on my iOS device and stream music to my 
squeezeboxes via AirPlay. For Android some kind of UPMP plugin 
/extension might work. Why not using that kind of setup?

Developing a spotify connect web pluging currently makes no sense.
Nobody knows what will happen when libspotify can't be used any 
more...

Ciao,

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


Re: [SlimDevices: Plugins] Squeezelite only connecting to server after service restart

2017-01-18 Thread DJanGo

GoldenEye wrote: 
> After exchanging my mediacenter pc running windows 10, squeezelite does
> only connect to lms (running on my raspberry pi 3) after restarting the
> squeezelite service on windows.
> 
> Any hints on how I can resolve this issue?
> 
> Thx, G.

?

- your lms runs on a rpi 3
- you use some service on a win10 system for squeezelite?
- you need to restart the squeezelite service to play - when? always?
  after a reboot? sometimes?



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106826

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


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

2017-01-18 Thread fraho

Got it:

> [17-01-18 20:27:48.3781] Plugins::RaopBridge::Plugin::initPlugin (42)
> $VAR1 = {
> 'osName' => 'Synology DiskStation',
> 'os' => 'Linux',
> 'isDiskStation' => 1,
> 'osArch' => '',
> 'binArch' => 'arm-linux',



fraho's Profile: http://forums.slimdevices.com/member.php?userid=66430
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-01-18 Thread philippe_44

fraho wrote: 
> No prob dude, I'm not in a hurry:cool:

One thing you can do for me is set the debug level for the AirPlay
plugin to 'info' (in LMS settings, advanced tab, logging dropdown list,
find the airplay bridge plugin). The result should be in the server.log.
I'm looking for something that talks about the "binarch" just after LMS
starts



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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-01-18 Thread fraho

No prob dude, I'm not in a hurry:cool:



fraho's Profile: http://forums.slimdevices.com/member.php?userid=66430
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread Simon_rb

I have set it to debug mode within the ShairTunes2 (fork) plugin however
some reason my server.log shows nothing but 

[17-01-18 18:13:13.6293] Slim::Web::JSONRPC::requestMethod (443)
01:60:09:9d:e5:7b: request not dispatchable!
[17-01-18 18:13:13.6371] Slim::Web::JSONRPC::requestMethod (443)
01:60:09:9d:e5:7b: request not dispatchable!
[17-01-18 18:13:13.6449] Slim::Web::JSONRPC::requestMethod (443)
01:cd:c7:ff:8f:f4: request not dispatchable!
[17-01-18 18:13:13.6922] Slim::Web::JSONRPC::requestMethod (443)
aa:aa:3a:27:3a:a7: request not dispatchable!
[17-01-18 18:13:13.7009] Slim::Web::JSONRPC::requestMethod (443)
aa:aa:ae:af:cc:34: request not dispatchable!
[17-01-18 18:13:43.9664] Slim::Web::JSONRPC::requestMethod (443)
00:04:20:17:76:d3: request not dispatchable!
[17-01-18 18:13:43.9739] Slim::Web::JSONRPC::requestMethod (443)
00:11:43:b6:5d:76: request not dispatchable!
[17-01-18 18:13:43.9814] Slim::Web::JSONRPC::requestMethod (443)
01:73:c0:c5:76:3f: request not dispatchable!
[17-01-18 18:13:43.9890] Slim::Web::JSONRPC::requestMethod (443)
01:60:09:9d:e5:7b: request not dispatchable!
[17-01-18 18:13:43.9965] Slim::Web::JSONRPC::requestMethod (443)
01:9a:48:6a:e8:d9: request not dispatchable!
[17-01-18 18:13:44.0040] Slim::Web::JSONRPC::requestMethod (443)
01:60:09:9d:e5:7b: request not dispatchable!
[17-01-18 18:13:44.0117] Slim::Web::JSONRPC::requestMethod (443)
01:60:09:9d:e5:7b: request not dispatchable!
[17-01-18 18:13:44.0197] Slim::Web::JSONRPC::requestMethod (443)
01:cd:c7:ff:8f:f4: request not dispatchable!
[17-01-18 18:13:44.0666] Slim::Web::JSONRPC::requestMethod (443)
aa:aa:3a:27:3a:a7: request not dispatchable!
[17-01-18 18:13:44.0742] Slim::Web::JSONRPC::requestMethod (443)
aa:aa:ae:af:cc:34: request not dispatchable!

Don't know what else to try..



Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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


[SlimDevices: Plugins] Squeezelite only connecting to server after service restart

2017-01-18 Thread GoldenEye

After exchanging my mediacenter pc running windows 10, squeezelite does
only connect to lms (running on my raspberry pi 3) after restarting the
squeezelite service on windows.

Any hints on how I can resolve this issue?

Thx, G.



GoldenEye's Profile: http://forums.slimdevices.com/member.php?userid=35135
View this thread: http://forums.slimdevices.com/showthread.php?t=106826

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread Giza2020

bpa wrote: 
> Not sure since you haven't said where you are looking nor what UI (e.g.
> Web Touch ) you are using  ?

Sorry my bad for a) not giving a decent issue report and b) for not
waiting before a did a reboot

I changed to Dash as main format 
I rebooted LMS

And now it's there... not sure what made the difference

I need to double check my boom UI because that was the place I first
noticed it will report back if there are issues there



Giza2020's Profile: http://forums.slimdevices.com/member.php?userid=36318
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


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

2017-01-18 Thread philippe_44

fraho wrote: 
> Thanks for your patience and yes, the static version does the same. How
> can I go back? Do I just have to delete the entry for the dev
> repository?

I should be able to provide another version later today, just bear with
me a bit. I won't increment version, so you'll have to remove the plugin
first then re-install it (from the LMS GUI)



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread Simon_rb

Heres the log, hope it helps

Cheers
21921


+---+
|Filename: Log.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21921|
+---+


Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread bpa

Giza2020 wrote: 
> Am I missing something very very obvious?

Not sure since you haven't said where you are looking nor what UI (e.g.
Web Touch ) you are using  ?



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

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


Re: [SlimDevices: Plugins] Spotify-connect-web

2017-01-18 Thread schmurtz

mherger wrote: 
> > It's not very complex.
> Oh, it is? Could you share your solution?
> -- 
> Michael

Recently I saw many plugin that are able to redirect sound into a pipe
which can be readed by a squeezebox.
For example there are these plugins :
- shairtunes , shairtunes2  and shairtunes2 fork
- youtube
- waveinput

To implement spotify connect it's you can use the sources that I give or
you can control the classic spotify client software by command line
('there are plenty of examples'
(https://gist.github.com/wandernauta/6800547)). If it's a problem to
redirect the sound like in shairtunes you can use 'DSbridge'
(http://forums.slimdevices.com/showthread.php?64590-DSBridge-A-simpler-way-to-stream-Spotify)
to create a stream easily playable on squeezebox.

By the way, when I say "It's not very complex." I mean : "How to install
on raspberry here " -> "It's not very complex.".

So it's probably a little project to make it works on squeezebox but all
the elements are available to make it work and I think that some people
of the squeezebox community are able to do this (not me, I'm a pretty
bad developper :p).



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=105968

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


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

2017-01-18 Thread fraho

philippe_44 wrote: 
> It crashes just after player detection, crap.
> 
> You can go back - it's just this new set of build on version 2.1.x there
> is something I need to figure out with arm5 and it's a bit difficult as
> I don't have a platform to test, but it's a compilation thing
> 
> Does the static version do the same?

Thanks for your patience and yes, the static version does the same. How
can I go back? Deleting the dev repository?



fraho's Profile: http://forums.slimdevices.com/member.php?userid=66430
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] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread Giza2020

I am sure I'm going to kick myself for asking something stupid... but in
the latest version of the BBCiplayer I cannot find the skip back/forward
options.. where I use to see it when listening to live streams I can now
only see stream info and an 'on spotify' option.

Am I missing something very very obvious?



Giza2020's Profile: http://forums.slimdevices.com/member.php?userid=36318
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


[SlimDevices: Plugins] Accessing LMS in the Android Auto environment.

2017-01-18 Thread jstraw

Has anyone figured out a way to access, control and listen to their LMS
with OEM infotainment systems or aftermarket head units that employ
Android Auto?



jstraw's Profile: http://forums.slimdevices.com/member.php?userid=17008
View this thread: http://forums.slimdevices.com/showthread.php?t=106825

___
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-01-18 Thread philippe_44

Simon_rb wrote: 
> Sorry what? lol
> 
> If I hit the physical button on the AirPlay device it will change the
> volume by one bit in the LMS web interface but volume doesn't change.
> Could it be the volume scale thingy in the settings? I tried to read
> what it says within the web browser but it gets cut off lol
> 
> Update:- Its only one of my Airplay devices so I assume it must have a
> different volume scale. Whats the best way to find out what volume scale
> it has. Its an Aether Cone.. When the volume changes the once it seems
> to be up or down by 10.. There are 20 steps from 100% volume down to
> zero when using native AirPlay on my iPad

Sorry, I'm not following. AirPlay devices, according to spec, have a
range -30..0 (float value) and -144 is muted. LMS as 1..100 and 0 is
muted, so there is a linear mapping between the two. If you set loglevel
to debug, the volume values should be logged in the server.log file



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] Using plugin to get Internet radio track data from web site

2017-01-18 Thread Paul Webster

I couldn't get that to work either.

So went back to basics - and found that
Slim::Formats::RemoteMetadata->registerProvider - which, when called
takes the "info" structure as a return, is working.
It is odd though.
I get around 6 calls in the same second or so - then the same set of
calls about once every 10 minutes.
In my case the source ICY metadata never changes so that is not the
trigger,
If I could get the 10 minutes to be 15-30 seconds then all would be well
and I would not need the self-timer to work (which I have currently
commented out).



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=106810

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


Re: [SlimDevices: Plugins] iPeng support thread

2017-01-18 Thread Rainer M Krug
ralphy  writes:

> usc95 wrote: 
>> One of the guys from Vortexbox put together the software and a player he
>> called VAMP based on squeezelite running on Fedora 16 (or 18?). 
>> Unfortunately due to a hack or someother disruption over there at
>> Vortexbox much of the instructions and the downloads were lost.  Someone
>> tried to document the instructions on another site but unfortunately it
>> looks like the download portion is still
>> missing:http://www.homenetworkenabled.com/content.php?188-Logitech-SqueezeBox-replacement-for-under-30
>
> You can find the vamp/squeezeplug images in the utility folder of my
> 'old mediafire download site'
> (https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds).  'This thread'
> (http://forums.slimdevices.com/showthread.php?106249-Docksta-rSqueezeplug-image)
> has the discussion as it's not iPeng related.

Thanks for the link - appreciated.

Rainer

>
>
>
> Ralphy
>
> *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
> 'Squeezebox client builds'
> (https://sourceforge.net/projects/lmsclients/files/) 'donations'
> (https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
> always appreciated.
> 
> ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
> View this thread: http://forums.slimdevices.com/showthread.php?t=51929
>
> ___
> plugins mailing list
> plugins@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/plugins

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread castalla

bpa wrote: 
> Those are the reponse time from BBC/CDN to a request from plugin  -  so
> that says there is a small netwrok issue outside your control  However
> 12 secs is 2 chunks so the above delay does not explain 12 secs starts -
> perhaps there is a delay in getting either or both of the MPD and the
> ".dash"  - these are like a "pls" file.  You could turnon plugin
> plugin.bbciplayer.dash logging to Debug and see if there are delays
> there as well but again outside your control if there is.
> 
> Have you compared to Web based BBCiPlayer beta DASH player ?

Thanks.  I'm struggling to fix an airplay issue at the moment, so I'll
just keep an eye on delays for the moment.



Touch, Logitech Radio, Logitech UE Radio, O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers; Rocki - Sony SRS-BTM8
speaker; Pioneer WX-SMA1 speaker;  - PURE One Flow internet radio: PURE
Jongo S3x ; Jongo T2; Libratone Zipp
Castbridge - Chromecast 1 + Chromecast Audio
AirplayBridge - Loewe Airspeaker
SB Player - Fire TV


castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


Re: [SlimDevices: Plugins] Iplayer problem on Nas4free

2017-01-18 Thread bpa

moletteuk wrote: 
> thanks.
> 
> I need to experiment a bit more, I have been fiddling with the server
> clock and there definitely seems to be a link with the iplayer listen
> again problem.  On some settings of the clock iplayer listen again would
> work sporadically with some progammes/ players.  I have set the clock to
> Etc/GMT and it seems to be working OK right now, will keep testing.

IIRC the BBCiPlayer plugin Listen Again needs to have a correct time and
date set but timezone doesn't matter since all will be converted to UTC.



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

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


Re: [SlimDevices: Plugins] Iplayer problem on Nas4free

2017-01-18 Thread moletteuk

thanks.

I need to experiment a bit more, I have been fiddling with the server
clock and there definitely seems to be a link with the iplayer listen
again problem.  On some settings of the clock iplayer listen again would
work sporadically with some progammes/ players.  I have set the clock to
Etc/GMT and it seems to be working OK right now, will keep testing.



moletteuk's Profile: http://forums.slimdevices.com/member.php?userid=50177
View this thread: http://forums.slimdevices.com/showthread.php?t=106819

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread bpa

PasTim wrote: 
> Which still leaves me (and possibly many others) in the dark ;)

As I read it Radio2t/m6 means Radio 2 up to and include Radio 6



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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread PasTim

Man in a van wrote: 
> Tot/met is up to and including u/i
Which still leaves me (and possibly many others) in the dark ;)



LMS 7.9 on VortexBox Midi box, Xubuntu 16.04, FLACs 16->24 bit,
44.1->192kbps. 
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 16.04 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.  
Also a Touch with EDO, plus spare, unused.

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

___
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-01-18 Thread Simon_rb

philippe_44 wrote: 
> Can you try changing the volume from the iXXX device once and see if it
> works after that?

Sorry what? lol

If I hit the physical button on the AirPlay device it will change the
volume by one bit in the LMS web interface but volume doesn't change.
Could it be the volume scale thingy in the settings? I tried to read
what it says within the web browser but it gets cut off lol



Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread bpa

With 
Man in a van wrote: 
> I sometimes use Dutch expressions, which come readily to mind, instead
> of English language.
> Tot/met is up to and including u/i

and > Maybe it's a mañana thing?

A polyglot.

re:  "mañana"  in Ireland we don't have any word that has the same sense
of urgency.



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

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


Re: [SlimDevices: Plugins] iPeng support thread

2017-01-18 Thread pippin

Thanks, ralphy



---
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 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Iplayer problem on Nas4free

2017-01-18 Thread bpa

moletteuk wrote: 
> Iplayer Extra Setting  'No Dash' box is now unchecked. 
> Yesterday I thought IPlayerExtras was not working with the 'no dash' box
> unchecked, but today it doesn't seem to make a difference, so I have put
> it back to the default setting of unchecked.  This has not affected what
> works on Iplayer.
> 

In the BBCiPlayer plugin preferences you have excluded "DASH" as a
playable format - so checking / unchecking this box would have no
effect.

Since 1.3.x BBC have retired many of the formats and plugin has carried
over your old 1.3.* settings, you should change the BBCiPlayer plugin
preferences to reflect what is available today. I suggest for both

DASH > HLS > MP3 > FlashAAC

If problems continue, you may have some carry over issues from old
installation. I suggest stop LMS and delete cache

When testing only play from the BBCiPlayer menu - if you have favorites
setup to play BBC stuff etc - they must be updated to reflect changes in
1.5.*.



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

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


Re: [SlimDevices: Plugins] iPeng support thread

2017-01-18 Thread ralphy

usc95 wrote: 
> One of the guys from Vortexbox put together the software and a player he
> called VAMP based on squeezelite running on Fedora 16 (or 18?). 
> Unfortunately due to a hack or someother disruption over there at
> Vortexbox much of the instructions and the downloads were lost.  Someone
> tried to document the instructions on another site but unfortunately it
> looks like the download portion is still
> missing:http://www.homenetworkenabled.com/content.php?188-Logitech-SqueezeBox-replacement-for-under-30

You can find the vamp/squeezeplug images in the utility folder of my
'old mediafire download site'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds).  'This thread'
(http://forums.slimdevices.com/showthread.php?106249-Docksta-rSqueezeplug-image)
has the discussion as it's not iPeng related.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
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-01-18 Thread philippe_44

Can you try changing the volume from the iXXX device once and see if it
works after that?



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: YouTube Plugin (API v3)

2017-01-18 Thread philippe_44

fraho wrote: 
> With armv5te the bridge is crashing now every 30 seconds and no Airplay
> devices are listed as players, but at least I don't have to reboot
> neither the Syno nor LMS. Does "I screwed some builds" mean we could not
> go back to the version that worked except for youtube streams?
> 
> 21915

It crashes just after player detection, crap.

You can go back - it's just this new set of build on version 2.1.x there
is something I need to figure out with arm5 and it's a bit difficult as
I don't have a platform to test, but it's a compilation thing

Does the static version do the same?



LMS 7.7.5 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne,
JRiver 21, Chromecast Audio, Chromecast v1, Pi B2, Pi B+, 2xPi A+,
Odroid-C1, Cubie2

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2017-01-18 Thread Simon_rb

Hi all,

This is working for me as expected except I don't have volume control
from any of my AirPlay Bridge created players. I can change the volume
within LMS however the physical buttons do nothing.. What sort of log
would you need to help identify the issue? The skip forward, back and
pause all work :D

I have the latest Dev install.. 

Cheers guys..



Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
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] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread Man in a van

bpa wrote: 
> I don't listen to R2 do can you explain what t/m6 is ?  Was it on alarm
> ?
> 

Ah, sorry about that, nothing to be alarmed about :D (see what I did
there?).

It's just that for some strange reason (a left over from my working
days, I think)

I sometimes use Dutch expressions, which come readily to mind, instead
of English language.

Tot/met is up to and including u/i

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

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


Re: [SlimDevices: Plugins] Iplayer problem on Nas4free

2017-01-18 Thread moletteuk

thank you

I am using 2 touches, one boom and one SB radio.  All have the same
problem.

I downloaded the .pls file you attached, put it with my music files on
the server, and it plays no problem.

Other radio channels play fine via the 'radio' menu too.

Iplayer Settings see photos attached
Iplayer Extra Setting  'No Dash' box is now unchecked

Yesterday I thought IPlayerExtras was not working with the 'no dash' box
unchecked, but today it doesn't seem to make a difference, so I have put
it back to the default setting of unchecked.  This has not affected what
works on Iplayer.

Iplayer live stream works fine
Iplayer listen again does not work, it says can't find file.


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


moletteuk's Profile: http://forums.slimdevices.com/member.php?userid=50177
View this thread: http://forums.slimdevices.com/showthread.php?t=106819

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread bpa

castalla wrote: 
> Haven't changed anything ...
> 
> Log:  
> 
> [17-01-18 10:25:35.7723] Plugins::BBCiPlayer::DASH::__ANON__ (696)
> status 200 Long chunk fetch time 1055 ms
> [17-01-18 10:25:37.0601] Plugins::BBCiPlayer::DASH::__ANON__ (696)
> status 200 Long chunk fetch time 2362 ms
> [17-01-18 10:25:42.5505] Plugins::BBCiPlayer::DASH::__ANON__ (696)
> status 200 Long chunk fetch time 1187 ms
> [17-01-18 10:25:43.0129] Plugins::BBCiPlayer::DASH::__ANON__ (696)
> status 200 Long chunk fetch time 1782 ms
> [17-01-18 10:40:57.4485] Plugins::BBCiPlayer::DASH::__ANON__ (696)
> status 200 Long chunk fetch time 899 ms
> 
> These are from this morning when the stream played almost immediately.  
> There's nothing in log from about 01:40 when R5 took 12 secs to start
> playing.

Those are the reponse time from BBC/CDN to a request from plugin  -  so
that says there is a small netwrok issue outside your control  However
12 secs is 2 chunks so the above delay does not explain 12 secs starts -
perhaps there is a delay in getting either or both of the MPD and the
".dash"  - these are like a "pls" file.  You could turnon plugin
plugin.bbciplayer.dash logging to Debug and see if there are delays
there as well but again outside your control if there is.

Have you compared to Web based BBCiPlayer beta DASH player ?



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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread castalla

bpa wrote: 
> Any message in log file ?
> BBC DASH streaming engineer says they are getting lots of 404 from my
> plugins but I have yet to find user with one in the log ? 
> 
> I found a small bug which means in next rev BBC stream will have to
> start 15 secs earlier (defined in BBC MPD for station) than realtime
> (ie.. if time is now 9:00:00 - stream will try to play 8:59:45 )  -
> perhaps this is related. I don't recall 15 secs delay when I first
> tested DASH implementation - it may have changed.
> 
> That said - station play within 2-3 secs for me.  Have you tweaked any
> setting from default especially buffer threshold fullness it is really
> finicky - this setting really only matter for Windows.

Haven't changed anything ...

Log:  

[17-01-18 10:25:35.7723] Plugins::BBCiPlayer::DASH::__ANON__ (696)
status 200 Long chunk fetch time 1055 ms
[17-01-18 10:25:37.0601] Plugins::BBCiPlayer::DASH::__ANON__ (696)
status 200 Long chunk fetch time 2362 ms
[17-01-18 10:25:42.5505] Plugins::BBCiPlayer::DASH::__ANON__ (696)
status 200 Long chunk fetch time 1187 ms
[17-01-18 10:25:43.0129] Plugins::BBCiPlayer::DASH::__ANON__ (696)
status 200 Long chunk fetch time 1782 ms
[17-01-18 10:40:57.4485] Plugins::BBCiPlayer::DASH::__ANON__ (696)
status 200 Long chunk fetch time 899 ms

These are from this morning when the stream played almost immediately.  
There's nothing in log from about 01:40 when R5 took 12 secs to start
playing.



Touch, Logitech Radio, Logitech UE Radio, O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers; Rocki - Sony SRS-BTM8
speaker; Pioneer WX-SMA1 speaker;  - PURE One Flow internet radio: PURE
Jongo S3x ; Jongo T2; Libratone Zipp
Castbridge - Chromecast 1 + Chromecast Audio
AirplayBridge - Loewe Airspeaker
SB Player - Fire TV


castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread bpa

castalla wrote: 
> I've noticed that recently all BBC stations take seconds (upto 12 secs)
> to start.  Previously, they all fired up almost instantly.
> 
> No changes to setup (test iplayer using dash) other that LMS nightly
> updates.
Any message in log file ?
BBC DASH streaming engineer says they are getting lots of 404 from my
plugins but I have yet to find user with one in the log ? 

I found a small bug which means in next rev BBC stream will have to
start 15 secs earlier (defined in BBC MPD for station) than realtime
(ie.. if time is now 9:00:00 - stream will try to play 8:59:45 )  -
perhaps this is related. I don't recall 15 secs delay when I first
tested DASH implementation - it may have changed.



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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread bpa

Man in a van wrote: 
> I Radio2t/m6

I don't listen to R2 do can you explain what t/m6 is ?  Was it on alarm
?

I was involved a little bit when alarm clock was being developed and for
such a small feature it had loads of feedback and lots of grief for the
developers ("I nearly lost my job because alarm played disco which I
sleep thro ").
It was initially written when internet was "slower" and radio stream
typically 64kbps - lots of rebuffering and tried to take into account
lots of weird edge cases.(what happens if rebuffering takes more than 30
secs ? assume dead and play disco or wait in silence ?). There used to
be a case when an user cancel an alarm within 30 secs of playing - I
think alarm code assume station connection broke and station tries to
plays again - I'm wondering whether something like this is messing with
chunked http (alarm may have assumed a single http url per station) but
I don't want to venture into alarm code as any changes will bring grief.



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

___
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-01-18 Thread V_J

Hello,

I have a Revo Radiostation, which is to some extent a DLNA compliant
media player. I would like to have it access my music library on LMS
(7.7.5 - perhaps I should upgrade :confused: ).

1
To get UPNP/DLNA in its simple form, so that the Revo can access the
music (which should be transcoded from flac to mp3), is UPNPBridge the
right tool? Or should it work just with LMS, or do I need something else
such as Whitebear ? At the moment, the Revo sees the server and can
browse data but it does not see a single file (not even MP3 files).

2
If I want to integrate the Revo more with LMS, how can I find out if it
is supported? I'm not sure it is a 100% dlna compliant media renderer. 
It does not show up in the top right dropdown box... When I generate the
configuration file in upnpbridge, it also is not listed as a device in
the bottom half of the output. 

Thanks,


Jörg



V_J's Profile: http://forums.slimdevices.com/member.php?userid=66517
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] Spotify-connect-web

2017-01-18 Thread Simon_rb

This would be awesome if someone could write a plugin for LMS, I use
Apple Music so all my music is synced and was going to cancel my Spotify
as haven't use it in months. I would keep my subscription if this were
the case

Cheers



Simon_rb's Profile: http://forums.slimdevices.com/member.php?userid=56871
View this thread: http://forums.slimdevices.com/showthread.php?t=105968

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread Man in a van

castalla wrote: 
> I've noticed that recently all BBC stations take seconds (upto 12 secs)
> to start.  Previously, they all fired up almost instantly.
> 
> No changes to setup (test iplayer using dash) other that LMS nightly
> updates.


In the UK, using LMS v7.9 from Jan 5th, skipped through Radio2t/m6
without any delay in start up.

Maybe it's a mañana thing? :(:p

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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread slartibartfast

bpa wrote: 
> I've been playing R4 all afternoon with only an occasional long delay
> (e.g. 7 sec response time)  but no break until 17:23 when I got the 596
> error as follows
> > 
Code:

  >   > 
  > 17-01-17 17:23:11.5779] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980270] Status=596 Reason: Connection reset by peer 
Fetch time 58533 ms 
  > [17-01-17 17:27:19.0420] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980316] Status=595 Reason: No such device or address 
Fetch time 12000 ms 
  > [17-01-17 17:27:25.4603] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980317] Status=595 Reason: No such device or address 
Fetch time 12000 ms 
  > [17-01-17 17:27:31.0726] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980316] Status=595 Reason: No such device or address 
Fetch time 12000 ms 
  > [17-01-17 17:27:37.4880] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980317] Status=595 Reason: No such device or address 
Fetch time 12000 ms 
  > [17-01-17 17:27:43.1026] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980316] Status=595 Reason: No such device or address 
Fetch time 12000 ms 
  > [17-01-17 17:27:49.5165] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980317] Status=595 Reason: No such device or address 
Fetch time 12001 ms 
  > [17-01-17 17:27:55.1287] Plugins::BBCiPlayer::DASH::__ANON__ (739) Retrying 
after error fetching [231980316] Status=595 Reason: No such device or address 
Fetch time 12000 ms 
  > [17-01-17 17:27:56.0468] Plugins::BBCiPlayer::DASH::__ANON__ (402) HTTP 
status = 595 Reason: No such device or address
  > 

> >  
> 
> I think the 595 this corresponded with a break in internet connection
> and so radio stopped - as expected. Timeout periods are not quite what
> I expected. Radio must have receovered playing after 596 as the
> segment number 231980270 in the 596 error and the succeeding segment
> number in later errors are higher (231980316) - by expected amount
> (diff of 46 = about 5mins)

This morning Radio 2 played from 6.00am with no problems until 8.41 and
then 8.45, 8.48 and 8.50. 30 second interruption each time.


Code:

[17-01-18 08:45:32.7170] Plugins::BBCiPlayer::DASH::__ANON__ (706) error 
fetching [23190] Status=596 Reason: Connection timed out Fetch time 27 
ms 
  [17-01-18 08:49:10.0599] Plugins::BBCiPlayer::DASH::__ANON__ (706) error 
fetching [231988914] Status=596 Reason: Connection timed out Fetch time 27 
ms 
  [17-01-18 08:53:19.9208] Plugins::BBCiPlayer::DASH::__ANON__ (706) error 
fetching [231988953] Status=596 Reason: Connection timed out Fetch time 27 
ms 
  [17-01-18 08:55:40.5356] Plugins::BBCiPlayer::DASH::__ANON__ (706) error 
fetching [231988975] Status=596 Reason: Connection timed out Fetch time 27 
ms 
  



Always the same error message but different to yours.



slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


Re: [SlimDevices: Plugins] iPeng support thread

2017-01-18 Thread Rainer M Krug
usc95  writes:

> rkrug wrote: 
>> usc95  writes:
>> 
>> 
>> That sounds interesting (I have possibly Pogoplug E02 lying
>> around...). Any further info on your setup? OS? Which DAC? ...
>> 
>> Rainer
>> [color=blue]
>> 
>> > 
>
> One of the guys from Vortexbox put together the software and a player he
> called VAMP based on squeezelite running on Fedora 16 (or 18?). 
> Unfortunately due to a hack or someother disruption over there at
> Vortexbox much of the instructions and the downloads were lost.  Someone
> tried to document the instructions on another site but unfortunately it
> looks like the download portion is still
> missing:http://www.homenetworkenabled.com/content.php?188-Logitech-SqueezeBox-replacement-for-under-30

Yup - I saw the same thread and the missing download website.

>
> I use a DAC like this one: 
> https://www.amazon.com/SHINA-Converter-PCM2704-Optical-Coaxial/dp/B00P0LEWPS/ref=sr_1_4?ie=UTF8=1484689633=8-4=muse+dac

Ha - I have the same, but use it on a pi with pCP.

>
> My brother, the linux guru in the family, helped me put together my
> pogoplugs otherwise I wouldn't have been able to do it so my technical
> knowledge is pretty limited.  Hopefully the info provided here would
> help you.

Yes - thanks.

Rainer

>
>
> 
> usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
> View this thread: http://forums.slimdevices.com/showthread.php?t=51929
>
> ___
> plugins mailing list
> plugins@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/plugins

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982


signature.asc
Description: PGP signature
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-01-18 Thread castalla

bpa wrote: 
> OK.  To get HTTP 1.1/ with persistent TCP functionality I used a 3rd
> party module - it looks like I haven't told the module correctly to
> shutdown and there are still timers running.

I've noticed that recently all BBC stations take seconds (upto 12 secs)
to start.  Previously, they all fired up almost instantly.

No changes to setup (test iplayer using dash) other that LMS nightly
updates.



Touch, Logitech Radio, Logitech UE Radio, O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers; Rocki - Sony SRS-BTM8
speaker; Pioneer WX-SMA1 speaker;  - PURE One Flow internet radio: PURE
Jongo S3x ; Jongo T2; Libratone Zipp
Castbridge - Chromecast 1 + Chromecast Audio
AirplayBridge - Loewe Airspeaker
SB Player - Fire TV


castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


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

2017-01-18 Thread fraho

With armv5te the bridge is crashing now every 30 seconds and no Airplay
devices are listed as players, but at least I don't have to reboot
neither the Syno nor LMS. Does "I screwed some builds" mean I could not
go back to the version that worked except for youtube streams?

21915


+---+
|Filename: raopbridge.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21915|
+---+


fraho's Profile: http://forums.slimdevices.com/member.php?userid=66430
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