Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-05-06 Thread Paul Guijt

Is this information still valid? I tried it, with no effect. 

wt0 wrote: 
 I just realized that the intents I use for the widget, notification
 controls, and Android Wear could be used with Tasker.
 
 These intents are for the republished app Squeeze Ctrl. If you are using
 the the previous app Squeeze Control, change squeezectrl to sqzctrl.
 
 Create a Send Intent Tasker with these parameters:
 
 Action: one of the intents below
 Package: com.angrygoat.android.squeezectrl
 Target: Broadcast Receiver
 
 Rew, Play/Pause, Fwd:
  
Code:

  com.angrygoat.android.squeezectrl.REMOTE_REW
   com.angrygoat.android.squeezectrl.REMOTE_PLAY
   com.angrygoat.android.squeezectrl.REMOTE_FWD

  
 
 Volume up/down:
  
Code:

  com.angrygoat.android.squeezectrl.REMOTE_VOLDN
   com.angrygoat.android.squeezectrl.REMOTE_VOLUP

  
 
 Exit the app:
  
Code:

  com.angrygoat.android.squeezectrl.REMOTE_CLOSE

  
 
 The following only work with the last version of Squeeze Control
 (1.6.2):
 
 Toggle Player Power:
  
Code:

  com.angrygoat.android.squeezectrl.REMOTE_POWER

  
 
 Select Player:
  
Code:

  com.angrygoat.android.squeezectrl.REMOTE_PLAYER_SELECT
   
   Put this in the first Extra field:
   playerId:MAC address of player
   
   If the player is on a different server, put this in the second Extra field:
   server:IP address of the server

  
 
 The following only work with Squeeze Ctrl:
 
 Connect and Disconnect from the server:
  
Code:

  com.angrygoat.android.squeezectrl.REMOTE_CONNECT
   com.angrygoat.android.squeezectrl.REMOTE_DISCONNECT

 



Paul Guijt's Profile: http://forums.slimdevices.com/member.php?userid=36711
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

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


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

2015-05-06 Thread mkkyah

Hi flysurfer,
Is there any news for the Kodi Helix (U3) release soon? I'm also
checking Hardkernel forum, but it seems that we are still stucked with
13.2. 
BTW 13.2 is still working well, I'm just hoping for fixes of minor
problems.



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

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


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

2015-05-06 Thread bonze

PaulinPosset wrote: 
 If you would be so kind as to publish the original .pm files (or
 relevant section) with the changes to be made highlighted in red and the
 revised text to be inserted, that would make it a lot easier to identify
 what needs to be altered. :)If I knew how to highlight I would post the 
 additional lines. :)



LMS Version: 7.9
TranquilPC T2-WHS-A3 - WHS 2011
2x Touch, 3x SB3

bonze's Profile: http://forums.slimdevices.com/member.php?userid=6150
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] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-05-06 Thread wt0

Paul Guijt wrote: 
 Is this information still valid? I tried it, with no effect.

Yes they are still valid.  They pretty much have to be, since both the
widget and the notification controls use most of them.

Are you are using the old version (1.6.2)?  If so change squeezectrl to
sqzctrl.



--
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com

wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

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


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

2015-05-06 Thread PasTim

bonze wrote: 
 If I knew how to highlight I would post the additional lines. :)

try this 

In square brackets put color=red, and /color after.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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: BBCiPlayer Plugin (UK only)

2015-05-06 Thread bonze

Thanks :)

So changes for HLS.pm are highlighted below: 


Code:


