Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2015-12-23 Thread ken baby

Hi, 

I've the Qobuz plugin installed on a 7.8.0 LMS debian version.
I logged in and I'm able to search and browse my collection.
I have a free qobuz account.
when I try to play a track, it gives me this error 

Code:


  [15-12-22 16:43:04.1740] Slim::Networking::IO::Select::__ANON__ (147) Error: 
Select task failed calling Slim::Networking::Async::HTTP::_http_read_body: 
illegal file descriptor or filehandle (either no attached file descriptor or 
illegal value):  at /usr/share/perl5/Slim/Networking/IO/Select.pm line 150.
  


is it due to free subscription or to a plugin/server issue ?



ken baby's Profile: http://forums.slimdevices.com/member.php?userid=65179
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-12-23 Thread ken baby

Snyder wrote: 
> I have the same issue. Adding "," did not help. I´m getting an error: No
> stream found
> 
> :(

did you already try this mod : Add the line marked with a + (do not add
the + itself) in /usr/share/perl5/Slim/Player/ProtocolHandlers.pm (for
Debian versions)

sudo nano /usr/share/perl5/Slim/Player/ProtocolHandlers.pm
add the https line in this code (around line 23)



Code:


  my %protocolHandlers = ( 
file => qw(Slim::Player::Protocols::File),
http => qw(Slim::Player::Protocols::HTTP),
  + https=> qw(Slim::Player::Protocols::HTTP),
icy  => qw(Slim::Player::Protocols::HTTP),
mms  => qw(Slim::Player::Protocols::MMS),
spdr => qw(Slim::Player::Protocols::SqueezePlayDirect),
  
  



----
ken baby's Profile: http://forums.slimdevices.com/member.php?userid=65179
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-12-22 Thread ken baby

Hi I've the same issue with almost all videos.
Could not find JS function 'gr' on a Raspberry pi (raspbian Whezzy)
LMS 7.8.0 Youtube 0.37.2



ken baby's Profile: http://forums.slimdevices.com/member.php?userid=65179
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-12-22 Thread ken baby

Hi here is the solution I found to correct this bug.  It worked for me.

around line 393 of 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/YouTube/JSInterp.pm
you find this code 

Code:

sub extract_function {
  my ($self, $depth, $funcname) = @_;
  $self->progress($depth, "--", "Extract $funcname");
my $args;
  my $code;
  # ADD a "," in this lineHERE
if (($self->{code} =~ 
/(?:function\s+\Q$funcname\E|[{;,]\Q$funcname\E\s*=\s*function)\s*
  \(([^)]*)\)\s*
  \{([^}]+)\}/x)) {
$args = $1;
$code = $2;
...
  



add a colon "," under the HERE word I added in the code (as comment) 
so just after the first ; of the if 

restart logitechMediaServer and try to play your youtube url. it worked
for me


--------
ken baby's Profile: http://forums.slimdevices.com/member.php?userid=65179
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] BBC iPlayer: No items found in playlist

2009-11-22 Thread Ken

I have just upgraded my Notebook running Windows XP SP3 to SBS 7.4.1 and
BBCiPlayer to 0.9f. I have use flash MP3 enabled. Oh and I am in
France.
I am able to get the live streams but all the listen again stuff shows
Nothing when I select any programmes from Radio 2 or Radio 4.

As I had upgraded from 7.3 to 7.4.1 I then cleared down the cache but
this made  no difference.

Any thoughts on where the listen again stuff has gone?

Thanks,

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=71626

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


Re: [SlimDevices: Plugins] BBC iPlayer: No items found in playlist

2009-11-22 Thread Ken

Thanks. Enabling AAC did the trick.

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=71626

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


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

2009-05-14 Thread Ken

I am running SC 7.3.2 and despite this Extension Downloader is offering
the option to upgrade to 0.5. Should it be doing this given that it
presumably won't work?

Ken


-- 
Ken

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

2009-03-20 Thread Ken

Live streams are working fine for me but for the last couple of days
although listen again shows a schedule if I select a programme on
Radion 4 or Radio 2 I get IPLAYER FAILED TO DIRECT STREAM. (Haven't
tried other stations).

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
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] AlienBBC 2.4a5 for 7.3.x beta available for testing

2009-03-20 Thread Ken

I'm confused. I have Alien BBC installed on an XP box running SC 7.3.2.
I used the extension downloader to install Alien BBC. Previously the
iplayerparser would have gone into \Program
Files\squeezeCenter\server\Plugins\Aliens\Addons but now there is no
sign of this and  \Program_FilessqueezeCenter\server\Plugins is empty.


So where do I put it (polite answers please!).

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=60368

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


Re: [SlimDevices: Plugins] AlienBBC 2.4a5 for 7.3.x beta available for testing

2009-03-20 Thread Ken

Thanks. And with that installed listen again is working ok which it
isn't in the stand alone IPLAYER plugin.

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=60368

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


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

2009-03-20 Thread Ken

Having just installed the new iplayerparser into Alien BBC the listen
again (based on one program from todays radio 2 schedule) is working ok
using Alien BBC.

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
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] Alien BBC hicupping

2008-09-10 Thread Ken

