Re: [SlimDevices: Plugins] Fix to BBC Radio Applet Listen Again

2015-03-11 Thread Frank Duck

Please excuse ignorance-I only dive into this stuff when need be, and
since the Triode app has died for Play Again stuff on BBC-I'm now
obliged to try something.  Part of bpa's fix starts with Make sure you
can ssh login into Radio...  In plain English, what does that mean,
especially ssh?  
Then, are these changes to the underlying code in the BBC applet and is
this code accessible through a browser or do you do some thing else? 
Obviously I don't make my living in the bowels of this software!

Frank in Vancouver



Frank Duck's Profile: http://forums.slimdevices.com/member.php?userid=29525
View this thread: http://forums.slimdevices.com/showthread.php?t=103293

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2015-03-11 Thread phred

tcutting wrote: 
 I've been monitoring my wunderground query stats since the change. I've
 changed my refresh down to 5 minutes (was 10), and my total calls/day
 are about right - I'm seeing about 214 (a little short of the 288/day),
 and the maximum calls/minute have gone down from 2 to 1, as expected.
Yes, I confirm.  Max calls are down to one.  Total calls per day for the
last two days were 236 and 232.  Also short of the projected 288, but
certainly not a big deal.  With an every five minute refresh rate, I'm
quite happy with the way things are working.



phred's Profile: http://forums.slimdevices.com/member.php?userid=52602
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Fix to BBC Radio Applet Listen Again

2015-03-11 Thread bpa

Frank Duck wrote: 
 Please excuse ignorance-I only dive into this stuff when need be, and
 since the Triode app has died for Play Again stuff on BBC-I'm now
 obliged to try something.  Part of bpa's fix starts with Make sure you
 can ssh login into Radio...  In plain English, what does that mean,
 especially ssh?  
 Then, are these changes to the underlying code in the BBC applet and is
 this code accessible through a browser or do you do some thing else? 
 Obviously I don't make my living in the bowels of this software!

The patch is change to the Applet code that runs inside Radio / Touch.
The BBC change their URLs and this patch allows Radio.Touch to find the
Flash URL again.  Unfortunately BBC are committed to turning off the
Flash URL at some time in the near future so this patch is buying time.

The patch was provided as quick fix and feedback was needed to see if it
works.  The hope is that a new version update to the Applet would be
made if Triode does not come back online.

ssh is a secure way to log into the Radio and Touch.  scp is a
secure way to copy files between say PC and Radio./Touch.

ssh and scp are available on Linxu systems.

If your PC is Windows you will need pscp part of putty package  (see  
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html  and
http://the.earth.li/~sgtatham/putty/0.64/htmldoc/Chapter5.html#pscp) 

To enable ssh on Radio / Touch - on Radio / Touch go to Settings /
Advanced / Remote Login and enable the Enable SSH  check box.  Device
will then tell you the IP address and password which will use with the
scp/pscp command.



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

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


Re: [SlimDevices: Plugins] Fix to BBC Radio Applet Listen Again

2015-03-11 Thread bpa

majones wrote: 
 I may have got the wrong end of the stick, but does this mean that
 BBCiPlayer could access HDS streams without needing the PlayHLS plugin
 and ffmpeg?

Yes and no.

HDS cannot be played with PlayHLS and ffmpeg so you need a different
player in this case php (command line) and a script AdobeHDS.php
probably packaged as PlayHDS !! Oh Joy.

So then the choice will be which format to choose to rewrite into Perl
so that they can work on all platforms easily (but probably painful to
write and implement )  or rewrite into C in which case a build support
nightmare of platforms, kernel, glibc version etc.



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

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


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

2015-03-11 Thread PaulinPosset

JohnB wrote: 
 On Windows 7 LMS, by default, automatically installs a LMS tray icon in
 the notification area of the Taskbar (i.e. to the right of the bar at
 the bottom of the screen - assuming you haven't moved the Taskbar
 elsewhere).
 
 The best way to stop/start LMS on Windows is to right click that LMS
 tray icon and select from the options.
 
 The options are:
 
 - Open Control Panel
 - Open Web Control (i.e. open the LMS web browser interface)
 - Start/Stop Logitech Media Server
 - Automatically run at login (toggles on/off)
 
 This is fairly basic stuff for anyone running LMS on Windows.
 
 If the LMS Tray Icon isn't visible - click on the up-arrow to the left
 of the notification area and select Customize. Find the Logitech Media
 Server Tray Icon and set it to Show icon and notifications

I found that even after stopping LMS from the tray icon I couldn't
delete the cache files as there were other squeeze services still
running hence having to use task manager to stop the 2 services. A
complete re-boot would of course have started up LMS again!
That may be a peculiarity of my 2 Windows 7 installations but posted
here for the guidance of others if they're in the same boat.;)



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] Fix to BBC Radio Applet Listen Again

2015-03-11 Thread majones

bpa wrote: 
 HDS cannot be played with PlayHLS and ffmpeg so you need a different
 player in this case php (command line) and a script AdobeHDS.php
 probably packaged as PlayHDS !! Oh Joy.
Full marks for discovering that! :cool:



majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=103293

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


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

2015-03-11 Thread finemind

Thanks PasTim. Time to put on a serious pot of coffee.



LMS Squeezeplug on SheevaPlug
Squeezebox Radio x 2

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