if ($line =~ /#EXT-X-STREAM-INF:(.*)/) {
foreach my $params (split(/,/, $1)) {
if ($params =~ /BANDWIDTH=(\d+)/) {
$is_debug  $log-debug(bandwidth: 
$1);
my $stream = 
${*$self}{'song'}-streamUrl;
my $track  = 
Slim::Schema::RemoteTrack-fetch($stream);
$track-bitrate($1);
my $songTrack = 
${*$self}{'song'}-track; 

Slim::Music::Info::setBitrate($songTrack, $1);   
} elsif ($params =~ /CODECS=(.*)/) {
my $codec = $codecIds-{$1};
if ($codec) {
$is_debug  
$log-debug(codecs: $1 $codec);

${*$self}{'song'}-pluginData('codec', $codec);
}
}
  




LMS Version: 7.9
TranquilPC T2-WHS-A3 - WHS 2011
2x Touch, 3x SB3

bonze's Profile: http://forums.slimdevices.com/member.php?userid=6150
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] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-05-06 Thread flysurfer

If you update to the latest Max2Play-BETA on Settings/Reboot-Tab you can
now activate the wolfson audio-card in the Raspberry PI Settings
Addon. After activating and rebooting the device you can choose the
audiocard on the audioplayer-tab in advanced settings of Squeezelite.
This will be released into to Live-Version next week (doing some more
testing).

@Bruinboy: that ping works... well, maybe your password to access your
Mac has some special chars that cause problems. Could you please paste
the content of the Debug information below the form on the Filesystem
Mount tab?



2 x Max2Play on ODROID U2/U3 with LMS, Squeezelite, Shairport, XBMC
1 x Squeezebox Receiver
1 x Denon 1713 AVR + Nubert 5.1 System
iPeng

Max2Play Webinterface and SD-Image: http://www.max2play.com/
Max2Play Shop: http://shop.max2play.com/

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

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


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

2015-05-06 Thread PaulinPosset

mrw wrote: 
 I think I must have inadvertently frightened the horses. :(
 
 Player (i.e Touch, Classic, Controller, Squeezeplay) track context menus
 under 'more info' is where the bitrate  stream type shows up. The web
 interface gives the expected result, so must be sourcing the data
 elsewhere. I very rarely use the web interface.
 
 They are ordinary patches, and I'm not clear what your difficulties
 were, but of course there are many different ways of doing things. On
 Debian (and presumably Ubuntu) the patch manual page ('man patch' at the
 command line) gives:
  
Code:

  
   NAME
   patch - apply a diff file to an original
   
   SYNOPSIS
   patch [options] [originalfile [patchfile]]
   
   but usually just
   
   patch -pnum patchfile
   ...
   

  
 
 The latter form is good to remember, because many patches refer to
 multiple files.
 
 I have no idea how one would go about it on Windows, or a NAS type
 device. Perhaps a manual edit of the relevant files ? I'm not sure
 that I would bother unless there was no forthcoming plugin update. I
 wouldn't categorize patch application as a 'non-techie' task.
 
 I'll be trying utgg's livetext patch, which I would not have found
 without your thread.

Semi-techie Windows user here!

The way I've been installing all the patches so far is to modify the .pm
file using Wordpad. It's usually explicit what and where the changes
need to be made. I managed to alter the BBCXMLparser .pm file this way
and I think it works Ok, certainly didn't stop the app running. However
my attempts to modify the HLS.pm met with failure as I was unsure what
text had to be replaced, where, and with what, the end result being that
the app wouldn't work at all.

If you would be so kind as to publish the original .pm files (or
relevant section) with the changes to be made highlighted in red and the
revised text to be inserted, that would make it a lot easier to identify
what needs to be altered. :)

Many thanks!



PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
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: BBCiPlayer Plugin (UK only)

2015-05-06 Thread utgg

PaulinPosset wrote: 
 Semi-techie Windows user here!
 
 The way I've been installing all the patches so far is to modify the .pm
 file using Wordpad. It's usually explicit what and where the changes
 need to be made. I managed to alter the BBCXMLparser .pm file this way
 and I think it works Ok, certainly didn't stop the app running. However
 my attempts to modify the HLS.pm met with failure as I was unsure what
 text had to be replaced, where, and with what, the end result being that
 the app wouldn't work at all.
 
 If you would be so kind as to publish the original .pm files (or
 relevant section) with the changes to be made highlighted in red and the
 revised text to be inserted, that would make it a lot easier to identify
 what needs to be altered. :)
 
 Many thanks!

A small tip: the patch file tells you the line number where the edit
starts, e.g. in the one for HLS.pm, the following says the patch starts
at line 128, and that 6 original lines become the given 24 lines:

Code:


  @@ -128,6 +128,24 @@
  


Those starting with + are the new ones (i.e. the ones you want
highlighted in red).



utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900
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] Conflict between 'BBC iPlayer' plugun and 'Dynamic Mix' plugin causing rebuffering

2015-05-06 Thread NeilT

Thanks Phil, I spend roughly the same amount of time listening to BBC
iPlayer and DynamicMix generated playlists, so it's a big problem for
me.