Encountering the same issues here in France this morning on Radio 4
(likewise I wanted to know if the world was going to end this
morning!!). Tried Radio 2 and it was just as bad so perhaps its a BBC
issue this morning.

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=52022

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


Re: [SlimDevices: Plugins] Regular FM Radio

2008-08-14 Thread Ken

I have a Trinloc DAB MP3 recorder radio using DABBAR running on an XP
machine which works pretty well. Contrary to what the name implies it
streams the live output from the radio and using urls set up as
favourites it is possible to use it from any of my SBs.

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=51080

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


[SlimDevices: Plugins] Alien BBC - Listen again not working on Radio 2

2008-07-10 Thread Ken

Anyone noticed that listen again is not working on Radio 2. It looks as
though  they have moved everything to iPlayer removing all other links.


So much for the promises made on these forums just a week or two ago.

Anyone of a more technical mind got anyway to get it working?


Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=49727

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


Re: [SlimDevices: Plugins] Announce: Wave Input plugin v1.00

2008-04-30 Thread Ken

BPA I think you're just being a tease. 

Anyway for simpletons like me any easy (step by step) guide on how to
install the plugin in SC7.0 and get it to play sound from the PC would
be great.

Thanks,

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=35718

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


Re: [SlimDevices: Plugins] UK/Ireland radio directory: RadioFeeds UK Ireland now available for testing

2008-02-15 Thread Ken

I signed up and installed it earlier this week and whilst I haven't used
it extensively I have used to listen to ClassicFM  and it has performed
perfectly.

Thanks,

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=43351

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-15 Thread Ken

Eric,

Let me offer my thanks for your efforts. I have installed your latest
release and it all seems to work fine, and is rather easier to follow
than the previous version, which I couldn't get to work.

Once again thanks,

Ken


-- 
Ken

Ken's Profile: http://forums.slimdevices.com/member.php?userid=957
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-08 Thread Ken Rahaim

aubuti;247677 Wrote: 
 What is the directory structure for slimserver on the Infrant?I don't know. 
 I've been looking around for ways to ftp/telnet/whatever
into the infrant-nas so I can look around at its directory structure
but I haven't had any luck.

As far as I can tell, I can't access the Infrant-NAS at the OS level to
navigate the directory structure (see:
http://www.infrant.com/forum/viewtopic.php?t=3828highlight=telnet).

This is not good. Between just now discovering this and recently
discovering that Infrant  Slimdevices are no longer 'partners' (plus
my root problem of sucky playlist management), I am becoming an unhappy
bunny.

Has anybody else bumped into this issue of trying to look around
Infrant's directory structure to find the skins directory to install
slimfx there?


-- 
Ken Rahaim

Ken Rahaim

ReadyNAS NV+ w/ SlimServer 6.5.4 Linux (in home office) - Linksys
Wireless-G 2.4GHz Broadband Router - wifi -
- Transporter (in great room) - 'NHT Xd 2.2'
(http://nhthifi.com/2006/s-s-ultimate.html)
- Squeezebox (in game room) - 'Emotiva BPA1'
(http://www.emotiva.com/bpa1.html) x 2 - 'NHT IW3'
(http://nhthifi.com/2006/products/s/iw3.html)
- Squeezebox (in basement) - leftover, elcheapo Onkyo Home Theater in
a Box

Ken Rahaim's Profile: http://forums.slimdevices.com/member.php?userid=9526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-07 Thread Ken Rahaim

Next question (hopefully I'll have more luck with an answer :)): 

How does one go about loading slimfx on an Infrant NAS when I've got
slimserver running there? Hopefully its a no-brainer question, but
where do you put the slimfx folder so the instance of slimserver
running on the NAS can see it?


-- 
Ken Rahaim

Ken Rahaim

ReadyNAS NV+ w/ SlimServer 6.5.4 Linux (in home office) - Linksys
Wireless-G 2.4GHz Broadband Router - wifi -
- Transporter (in great room) - 'NHT Xd 2.2'
(http://nhthifi.com/2006/s-s-ultimate.html)
- Squeezebox (in game room) - 'Emotiva BPA1'
(http://www.emotiva.com/bpa1.html) x 2 - 'NHT IW3'
(http://nhthifi.com/2006/products/s/iw3.html)
- Squeezebox (in basement) - leftover, elcheapo Onkyo Home Theater in
a Box

Ken Rahaim's Profile: http://forums.slimdevices.com/member.php?userid=9526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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


Re: [SlimDevices: Plugins] Announce: slimfx - Flash-based Skin / Control App

2007-12-02 Thread Ken Rahaim

I've just recently installed slimfx and its ease of use has finally
motivated me to work on rebuilding my playlists from my old DELL
digital DJ. So, like everyone else has said, thank you gsamsa for
sharing your work!

I've only got one question, and hopefully its just me being a bonehead.
When I add songs into a playlist, move their order around and save the
playlist, everything seems to work just peachy. But when I close and
reopen the playlist, its order is all jumbled around. I've tried
reordering my playlist three times (kind of tedious even w/ slimfx) but
each time, the list loses the order I put it in. 

Is there some way to ensure playlists will stay in the order I put them
in?

Thanks in advance for any advice or help.


-- 
Ken Rahaim

Ken Rahaim's Profile: http://forums.slimdevices.com/member.php?userid=9526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

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