Hi I am trying to get a Beep (http://thisisbeep.com) to work with LMS.
It is Upnp compatible.

I first ran this 
LMS-to-uPnP-master/dev/bin$ ./squeeze2upnp-x86 -i config.xml
[16:38:01.739761] slimproto_loglevel:1002 slimproto change log
[16:38:01.739926] stream_loglevel:292 stream change log
[16:38:01.739955] output_mr_loglevel:269 output_mr init 2
[16:38:01.739977] uPNPLogLevel:376 uPNP change log
[16:38:01.739998] WebServerLogLevel:162 webserver change loglevel 2
[16:38:01.741408] uPNPInitialize:960 uPNP init success -
192.168.0.12:49152
[16:38:16.000269] UpdateMRThread:764 Begin uPnP devices update
[16:38:16.008146] UpdateMRThread:849 End uPnP devices update 8
[16:38:16.944816] main:1452 stopping squeelite devices ...
[16:38:16.944878] main:1454 stopping uPnP devices ...
[16:38:21.744031] main:1456 all done

edited config.xml to include flac, then ran this: 

LMS-to-uPnP-master/dev/bin$ ./squeeze2upnp-x86 
[16:38:39.899767] slimproto_loglevel:1002 slimproto change log
[16:38:39.899933] stream_loglevel:292 stream change log
[16:38:39.899963] output_mr_loglevel:269 output_mr init 2
[16:38:39.899987] uPNPLogLevel:376 uPNP change log
[16:38:39.900012] WebServerLogLevel:162 webserver change loglevel 2
[16:38:39.901256] uPNPInitialize:960 uPNP init success -
192.168.0.12:49152
[16:38:54.000154] UpdateMRThread:764 Begin uPnP devices update
[16:38:54.005924] UpdateMRThread:849 End uPnP devices update 6
[16:39:24.000234] UpdateMRThread:764 Begin uPnP devices update
[16:39:24.012117] UpdateMRThread:849 End uPnP devices update 12
[16:39:55.000206] UpdateMRThread:764 Begin uPnP devices update
[16:39:55.007770] UpdateMRThread:849 End uPnP devices update 8
[16:41:30.000132] UpdateMRThread:764 Begin uPnP devices update
[16:41:30.010602] UpdateMRThread:849 End uPnP devices update 11
[16:42:05.000695] UpdateMRThread:764 Begin uPnP devices update
[16:42:05.010995] UpdateMRThread:849 End uPnP devices update 10
[16:42:41.000899] UpdateMRThread:764 Begin uPnP devices update
[16:42:41.013129] UpdateMRThread:849 End uPnP devices update 12
[16:43:11.000137] UpdateMRThread:764 Begin uPnP devices update
[16:43:11.005372] UpdateMRThread:849 End uPnP devices update 5

However, after a while, I still do not see any more players available to
LMS, including the Beep. Just the  Squeeze players I would expect to
find.



---
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: BBCiPlayer Plugin (UK only)

2015-03-11 Thread PasTim

finemind wrote: 
 Thanks PasTim. Time to put on a serious pot of coffee.
And something stronger once you have it working :)



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] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread Man in a van

[-F-O-N-T-=-t-i-m-e-s- -n-e-w- -r-o-m-a-n-]---*-B-o-n-a-
-!-!-*---[-/-F-O-N-T-]-   :p

and bedankt


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

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


Re: [SlimDevices: Plugins] iPeng support thread

2015-03-11 Thread pippin

Squeezed_Rotel wrote: 
 Hi pippin, I use iPeng every day and love the app. This morning, since
 the update, I can only + a favorite to the playlist. I can no longer
 play now from the favorites menu.
 This is a iPhone 4, LMS 7.9 nightly
 

So you can no longer toggle the play mode? What happens if you tap the
+?
What do you get in the context menu?
I understand you said party mode is off in iPeng settings?



---
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 8, the Universal App for iOS 7 and iOS 8*

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] Announce: BBCiPlayer Plugin (UK only)

2015-03-11 Thread PasTim

finemind wrote: 
 Hi, could somebody kindly point me to a fix on this thread or elsewhere
 for Listen Again on LMS running on a Synology DS213j nas?
 
 Or put me out of my misery if it's not possible.
Does this work?

http://forums.slimdevices.com/showthread.php?53229-Announce-BBCiPlayer-Plugin-(UK-only)p=811011viewfull=1#post811011



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] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread ChaoticMike

Brilliant!  Couldn't get it to work yesterday futzing around inside
files, but a swift replace using your instructions did the trick.

Thanks for the clarity.

Mike



ChaoticMike's Profile: http://forums.slimdevices.com/member.php?userid=17281
View this thread: http://forums.slimdevices.com/showthread.php?t=103312

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


Re: [SlimDevices: Plugins] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread Peter314

Can this thread be made a sticky? A lot of people are going to benefit
from it until the BBC break the streams again...



Peter314's Profile: http://forums.slimdevices.com/member.php?userid=14028
View this thread: http://forums.slimdevices.com/showthread.php?t=103312

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


Re: [SlimDevices: Plugins] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread castalla

Oops - mistyped the thread title!   It's Quick not Guick !!!



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
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)

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

___
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-03-11 Thread djfake

Sorry to come in as a n00b here, I keep getting this error when I run
./squeeze2upnp-x86. I downloaded the single file, but ran sudo apt-get
install libc6:i386 first. 

./squeeze2upnp-x86-static: line 4: syntax error near unexpected token
`newline'
./squeeze2upnp-x86-static: line 4: `!DOCTYPE html'



---
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] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread majones

castalla wrote: 
 FIXING the BBCiPlayer plugin
Excellent. It's very kind and helpful of you to put this together.



majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=103312

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


[SlimDevices: Plugins] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread castalla

The BBCiPlayer plugin is broken for both live and Listen Again (LA)
streams.