Buffering this morning is much less, but just happened again, with a
different error showing in the log


Code:

; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xc786b94)
  [15-05-06 07:05:00.8491] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xc85eaf4)
  [15-05-06 07:05:00.8560] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xc85eaf4)
  [15-05-06 07:05:00.8618] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xc85eaf4)
  [15-05-06 07:05:00.8627] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xc85eaf4)
  [15-05-06 07:05:00.8634] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xc85eaf4)
  [15-05-06 07:05:00.8647] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.
  ; fh=Slim::Web::HTTP::ClientConn=GLOB(0xc85eaf4)
  [15-05-06 07:05:00.8657] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Web::HTTP::sendStreamingResponse: illegal file 
descriptor or filehandle (either no attached file descriptor or illegal value): 
 at /C:\PROGRA~2\SQUEEZ~1\server\SqueezeSvr.exeSlim/Networking/IO/Select.pm 
line 150.



This error also appears singly when the stream is not interrupted, so it
looks like the stream only pauses when multiple errors pile up.

Neil



NeilT's Profile: http://forums.slimdevices.com/member.php?userid=24306
View this thread: http://forums.slimdevices.com/showthread.php?t=103590

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


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

2015-05-06 Thread PasTim

mrw wrote: 
 I think I must have inadvertently frightened the horses. :(
Nay, thrice Neigh :)

 Player (i.e Touch, Classic, Controller, Squeezeplay) track context menus
 under 'more info' is where the bitrate  stream type shows up. The web
 interface gives the expected result, so must be sourcing the data
 elsewhere. I very rarely use the web interface.
 
 They are ordinary patches, and I'm not clear what your difficulties
 were, but of course there are many different ways of doing things. On
 Debian (and presumably Ubuntu) the patch manual page ('man patch' at the
 command line) gives:
  
Code:

  
   NAME
   patch - apply a diff file to an original
   
   SYNOPSIS
   patch [options] [originalfile [patchfile]]
   
   but usually just
   
   patch -pnum patchfile
   ...
   

  
 
 The latter form is good to remember, because many patches refer to
 multiple files.
 
 I have no idea how one would go about it on Windows, or a NAS type
 device. Perhaps a manual edit of the relevant files ? I'm not sure
 that I would bother unless there was no forthcoming plugin update. I
 wouldn't categorize patch application as a 'non-techie' task.
 
 I'll be trying utgg's livetext patch, which I would not have found
 without your thread.
Thanks.  When I read the original post I didn't understand the relevance
of the '' and somehow assumed it was part of the patch file name rather
than part of the command information.

I will add some information to the 'alternative fix' guide.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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: BBCiPlayer Plugin (UK only)

2015-05-06 Thread PasTim

Owen Smith wrote: 
 Both patches clearly state in the comments they are about jive/ip3k
 players. Eg. Receiver, Boom, Classic, or Transporter are ip3k cpu based.
As I said, not in any language I understand - I've never heard of jive
or ip3k :)



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
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: BBCiPlayer Plugin (UK only)

2015-05-06 Thread bpa

PasTim wrote: 
 I will add some information to the 'alternative fix' guide.

You need to edit the latest addition - as I read it the patch also fixes
the problem for controllers such as Squeezeplay, Jiveplay, Touch, 
Radio and Controller which are all jive/ Squeezeplay based.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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: squeeze2upnp, a bridge between LMS and uPNP devices

2015-05-06 Thread PasTim

philippe_44 wrote: 
 okay ... I've done an *EXPERIMENTAL* version of a plugin to make
 squeeze2upnp easy to use. You need to add the following repo  
Code:

  http://dl.dropboxusercontent.com/u/26754471/squeezecenter/repo.xml

  
 
 Please, be very careful as this is at the same time my first perl
 experience and obviously my first LMS experience so lot of this might
 not be working well. At this point, only the Windows Vista+, Linux-x86
 and Linux-x86 64 bits are available. No OSX, no ARM
 
 READ THE INFO BUBBLE FOR EACH PARAMETER
 
 ... and ...
 
 don't throw tomatoes
 
 PS: many thanks to Triode whose plugin was, again, the source of this
 work
 
 [edit]: it seems that, under Windows, the executable must at least be
 started manually once and only once for all (unless there is an ann
 upgrade) so that Windows let is access the network to open the web
 server it needs. I will solve that, but meanwile, go into  
Code:

  C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\uPnPBridge\Bin

   and launch the exe (double click). Windows will prompt for
 authorization, accept for local file, that's it. I'll see how to avoid
 that. Wait 20 seconds and close it - pricise timing does not matter
 
 Also, if the log circle on socket error it means you have tried to
 stop and restart many ties and too quickly the bridge and one instance
 is still running. Go to TaskManager, see the task for ALL users, find
 the one named SQUEEsomething and kill it
Great work!

I'm up and running.  I've compared the config generated with my own and
the only difference is that I specified a upnp socket explicitly because
of firewall issues.  I can do that with the additional option so all
should be well there.

Plugin updates coming so fast I can't keep up! 

If you don't hear from me it means all is well :)



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

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


Re: [SlimDevices: Plugins] BBCiPlayer Plugins - an alternative quick fix guide

2015-05-06 Thread PasTim

Some players (Touch, Classic, Controller, Squeezeplay) do not display
the bit rate or codec correctly. If this is important to you, see post
#3 on this thread.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

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

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


Re: [SlimDevices: Plugins] Conflict between 'BBC iPlayer' plugun and 'Dynamic Mix' plugin causing rebuffering

2015-05-06 Thread bpa

I don't know Dynamic Mix Cab you enable logging to DEBUG for the plugin
and then start playing a BBCiPlayer stream.

This may show whether Dynamic Mix is actively messing with BBCiPlayer
playing or whether it is unintentionally breaking the BBCiPlayer (e.g.
deleting Timers) - this may help in determining where best to solve the
problem.



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

___
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

2015-05-06 Thread PasTim

One question.  How do I specify additional options?  I tried using the
original xml syntax (upnp_socket192.168.1.10:49153/upnp_socket) and
that doesn't seem to have worked.

If you need help with the user guide (if you think you want to continue
to maintain it), let me know.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

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


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

2015-05-06 Thread mrw

On the tip front, a couple more:

To undo a patch just applied, insert the 'reverse' option, --R-.

Code:


  patch -R ... rest of original patch line
  


This helpful if the patch fails in full or in part for some reason
(rejects).

On the standard Debian installation, the plugin directories and files
have owner -squeezeboxserver- and group -nogroup-. (Check this with -ls
-l- before you patch.)
As you will probably be patching with the -sudo- command, you might do:

Code:


  sudo -u squeezeboxserver -g nogroup patch  ... rest of patch line
  


This will ensure that any new directories and files are created with the
correct user/group ownership, rather than being owned by the root user.
In the latter case, subsequent plugin uninstallation may fail because
LMS would not be able to purge any files owned by -root-.



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
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] BBC iPlayer rebuffering

2015-05-06 Thread whitman

Neil, no, I don't have Dynamic Mix installed, but I do have Dynamic
Playlists.



whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=103481

___
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

2015-05-06 Thread PaulinPosset

philippe_44 wrote: 
 okay ... I've done an *EXPERIMENTAL* version of a plugin to make
 squeeze2upnp easy to use. You need to add the following repo  
Code:

  http://dl.dropboxusercontent.com/u/26754471/squeezecenter/repo.xml

  
 
 Please, be very careful as this is at the same time my first perl
 experience and obviously my first LMS experience so lot of this might
 not be working well. At this point, only the Windows Vista+, Linux-x86
 and Linux-x86 64 bits are available. No OSX, no ARM
 
 READ THE INFO BUBBLE FOR EACH PARAMETER
 
 ... and ...
 
 don't throw tomatoes
 
 PS: many thanks to Triode whose plugin was, again, the source of this
 work
 
 [edit]: it seems that, under Windows, the executable must at least be
 started manually once and only once for all (unless there is an ann
 upgrade) so that Windows let is access the network to open the web
 server it needs. I will solve that, but meanwile, go into  
Code:

  C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\uPnPBridge\Bin

   and launch the exe (double click). Windows will prompt for
 authorization, accept for local file, that's it. I'll see how to avoid
 that. Wait 20 seconds and close it - pricise timing does not matter
 
 Also, if the log circle on socket error it means you have tried to
 stop and restart many ties and too quickly the bridge and one instance
 is still running. Go to TaskManager, see the task for ALL users, find
 the one named SQUEEsomething and kill it