The damage is due to the work of the BBC's Audio Factory.

--

The BBCiPlayer plugin is a LMS plugin.

The BBC Radio applet is a separate facility that can be installed
directly on only the Touch and Radios
These fixes DO NOT apply to the applet.

--

FIXING the BBCiPlayer plugin


There are temporary fixes for both live and LA.  These are due to the
sterling work of bpa  expectingtofly. 

They may be broken by the Beeb again at any time!  

This method comes with no liabilities on the poster or any of the
other contributors!   
You break it, you own it!  

Both methods require that you are comfortable with manipulating some
files located in the plugin directory.
See note a. below for the plugins folder location details.

You can fix both live and LA, or you can fix only one feature - your
choice.

You need to ensure that the BBCiPlayer is already installed to make
the fixes.

-

A. Fixing LIVE streams

This method will enable live streams.  These now use a technlogy
called HLS.

Full instructions for installing the new PlayHLS plugin are here:

http://forums.slimdevices.com/showthread.php?103158-Announce-PlayHLS-Plugin-plugin-to-play-Apple-HLS-m3u8-streamhighlight=PlayHLS

And to correct the addresses (URLs) of the live radio channels, see:

http://forums.slimdevices.com/showthread.php?53229-Announce-BBCiPlayer-Plugin-(UK-only)p=807276viewfull=1#post807276


-

B. Fixing LISTEN AGAIN streams

There are two solutions.  
One involves a change for the existing technology, called RTMP. 

The other is somewhat more experimental and entails changes for
the new HLS solution.  

The RTMP fix retains the stop-seek-restart features for moving
to any part of a radio programme. 
The HLS fix doesn't support seek.

WARNINGS

!! Choose only one method!  
!! Do not mix the fixes!






 RTMP fix: requires ONE replacment file
 ==

1. Download and copy the file: RTMP-BBCXMLParser.pm to the BBCiPlayer
plugin folder

2. Rename the existing BBCXMLParser.pm to ORIGINAL-BBCXMLParser.pm

3. Rename RTMP-BBCXMLParser.pm to BBCXMLParser.pm

4. Delete the cache.db file in the /.../squeezeboxserver/cache folder

5. Reboot or Restart LMS


HLS: requires TWO replacement files
===

1. Download and copy the file: HLS-BBCXMLParser.pm to the BBCiPlayer
plugin folder

2. Rename the existing BBCXMLParser.pm to ORIGINAL-BBCXMLParser.pm

3. Rename HLS-BBCXMLParser.pm to BBCXMLParser.pm

4. Download and copy the file: HLS-iPlayer.pm to the BBCiPlayer plugin
folder

5. Rename the existing iPlayer.pm to ORIGINAL-iPlayer.pm

6. Rename HLS-iPlayer.pm to iPlayer.pm

7. Delete the cache.db file in the /.../squeezeboxserver/cache folder

8. Reboot or Restart LMS

---

Notes:

a. The files you need to change are located in the
/.../squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer

You can locate the location of the cache files for your
installation via LMS-gui - Settings - Information page

b. If you get lost (!), simply uninstall and reinstall the
BBCiPlayer plugin, and start again!

c. If you encounter any errors in the above, please PM me and
I'll try to correct the text.

---


+---+
|Filename: RTMP-BBCXMLParser.pm |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17591|
+---+


Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
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 

Re: [SlimDevices: Plugins] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread JohnB

Good idea to create this summary.

Can you amend the pros and cons to include that it is *only* with the
RTMP streams that you can access the 320 kbps Radio 3 Listen Again (the
HLS streams that the HLS hack accesses are all 128 kbps).

I think this is *very* important for anyone who might want to listen to
Radio 3 Listen Again.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=103312

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


Re: [SlimDevices: Plugins] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread whitman

Big thanks to everyone. 

Just followed the good instructions for the RTMP Listen Again, and I now
have it working again. 

Fingers crossed it stays that way ...



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

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


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

2015-03-11 Thread PasTim

JohnB wrote: 
 On Windows 7 LMS, by default, automatically installs a LMS tray icon in
 the notification area of the Taskbar (i.e. to the right of the bar at
 the bottom of the screen - assuming you haven't moved the Taskbar
 elsewhere).
 
 The best way to stop/start LMS on Windows is to right click that LMS
 tray icon and select from the options.
 
 The options are:
 
 - Open Control Panel
 - Open Web Control (i.e. open the LMS web browser interface)
 - Start/Stop Logitech Media Server
 - Automatically run at login (toggles on/off)
 
 This is fairly basic stuff for anyone running LMS on Windows.
 
 If the LMS Tray Icon isn't visible - click on the up-arrow to the left
 of the notification area and select Customize. Find the Logitech Media
 Server Tray Icon and set it to Show icon and notifications
Good! I've had too many years on linux and had forgotten all that.



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-03-11 Thread finemind

Hi, could somebody kindly point me to a fix on this thread or elsewhere
for Listen Again on LMS running on a Synology DS213j nas?

Or put me out of my misery if it's not possible.



LMS Squeezeplug on SheevaPlug
Squeezebox Radio x 2

finemind's Profile: http://forums.slimdevices.com/member.php?userid=36164
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-03-11 Thread PasTim