Hi Philippe

This may be peculiar to my system but when I added your repo address the
plug-in downloaded correctly (all files in the installed plugin folder)
but the web browser kept asking to re-start the server and after the
re-start the plug-in was not listed, so tried another re-start and the
cycle repeated itself. I tried several times but gave up  and removed
the repo address from the additional repositories but lo and behold,
after a re-start the plug-in was listed and I could navigate to the
settings page.  Set up is Win 7 with LMS 7.9. I'm currently not at home
so don't have a uPnP player handy to test but is it possible to copy
over the config file I'm already using into the bin folder or do I have
to reset through the LMS config settings?



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


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

2015-05-06 Thread ian_heys

Sorry to say I'm having some instability problems too.

I have three servers:

Desktop1 Ubuntu 14.04/LMS 7.7.6 -
Desktop2 Windows 7/LMS 7.9.0
Micro (Headless) Wandboard/LMS 7.8.1

I was going to give you a status on each of these but now getting:

Bad repository
http://dl.dropboxusercontent.com/u/26754471/squeezecenter/repo.xml -
Redirection limit exceeded

...so cannot re-install. 

All these already have Triode's Local Player installed. Is there any
possibility that this plugin may interact with sq2upnp?



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


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

2015-05-06 Thread castalla

ian_heys wrote: 
 Sorry to say I'm having some instability problems too.
 
 
 Micro (Headless) Wandboard/LMS 7.8.1
 
 

isn't this an arm cpu ?



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
Squeeze2upnp - Sonos Play1  Vistron internet radio (Reciva)
Pure One Flow

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


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

2015-05-06 Thread PasTim

ian_heys wrote: 
 Sorry to say I'm having some instability problems too.
 
 I have three servers:
 
 Desktop1 Ubuntu 14.04/LMS 7.7.6 -
 Desktop2 Windows 7/LMS 7.9.0
 Micro (Headless) Wandboard/LMS 7.8.1
 
 I was going to give you a status on each of these but now getting:
 
 Bad repository
 http://dl.dropboxusercontent.com/u/26754471/squeezecenter/repo.xml -
 Redirection limit exceeded
 
 ...so cannot re-install. 
 
 All these already have Triode's Local Player installed. Is there any
 possibility that this plugin may interact with sq2upnp?
Odd.  I'm on xubuntu, with Local Player, and have no such problems.  The
only strange thing is that it seems to want to update very frequently.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

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


Re: [SlimDevices: Plugins] BBC iPlayer rebuffering

2015-05-06 Thread Giza2020

Do you have uPNP installed? Anything (like a smart TV) trying to access
the server and slowing it down? (my pi had this issue)



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

___
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

2015-05-06 Thread ian_heys

castalla wrote: 
 isn't this an arm cpu ?

armv7l-linux (according to lms info page) - Should have read philipe's
notes. Thanks



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


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

2015-05-06 Thread ian_heys

philippe_44 wrote: 
 I have no idea about the redirection problem
 

Think that was my fault. I was administering everything from the same
web browser, and once it got the bad re-direction on the armvhf option
it kept it cached until I restarted the browser.



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


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

2015-05-06 Thread philippe_44

ian_heys wrote: 
 Think that was my fault. I was administering everything from the same
 web browser, and once it got the bad re-direction on the armvhf option
 it kept it cached until I restarted the browser.

Ok - there is no special difficulty with the arm version,  I have some
file permission issues that I need to solve when I'm building the repo
zip but no more than that


Envoyé de mon iPad en utilisant Tapatalk



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread philippe_44

There should not be interaction with Triode's Local player, I checked
that, I have it on my test setup. I have no idea about the redirection
problem but I will investigate that - thanks for testing


Envoyé de mon iPad en utilisant Tapatalk



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread ian_heys

[edit]: it seems that, under Windows, the executable must at least be
started manually once and only once for all (unless there is an ann
upgrade) so that Windows let is access the network to open the web
server it needs. t

Is it intended that the Windows process will not run in the foreground.
Being a bit of a compulsive open window closer I find myself
unintentionally stopping sq2upnp from time to time.



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


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

2015-05-06 Thread philippe_44