djfake wrote: 
 Hi I am trying to get a Beep (http://thisisbeep.com) to work with LMS.
 It is Upnp compatible.
 
 I first ran this 
 LMS-to-uPnP-master/dev/bin$ ./squeeze2upnp-x86 -i config.xml
 [16:38:01.739761] slimproto_loglevel:1002 slimproto change log
 [16:38:01.739926] stream_loglevel:292 stream change log
 [16:38:01.739955] output_mr_loglevel:269 output_mr init 2
 [16:38:01.739977] uPNPLogLevel:376 uPNP change log
 [16:38:01.739998] WebServerLogLevel:162 webserver change loglevel 2
 [16:38:01.741408] uPNPInitialize:960 uPNP init success -
 192.168.0.12:49152
 [16:38:16.000269] UpdateMRThread:764 Begin uPnP devices update
 [16:38:16.008146] UpdateMRThread:849 End uPnP devices update 8
 [16:38:16.944816] main:1452 stopping squeelite devices ...
 [16:38:16.944878] main:1454 stopping uPnP devices ...
 [16:38:21.744031] main:1456 all done
 
 edited config.xml to include flac, then ran this: 
 
 LMS-to-uPnP-master/dev/bin$ ./squeeze2upnp-x86 
 [16:38:39.899767] slimproto_loglevel:1002 slimproto change log
 [16:38:39.899933] stream_loglevel:292 stream change log
 [16:38:39.899963] output_mr_loglevel:269 output_mr init 2
 [16:38:39.899987] uPNPLogLevel:376 uPNP change log
 [16:38:39.900012] WebServerLogLevel:162 webserver change loglevel 2
 [16:38:39.901256] uPNPInitialize:960 uPNP init success -
 192.168.0.12:49152
 [16:38:54.000154] UpdateMRThread:764 Begin uPnP devices update
 [16:38:54.005924] UpdateMRThread:849 End uPnP devices update 6
 [16:39:24.000234] UpdateMRThread:764 Begin uPnP devices update
 [16:39:24.012117] UpdateMRThread:849 End uPnP devices update 12
 [16:39:55.000206] UpdateMRThread:764 Begin uPnP devices update
 [16:39:55.007770] UpdateMRThread:849 End uPnP devices update 8
 [16:41:30.000132] UpdateMRThread:764 Begin uPnP devices update
 [16:41:30.010602] UpdateMRThread:849 End uPnP devices update 11
 [16:42:05.000695] UpdateMRThread:764 Begin uPnP devices update
 [16:42:05.010995] UpdateMRThread:849 End uPnP devices update 10
 [16:42:41.000899] UpdateMRThread:764 Begin uPnP devices update
 [16:42:41.013129] UpdateMRThread:849 End uPnP devices update 12
 [16:43:11.000137] UpdateMRThread:764 Begin uPnP devices update
 [16:43:11.005372] UpdateMRThread:849 End uPnP devices update 5
 
 However, after a while, I still do not see any more players available to
 LMS, including the Beep. Just the  Squeeze players I would expect to
 find.
Could you post your config.xml file?  Is the beep listed in it or not? 

Have you got any firewalls in place?



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: squeeze2upnp, a bridge between LMS and uPNP devices

2015-03-11 Thread djfake

Works! 
I turned the firewall off and I had it playing (not standby) when I
reran the first command to write the xml file!

squeeze2upnpserver?/serverslimproto_stream_port9000/slimproto_stream_portbase_mac00:01:02:03:04:05/base_macslimproto_loginfo/slimproto_logstream_loginfo/stream_logoutput_loginfo/output_logdecode_loginfo/decode_logweb_loginfo/web_logupnp_loginfo/upnp_logmain_loginfo/main_logsq2mr_loginfo/sq2mr_logupnp_scan_interval30/upnp_scan_intervalupnp_scan_timeout15/upnp_scan_timeoutcommonstreambuf_size2457600/streambuf_sizeoutput_size2457600/output_sizebuffer_dir./buffer_dirbuffer_limit-1/buffer_limitstream_length-3/stream_lengthmax_read_wait100/max_read_waitmax_GET_bytes-1/max_GET_bytesenabled1/enabledprocess_mode2/process_modecodecsflc,mp3/codecssample_rate48000/sample_rateL24_format1/L24_formatflac_header1/flac_headerseek_after_pause0/seek_after_pauseforce_volume0/force_volumevolume_on_play1/volume_on_playsend_metadata1/send_metadatavolume_curve0:0,
400:10, 700:20, 1200:30, 2050:40, 3800:50, 6600:60, 12000:70, 21000:80,
37000:90,
65536:100/volume_curveaccept_nexturi1/accept_nexturi/commondeviceudnuuid:ef99e645-4623-4a2d-4144-795e59f8f3be/udnnameMy
Beep/namemacc4:93:00:01:6f:d9/macenabled1/enabled/device/squeeze2upnp

here's some playback

HTTP/1.1 200 OK
Server: Logitech Media Server (7.8.0 - 1395409907)
Connection: close
Content-Type: audio/x-flac


[19:09:59.189221] QueueAction:173 [0x80e51c0]: queuing action 4
[19:09:59.189236] SetVolume:291 uPNP volume 50 for
http://192.168.0.25:49494/upnp/control/rendercontrol1 (cookie 0x3e9)
[19:09:59.372146] WebGetInfo:71 [0x80906b4]: GetInfo
/LMS2UPNP/c4-93-00-01-6f-d9-idx-1.flac -3 audio/x-flac
[19:09:59.372285] sq_open:540 [0x808db00]: open
[19:09:59.372811] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:09:59.695331] UnQueueAction:219 [0x80e51c0]: un-queuing action 4
[19:09:59.695414] AVTPlay:267 uPNP play for
http://192.168.0.25:49494/upnp/control/rendertransport1 (cookie 0x3eb)
[19:10:00.691648] SyncNotifState:461 My Beep: uPNP playing
[19:10:00.691733] sq_notify:744 [0x808db00] uPNP playing notif
[19:10:00.691785] sendSTAT:166 [0x808db00]: STAT:[STMs] msplayed 0
[19:10:01.248721] stream_thread:253 [0x808db00] end of stream
(t:47589379)
[19:10:01.290703] output_thru_thread:472 [0x808db00] wrote total
47589379
[19:10:03.862780] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:08.582488] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:13.292632] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:22.000100] UpdateMRThread:764 Begin uPnP devices update
[19:10:22.018346] UpdateMRThread:849 End uPnP devices update 18
[19:10:22.193109] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:31.743121] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:40.723337] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:49.673869] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:10:57.000404] UpdateMRThread:764 Begin uPnP devices update
[19:10:57.018751] UpdateMRThread:849 End uPnP devices update 19
[19:10:58.704727] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:11:07.444121] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:11:16.364438] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)
[19:11:25.274698] sq_read:707 [0x808db00]: read 1048576 (r:1048576
w:100)



---
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] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread Jerry1964

Oh God, I cant express in words my thanks for these instructions - my
listening world fell apart when the Listen Again links stopped working
on my beloved Squeezeboxes; I'd managed to get the HLS fix working for
live streams but the recent threads were too complex for my little brain
to cope with, I was left thinking no more Listen Again until this thread
appeared. Works like a charm, thank you thank you thank you

Jerry



Jerry1964's Profile: http://forums.slimdevices.com/member.php?userid=22126
View this thread: http://forums.slimdevices.com/showthread.php?t=103312

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


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

2015-03-11 Thread PasTim

SuffolkPunch wrote: 
 Thanks again.
 
 Library.db -is- in the same folder as cache.db. So I guess that's the
 right cache.
 
 Other edits? I don't think so. But what if I reinstalled the BBCiPlayer
 plugin just to eliminate that possibility (assuming it replaces both .pm
 files)? I can't remember how to install it. I just clicked in install
 back in Jan this year.
 
 Martin
According to JohnB you quoted the wrong folder.  It may be that the
files are in both folders - the 'cache' folder is the one you need.  Can
you check again?

If you reinstall the plugin you may have to check the Live plugin
(playHLS) is still OK, and apply the revised opml file.

This is all getting a little non-trivial for the many people who have
usually been able just to install plugins and go.  This thread is also
pretty hard to make sense of now unless you have followed every twist
and turn.

Does anyone have any ideas how this might get sorted out?  It's hard
when the BBC is potentially still going to make changes at any time
without warning.



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-03-11 Thread majones

yeomanspc wrote: 
 Tried this, but no work tonight.
 In summary, I removed the lines
  
Code:

  
   if ($entry-{'url'} =~ 
/http:\/\/www\.bbc\.co\.uk\/mediaselector\/4\/mtis\/stream\/(.*)/) {
   $entry-{'url'} = 
http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/pc/vpid/$1;;
   

  
 and immediately after added the line
  
Code:

  
   $entry-{'url'} =~ s/redir/select/ig;
   

  
 
 Anything else required?  It was working ok on Sunday, so presume any
 other changes had already been done (menu.opml etc.)
On my QNAP, it was necessary to include the omitted lines:

Code:

my $_find = audio-syndication/proto/http;
  my $_replace = pc;
  $_find = quotemeta $_find;
  $entry-{'url'} =~ s/$_find/$_replace/g;


I don't know why this is, and it may be a glitch in my particular setup.
Including the lines routes you to the RTMP streams that are still
working fine, and allows you to time-shift within a progamme (presently
not working for the HLS streams).



majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
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-03-11 Thread SuffolkPunch

PasTim wrote: 
 I'm not on Windows so can't be sure that is the right file.  Maybe
 someone else can help.  It should be in the same directory as, for
 instance, library.db and the InstalledPlugins folder.
 
 The plugin version looks right.
 
 Have you made any other edits to BBCXMLParser.pm or iPlayer.pm?

Thanks again.

Library.db -is- in the same folder as cache.db. So I guess that's the
right cache.

Other edits? I don't think so. But what if I reinstalled the BBCiPlayer
plugin just to eliminate that possibility (assuming it replaces both .pm
files)? I can't remember how to install it. I just clicked in install
back in Jan this year.

Martin



SuffolkPunch's Profile: http://forums.slimdevices.com/member.php?userid=15289
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-03-11 Thread JohnB

PasTim wrote: 
 I'm not on Windows so can't be sure that is the right file.  Maybe
 someone else can help.  It should be in the same directory as, for
 instance, library.db and the InstalledPlugins folder.
 
 The plugin version looks right.
 
 Have you made any other edits to BBCXMLParser.pm or iPlayer.pm?

On Windows 7 the path to cache.db is in
C:\ProgramData\Squeezebox\Cache\cache.db

(In general, you can find the location of the cache folder by opening
the LMS web interface, going to Settings, clicking on the Information
tab and scrolling down to where it is shown.)

PS I whole heartedly agree with PasTim that, at the moment, there are
more things to be lost rather than gained by moving to the HLS Listen
Again streams (e.g. navigation within a stream, the 320kbps R3). I think
some people are getting confused by having the two options (though it is
very valuable having them) and sometimes mix and match them.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
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-03-11 Thread PasTim

SuffolkPunch wrote: 
 Thanks. 
 
 I deleted (actually, renamed) the cache.db in folder
 C:\ProgramData\Squeezebox. Is that the right cache?
 My BBCiPlayer plugin is v1.2.14 (unchanged by me until today). Is that
 the latest?
 
 If you reply Yes to both these questions, then I'm stumped!
 
 Martin
I'm not on Windows so can't be sure that is the right file.  Maybe
someone else can help.  It should be in the same directory as, for
instance, library.db and the InstalledPlugins folder.

The plugin version looks right.

Have you made any other edits to BBCXMLParser.pm or iPlayer.pm?



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-03-11 Thread SuffolkPunch

expectingtofly wrote: 
 Yes, in BBCXMLParser.pm
 
 Remove :
 
  
Code:

  
   if ($entry-{'url'} =~ 
/http:\/\/www\.live\.bbc\.co\.uk\/mediaselector\/4\/mtis\/stream\/(.*)/) {
   $entry-{'url'} = 
http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/pc/vpid/$1;;
   }
   

  
 
 Replace with :
  
Code:

  
   
   $entry-{'url'} =~ s/redir/select/ig;
   
   my $_find = audio-syndication/proto/http;
   my $_replace = pc;
   $_find = quotemeta $_find;
   $entry-{'url'} =~ s/$_find/$_replace/g;
   
   
   

  
 
 That gets you the RTMP streams.
 For the HLS streams there is a slightly different hack.  But we really
 ought to do this properly

Thanks for this. I find it reinstates Listen Again for everything
-except -radio 4FM!

My system details:
Logitech Media Server Version: 7.7.5 - 1416570306 @ Thu Nov 27 07:38:09
CUT 2014
Operating system: Windows 7 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)