ian_heys wrote: 
 Is it intended that the Windows process will not run in the foreground.
 Being a bit of a compulsive open window closer I find myself
 unintentionally stopping sq2upnp from time to time.

Yes, now it is a background process 


Envoyé de mon iPad en utilisant Tapatalk



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread ralphy

PaulinPosset wrote: 
 Semi-techie Windows user here!
 
 The way I've been installing all the patches so far is to modify the .pm
 file using Wordpad. It's usually explicit what and where the changes
 need to be made. I managed to alter the BBCXMLparser .pm file this way
 and I think it works Ok, certainly didn't stop the app running. However
 my attempts to modify the HLS.pm met with failure as I was unsure what
 text had to be replaced, where, and with what, the end result being that
 the app wouldn't work at all.
 
 If you would be so kind as to publish the original .pm files (or
 relevant section) with the changes to be made highlighted in red and the
 revised text to be inserted, that would make it a lot easier to identify
 what needs to be altered. :)
 
 Many thanks!

You could also download a windows version of patch from
http://gnuwin32.sourceforge.net/packages/patch.htm

Use the Setup link to the right of the text 'Complete package, except
sources'



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donationsbusiness=LL5P6365KQEXNlc=CAitem_name=Squeezebox%20client%20buildscurrency_code=USDbn=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=53229

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


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

2015-05-06 Thread PaulinPosset

ralphy wrote: 
 You could also download a windows version of patch from
 http://gnuwin32.sourceforge.net/packages/patch.htm
 
 Use the Setup link to the right of the text 'Complete package, except
 sources'

I had a look at that last night and it certainly frightened the horses
so decided to stick with editing the .pm files!

Thanks for the heads-up and I'll have another look and a thanks to Bonze
for the clarification of the changed code.



PaulinPosset's Profile: http://forums.slimdevices.com/member.php?userid=63060
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: squeeze2upnp, a bridge between LMS and uPNP devices

2015-05-06 Thread PasTim

philippe_44 wrote: 
 For that option you can use the command line options that is available
 just at the top of the config screen. You can also still edit manually
 the xml file, I've added the path so that it is easy to find
 
 On a different note I've seen that on windows the app sometimes does not
 close properly as I'm trying so nicely tear down all players before exit
 so I think I am going to add a 30s before doing a brutal exit.
 
 I will send you the manual and if you want, there is also all the text
 and bubble strings of the plugin that are probably very frenglish
 
 
 Envoyé de mon iPad en utilisant Tapatalk
As I think I said I tried adding the option in full xml syntax
(upnp_socket192.168.1.10:49153/upnp_socket) to the 'Additional'
options' line but nothing happens.  The config file does not contain the
option I set.

I also almost always keep getting an indication that the plugin is out
of date.  Are you updating it every 15 minutes?



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp to MF M1 CLiC (to MF amp  ESLs) 
Marantz CR603 UPnP renderers.  Minimserver (server)  upplay (control
point) to same renderers  to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 14.04
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, and a spare, but don't use.

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


Re: [SlimDevices: Plugins] BBC iPlayer rebuffering

2015-05-06 Thread Giza2020

Upnp is universal plug n play..it's a network protocol that allows
things to talk to each other and share things. 
My tv is a connected tv which has upnp sp it was trying to talk and sync
up with my pi lms server and it overloaded it. 

There is a chance you could have one or many upnp connections set to
default 'on' so it's worth turning it off in the lms server especially
if (as it sounds) you have zero need for it. 

Go to plug ins and turn off the upnp plug in.



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

___
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

2015-05-06 Thread djfake

https://github.com/philippe44/LMS-to-uPnP
Download zip
v 0.2.1.0



---
www.itjerk.com
www.progressiverock.com

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


Re: [SlimDevices: Plugins] Conflict between 'BBC iPlayer' plugun and 'Dynamic Mix' plugin causing rebuffering

2015-05-06 Thread bpa

In the WebUI Settings/Advanced/Logging set plugin.dynamicplaylist to
DEBUG and then click Apply.

1. Note start time
2. Play a BBC stream until you have a problem and say wait 10 secs. 
3. Clear the BBC stream from playlist and note end time.
4. Using WebUI Settings/Info look at the server log file and copy all
messages between noted start time and end time into a text file, zip
text file and attach to a post



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

___
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

2015-05-06 Thread djfake