Anyone help?

Martin



SuffolkPunch's Profile: http://forums.slimdevices.com/member.php?userid=15289
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-03-11 Thread PasTim

SuffolkPunch wrote: 
 Thanks for this. I find it reinstates Listen Again for everything
 -except -radio 4FM!
 
 My system details:
 Logitech Media Server Version: 7.7.5 - 1416570306 @ Thu Nov 27 07:38:09
 CUT 2014
 Operating system: Windows 7 - EN - cp1252
 Platform Architecture: 8664
 Perl Version: 5.14.1 - MSWin32-x86-multi-thread
 Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
 
 Anyone help?
 
 Martin
It does work for me, and I assume for others.  You may well need to
clear your cache.db file - see earlier posts on this.

Given the limitations on the HLS stream I suggest people stay with RTMP
for now, in which case the only patch that should be applied is the one
you quote.  If you have also tried applying any other patches you may
need to go back to the original of both BBCXMLParser.pm and iPlayer.pm
and start again.

There do seem to be quite a few people trying and not quite succeeding
to apply these patches.  I'm not sure what the best approach is to
making it simpler other than a revised plugin, but even that will have
issues in deciding whether to go for RTMP or HLS for Listen Again, and
may well be out of date by the time someone who knows how to is willing
and has the time and energy to produce it.



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-03-11 Thread SuffolkPunch

PasTim wrote: 
 It does work for me, and I assume for others.  You may well need to
 clear your cache.db file - see earlier posts on this.
 
 Given the limitations on the HLS stream I suggest people stay with RTMP
 for now, in which case the only patch that should be applied is the one
 you quote.  If you have also tried applying any other patches you may
 need to go back to the original of both BBCXMLParser.pm and iPlayer.pm
 and start again.
 
 There do seem to be quite a few people trying and not quite succeeding
 to apply these patches.  I'm not sure what the best approach is to
 making it simpler other than a revised plugin, but even that will have
 issues in deciding whether to go for RTMP or HLS for Listen Again, and
 may well be out of date by the time someone who knows how to is willing
 and has the time and energy to produce it.

Thanks. 

I deleted (actually, renamed) the cache.db in folder
C:\ProgramData\Squeezebox. Is that the right cache?
My BBCiPlayer plugin is v1.2.14 (unchanged by me until today). Is that
the latest?

If you reply Yes to both these questions, then I'm stumped!

Martin



SuffolkPunch's Profile: http://forums.slimdevices.com/member.php?userid=15289
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-03-11 Thread Owen Smith

PasTim wrote: 
 In several earlier posts I think I did say 'stop LMS' before deleting
 the cache, but there have been so many posts, so little time, and a
 simple statement like 'stop LMS' can be not quite so simple as it
 appears!
 
 On linux I just stop the service (sudo service logitechmediaserver
 stop).  I assume something similar can be done on Windows, else the old
 faithful Ctrl/Alt/Del should do the trick.
 
 The Server Power Control plugin has an automated way of doing a
 restart LMS from within the LMS extras menu, which might help people.

Ctrl-Alt-Del brings up a window asking if you want to logoff, start the
Task Manager, and various other options on modern versions of Windows.
Only a very small number of things you can select on there will restart
LMS (eg. Reboot the PC). Please don't quote Ctrl-Alt-Del as a way of
restarting LMS, it really isn't these days.

On WHS V1 the Windows Home Server connector run from other PCs has a
window you can stop and start LMS from.



Owen Smith's Profile: http://forums.slimdevices.com/member.php?userid=42371
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-03-11 Thread PasTim

ian_heys wrote: 
 I've been following all the way and had Play Live Streams working well
 on both Windows 7 and SOA/Wandboard.
 
 Today performed change to BBCXMLParser.pm and all seems to be working
 well on both systems on LA.
 
 Bit confused on RTMP/HLS Issue. Which should I be hearing and how can I
 tell which version it is?
If you just did the Listen Again (LA) change to BBCXMLParser.pm your LA
streams are still on RTMP and I'd suggest you stay there for now.  All
functions work, including moving to a different time in the programme,
and quality seems to be AAC 320kbps, which is the best the Beeb
produces.

Live is, of course, now all HLS and requires the HLS plugin.

At some point the Beeb say RTMP will stop for LA.  Who knows when?  No
one around here seems to have known they would change their URLs, but
not protocol or codec, on 9th March.  I'm not even sure the Beeb knew. 
LA will then go to HLS, and maybe DASH as well.  Who can tell?  I'm
sitting tight until RTMP fails to work.  When that happens I'll go to
the HLS version, which requires a different set of patches to
BBCXMLParser.pm and also to iPlayer.pm.  These patches are great, but
done in some haste and don't restore full functionality.

If you select an LA stream and click to show the URL in the left hand
pane of the GUI (default interface) the HLS URLs have  'apple-ipad-hls'
in them, whereas the RTMP ones have 'mediaset/pc'.



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-03-11 Thread PasTim

Owen Smith wrote: 
 Ctrl-Alt-Del brings up a window asking if you want to logoff, start the
 Task Manager, and various other options on modern versions of Windows.
 Only a very small number of things you can select on there will restart
 LMS (eg. Reboot the PC). Please don't quote Ctrl-Alt-Del as a way of
 restarting LMS, it really isn't these days.
 
 On WHS V1 the Windows Home Server connector run from other PCs has a
 window you can stop and start LMS from.
If in doubt just reboot the  thing then :)



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-03-11 Thread ian_heys

PasTim wrote: 
 
 If you select an LA stream and click to show the URL in the left hand
 pane of the GUI (default interface) the HLS URLs have  'apple-ipad-hls'
 in them, whereas the RTMP ones have 'mediaset/pc'.

Thanks Tim. I've got to the right place (RTMP LA)  - somehow. Everything
working fine.

Look forward to a new thread.

Following not directed at anyone and not meant in a negative sense.

Perhaps communication with BBC should also have a new thread as a lot of
the communications don't add to the technical discussion and take up
significant reading time.

I would carry on reading such a thread but it would make it easier to
find the essential technical points.



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

I've been following all the way and had Play Live Streams working well
on both Windows 7 and SOA/Wandboard.

Today performed change to BBCXMLParser.pm and all seems to be working
well on both systems on LA.

Bit confused on RTMP/HLS Issue. Which should I be hearing and how can I
tell which version it is?



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

PaulinPosset wrote: 
 Clearing the cache.db files is an absolute must.
 
 I had a curious mix of RTMP and HLS Listen Again streams after
 installing on the music server The reason was that I had only been
 deleting the cache.db-shm and cache.db-wal files. After deleting all 3
 cache files (it was also necessary to stop the Squeeze processes in Task
 Manager to do this) and re-booting, only the RTMP streams played.
 
In several earlier posts I think I did say 'stop LMS' before deleting
the cache, but there have been so many posts, so little time, and a
simple statement like 'stop LMS' can be not quite so simple as it
appears!

On linux I just stop the service (sudo service logitechmediaserver
stop).  I assume something similar can be done on Windows, else the old
faithful Ctrl/Alt/Del should do the trick.

The Server Power Control plugin has an automated way of doing a
restart LMS from within the LMS extras menu, which might help people.



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] Fix to BBC Radio Applet Listen Again

2015-03-11 Thread majones

bpa wrote: 
 All is not lost I can play BBC HDS live streams.
 
 FYI The HDS live streams (non UK at least) include - I'm sure UK user
 can guess the UK equivalent and quality.
 
 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hds/nonuk/low/ak/bbc_radio_one.f4m
 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hds/nonuk/low/ak/bbc_radio_two.f4m
 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hds/nonuk/low/ak/bbc_radio_three.f4m
 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hds/nonuk/low/ak/bbc_radio_fourfm.f4m
 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hds/nonuk/low/ak/bbc_radio_fourlw.f4m
I may have got the wrong end of the stick, but does this mean that
BBCiPlayer could access HDS streams without needing the PlayHLS plugin
and ffmpeg?



majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=103293

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


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

2015-03-11 Thread castalla

PasTim wrote: 
 
 Does anyone have any ideas how this might get sorted out?  It's hard
 when the BBC is potentially still going to make changes at any time
 without warning.

I suggest a new dedicated thread (eg. BBC iPlayer plugin fixes).



1st post containing a clear description of the problem:

Disclaimer - temporary fix only
plugin broken for both Live and LA.  Then, Fixing the Live streams,
with links to PlayHLS.  Fixing the LA - 2 approaches (with downloadaable
copies of the approp. files. 

I'm tied up today otherwise I'd write it.  Sorry.



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
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)

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

PasTim wrote: 
 According to JohnB you quoted the wrong folder.  It may be that the
 files are in both folders - the 'cache' folder is the one you need.  Can
 you check again?
 
 If you reinstall the plugin you may have to check the Live plugin
 (playHLS) is still OK, and apply the revised opml file.
 
 This is all getting a little non-trivial for the many people who have
 usually been able just to install plugins and go.  This thread is also
 pretty hard to make sense of now unless you have followed every twist
 and turn.
 
 Does anyone have any ideas how this might get sorted out?  It's hard
 when the BBC is potentially still going to make changes at any time
 without warning.

Thanks.

JohnB is right - I did quote the wrong folder - but that was just a
typo. I actually deleted cache.db from the correct folder
(C:\ProgramData\Squeezebox\Cache).

Good News! Have just restarted LMS, and now I -do -get radio4 FM on
Listen Again! Go Figure.

Thanks again to you and JohnB for your help.

Martin



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

PasTim wrote: 
 It does work for me, and I assume for others.  You may well need to
 clear your cache.db file - see earlier posts on this.