after playing 1:00, it goes back and starts playing again; endless loop
of 1 minute of music!
Any solutions?



---
www.itjerk.com
www.progressiverock.com

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


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

2015-05-06 Thread philippe_44

philippe_44 wrote: 
 for the version update problem, I inadvertently left a install.xml
 file in the zip that contains an old version. I'll do the whole update
 later today

I've corrected the problem and also changed the repo link so that you
are not annoyed by all the changes I'm making


Code:


  http://dl.dropboxusercontent.com/u/26754471/squeezecenter/dev/repo.xml
  




LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread philippe_44

djfake wrote: 
 after playing 1:00, it goes back and starts playing again; endless loop
 of 1 minute of music!
 Any solutions?

Where are you pulling the version from ? I've made a lot of updates
recently, including a plugin for easier installation, so things might be
a bit in the flux



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


Re: [SlimDevices: Plugins] BBC iPlayer rebuffering

2015-05-06 Thread whitman

Giza, I don't know what an uPNP is, so I can't imagine I have one. And
there's nothing else trying to get on the network at the times of my
rebuffering events.

Neil, I checked the Logitech Media Server Log File, and no error
messages, and nothing else at the time of this evening's rebuferring
events. All I see for this evening were two logs around the time I
switched on to listen to a R2 Listen Again show via BBC iPlayer Extras
...

[15-05-06 18:43:58.8485]
Plugins::BBCiPlayerExtra::ExtraPlayableParser::parse (146) Extra
Playable playlist URL 
=http://www.bbc.co.uk/programmes/b05t2dj9/playlist.json
[15-05-06 19:02:27.7371]
Plugins::BBCiPlayerExtra::ExtraPlayableParser::parse (146) Extra
Playable playlist URL 
=http://www.bbc.co.uk/programmes/b05ss73q/playlist.json

The rebufferings began to happen about 20 minutes after that second log
there, around 7:15, and then regularly from about 7:25. I gave up
shortly after that.



whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=103481

___
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

2015-05-06 Thread philippe_44

for the version update problem, I inadvertently left a install.xml
file in the zip that contains an old version. I'll do the whole update
later today



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread flysurfer

@bruinboy: please try to use a password without any special chars and
try to connect with the same credentials from an other computer in your
network (if you use windows, mount the network path and substitute the
/ with a \). Maybe you get more information what might be wrong by
doing this. If you copy/pasted the debug info there is a space/delimiter
missing after the path and the name MacMini should only be there if
this is the name of the share. Hope this helps...



2 x Max2Play on ODROID U2/U3 with LMS, Squeezelite, Shairport, XBMC
1 x Squeezebox Receiver
1 x Denon 1713 AVR + Nubert 5.1 System
iPeng

Max2Play Webinterface and SD-Image: http://www.max2play.com/
Max2Play Shop: http://shop.max2play.com/

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

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


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

2015-05-06 Thread philippe_44

PasTim wrote: 
 As I think I said I tried adding the option in full xml syntax
 (upnp_socket192.168.1.10:49153/upnp_socket) to the 'Additional'
 options' line but nothing happens.  The config file does not contain the
 option I set.
 
 I also almost always keep getting an indication that the plugin is out
 of date.  Are you updating it every 15 minutes?

oh, I see the confusion: the additional option are command line
options, the one you get when you launch squeeze2upnp -h. For the out
of date problem, I have it as well now so I have to understand why ...
as I'm not pushing an update every 15 min :)



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread philippe_44

ian_heys wrote: 
 I've decide to test only Windows 7/LMS 7.9.0 for the moment as it was
 getting confusing.
 
 At the moment when I select the upnp/DLNS bridge in your repo it is
 installing version 0.2.1 and immediately advising me that 0.2.2 is
 available. This version refuses to install when I check the box and
 restart the server but remains as an unchecked available upgrade at the
 top of the list. I've tried manually restarting the LMS server and a
 different browser.
 
 Further, if I click the settings tab in the plug-in list the page does
 not appear and eventually times out.
 
 My device (Revo SuperConnect) appears to be installed but won't play as
 it needs to be configured.
 
 Seperate Question
 
 In Ubuntu I was having difficulty with Triode's Local Player (before
 today) and eventually removed it. I then installed the squeezelite
 binary, removed alsa and configured squeezelite to work with pulse
 audio. Do you think this would be a problem for a linux installation?
 
 Sorry if questions are basic or off target.

Not at all !

For the conflict with squeezelite, I don't think there is one, at least
I tested that on Windows, but I'll run some test with Linux as well.
For the versionning problem, I'm confused as well and I'm investigating
that right now



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread bruinboy

Debug info:

//10.0.1.198/MacMini/Music/mnt/Music cifs
user=MacMini,password=x,sec=ntlm,iocharset=utf8


Thanks for the ongoing help.

scott



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

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


Re: [SlimDevices: Plugins] Conflict between 'BBC iPlayer' plugun and 'Dynamic Mix' plugin causing rebuffering

2015-05-06 Thread NeilT

I can try enabling logging to DEBUG, if you can tell me how.



NeilT's Profile: http://forums.slimdevices.com/member.php?userid=24306
View this thread: http://forums.slimdevices.com/showthread.php?t=103590

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


Re: [SlimDevices: Plugins] BBC iPlayer rebuffering

2015-05-06 Thread NeilT

I think the only link between DynamicMix and Dynamic Playlists is
'Dynamic' in the name, but I did end up uninstalling both. If you go to
the Server settings page and click on the link to Logitech Media Server
Log File do you see any error messages?



NeilT's Profile: http://forums.slimdevices.com/member.php?userid=24306
View this thread: http://forums.slimdevices.com/showthread.php?t=103481

___
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

2015-05-06 Thread djfake

philippe_44 wrote: 
 Can you post a log ? you were running 0.2.0.1 previously, correct ?

17980


+---+
|Filename: sq2u.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17980|
+---+


---
www.itjerk.com
www.progressiverock.com

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


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

2015-05-06 Thread philippe_44

djfake wrote: 
 https://github.com/philippe44/LMS-to-uPnP
 Download zip
 v 0.2.1.0

Can you post a log ? you were running 0.2.0.1 previously, correct ?



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


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

2015-05-06 Thread ian_heys

I've decide to test only Windows 7/LMS 7.9.0 for the moment as it was
getting confusing.

At the moment when I select the upnp/DLNS bridge in your repo it is
installing version 0.2.1 and immediately advising me that 0.2.2 is
available. This version refuses to install when I check the box and
restart the server but remains as an unchecked available upgrade at the
top of the list. I've tried manually restarting the LMS server and a
different browser.

Further, if I click the settings tab in the plug-in list the page does
not appear and eventually times out.

My device (Revo SuperConnect) appears to be installed but won't play as
it needs to be configured.

Seperate Question

In Ubuntu I was having difficulty with Triode's Local Player (before
today) and eventually removed it. I then installed the squeezelite
binary, removed alsa and configured squeezelite to work with pulse
audio. Do you think this would be a problem for a linux installation?

Sorry if questions are basic or off target.



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


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

2015-05-06 Thread philippe_44

PasTim wrote: 
 One question.  How do I specify additional options?  I tried using the
 original xml syntax (upnp_socket192.168.1.10:49153/upnp_socket) and
 that doesn't seem to have worked.
 
 If you need help with the user guide (if you think you want to continue
 to maintain it), let me know.

For that option you can use the command line options that is available
just at the top of the config screen. You can also still edit manually
the xml file, I've added the path so that it is easy to find

On a different note I've seen that on windows the app sometimes does not
close properly as I'm trying so nicely tear down all players before exit
so I think I am going to add a 30s before doing a brutal exit.

I will send you the manual and if you want, there is also all the text
and bubble strings of the plugin that are probably very frenglish


Envoyé de mon iPad en utilisant Tapatalk



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2015-05-06 Thread Nojelc

I have been using SqueezePlay to play Spotify without problem for years,
now I get Bad Player Error 5
The only change is that I am now in Norway, previously in UK, but cannot
see that should make a difference, I have used Spotify a lot in Norway
in the past and it works on my SB Radio no problem.

Any clues anyone?



Nojelc's Profile: http://forums.slimdevices.com/member.php?userid=14353
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

___
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

2015-05-06 Thread philippe_44

djfake wrote: 
 17980

I think the beep does not support the uPnP feature nextURI that allows
sending the request for the next track while the current one is playing.
You have to set accept_nexturi to 0 in the config.xml.



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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