Clearing the cache.db files is an absolute must.

I had a curious mix of RTMP and HLS Listen Again streams after
installing on the music server The reason was that I had only been
deleting the cache.db-shm and cache.db-wal files. After deleting all 3
cache files (it was also necessary to stop the Squeeze processes in Task
Manager to do this) and re-booting, only the RTMP streams played.

For the avoidance of doubt here is an image:

17586


+---+
|Filename: Screenshot 2015-03-11 12.23.23.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17586|
+---+


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-03-11 Thread JohnB

PasTim,

I think you have a point. It would be useful to have a separate thread
(perhaps even a sticky thread) in which expectingtofly summarised the
RTMP and the HLS ondemand tweaks and (importantly) gave the pros and
cons of the RTMP and HLS ondemand options.

Having said that, if the hacks could be incorporated in a plugin, or
even a fork of Triode's plugin, that would be ideal.

In the mean time, yesterday I went back through the thread and copied
out the hacks involved in both options so I would have them as a
reference for the future.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
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-03-11 Thread majones

PasTim wrote: 
 This is all getting a little non-trivial for the many people who have
 usually been able just to install plugins and go.  This thread is also
 pretty hard to make sense of now unless you have followed every twist
 and turn.
 
 Does anyone have any ideas how this might get sorted out?  It's hard
 when the BBC is potentially still going to make changes at any time
 without warning.
I agree.

It might be helpful to point out to people that a viable
keep-the-wheels-on minimum case right now is as simple as:
Listen live as MP3 - access via Tunein
Listen Again RTMP - switch off LMS, small edit to BBCXMLParser.pm,
delete the cache.db file, switch on LMS

It gets much more complicated to introduce HLS (PlayHLS plugin, ffmpeg,
etc) but a simple unified guide of the present process would be helpful.
Volunteers?

Obviously the best thing is to have a plugin update to take account of
all the bits and pieces. I have my fingers crossed!



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

here's screen shot


+---+
|Filename: Screenshot from 2015-03-11 18:56:42.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17594|
+---+


---
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: BBCiPlayer Plugin (UK only)

2015-03-11 Thread PasTim

ian_heys wrote: 
 Thanks Tim. I've got to the right place (RTMP LA)  - somehow. Everything
 working fine.
 
 Look forward to a new thread.
 
 Following not directed at anyone and not meant in a negative sense.
 
 Perhaps communication with BBC should also have a new thread as a lot of
 the communications don't add to the technical discussion and take up
 significant reading time.
 
 I would carry on reading such a thread but it would make it easier to
 find the essential technical points.
Someone else is working on a new BBCiPlayer fixes thread - just the bare
bones of how to get Live and LA running, with as few repeats as possible
but pointing to the key posts elsewhere when needed.  The live HLS side
of things is not exactly trivial for some users.

As to a communications thread for the BBC, that well seems to have run
dry, so what would we say?  I'm not against it, just thinking out loud.

Do we need some 'sticky' entries that are easier to find and hold just
current 'master' informnation?



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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2015-03-11 Thread tcutting

phred wrote: 
 So by rights I should see the number of hits cut in half.  And be closer
 to the calculated 288.  Nice.
 Thanks for the quick fix.

I've been monitoring my wunderground query stats since the change. I've
changed my refresh down to 5 minutes (was 10), and my total calls/day
are about right - I'm seeing about 214 (a little short of the 288/day),
and the maximum calls/minute have gone down from 2 to 1, as expected.



tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


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

2015-03-11 Thread ian_heys

PasTim wrote: 
 
 Do we need some 'sticky' entries that are easier to find and hold just
 current 'master' informnation?

Definitely

Like a previous poster I was documenting all my changes this morning,
not that I envisage going back at any stage. 

But it would be a reference point if every I have to re-do everything.



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

In Windows 7 LMS, by default, automatically installs an button in the
notification area of the Taskbar (i.e. the bottom right of the bar at
the bottom of the screen - assuming you haven't moved the Taskbar
elsewhere).

The best way to stop/start LMS on Windows is to right click that button
and select from the options.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
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] BBCiPlayer plugin - a guick fix guide

2015-03-11 Thread Frank Duck

Thanks for all the effort BPA in Ireland, and Castalla for consolidating
the instructions.  I just made the RTMP changes and for an old fart soon
to turn 70, it was relatively easy.  

For others perhaps they might note my experience;  My BBC iPlayer is
located in a folder called 'Squeezebox not Squeezeboxserver and when
deleting the cache I had two: cache.db-shm and cache.db-wal; both of
which I deleted.  To date, i.e. half an hour later I have all positives,
with no negative outcomes.  

Sincerest thanks,

Frank in Vancouver



Frank Duck's Profile: http://forums.slimdevices.com/member.php?userid=29525
View this thread: http://forums.slimdevices.com/showthread.php?t=103312

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


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-03-11 Thread GeeJay

mherger wrote: 
  Am I missing some important component that I just forgot about from
 my
  first success with this add-in?
 
 Did LMS run a scan after installation of the plugin? What music sources
 
 are you using (local music only, music services?).
 
 -- 
 
 Michael

LMS did run a scan.  I'm only using local music.



2-SB3s, 1-Touch, and a Raspberry Pi B+ with TekDevice dacBerry 3+
running piCorePlayer.  Mac Mini as a server (OS X Yosemite).  Direct
Ethernet connection (1-SB3 and the Raspberry Pi) and power-line (1-SB3
and Touch).  iPeng is my controller of choice.  LMS 7.8.1

GeeJay's Profile: http://forums.slimdevices.com/member.php?userid=11388
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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