[SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread gian
hello All, I just installes Squeezelite on my Ubuntu 14.04 desktop. It was installed from repositories, and /etc/init.d/squeezelite was edited with: OUTPUT=front:CARD=PCM2702,DEV=0 NAME=HP-Z210 However, the name shown is SqueezeLite. Squeezelite is started with: sudo squeezelite -z Works

Re: [SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread Krisbee
gian wrote: hello All, I just installed Squeezelite on my Ubuntu 14.04 desktop. It was installed from repositories, and /etc/init.d/squeezelite was edited with: OUTPUT=front:CARD=PCM2702,DEV=0 NAME=HP-Z210 However, the name shown is SqueezeLite. Squeezelite is started with:

Re: [SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread gian
Krisbee, thanks for your kind reply. sudo service squeezelite start|stop|status does not work. SL will start issuing squeezelite at the command prompt (without sudo), however, the terminal will hang open. I removed my edit in /etc/init.d/squeezelite and inserted default server and audio card

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

2014-04-27 Thread seren
Guut_Boy wrote: Is there any plans/possibilities to let the plugin work together with the new Your Music feature in Spotify? Good question, would love to see that too! seren's Profile:

[SlimDevices: Plugins] iPlayer rebuffering

2014-04-27 Thread danco
Until recently BBC iPlayer worked fine on my SB. But for the last few days it rebuffers so often that the streams are unlistenable. I am wondering how to find out the cause of the problem and how to cure it. SB Classic, LMS 7.8 running on an iMac with OS 10.9.2. The only change I am aware of is

Re: [SlimDevices: Plugins] iPlayer rebuffering

2014-04-27 Thread bpa
danco wrote: Until recently BBC iPlayer worked fine on my SB. But for the last few days it rebuffers so often that the streams are unlistenable Does rebuffering happen with just live streams or just Listen Again or both ? What format (http/AAC. Flash/AAC, WMA or MP3) are you listening to

Re: [SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread gian
here are some errors shown in terminal: [15:10:40.541043] ffmpeg: Estimating duration from bitrate, this may be inaccurate [15:11:07.823980] ffmpeg: prev_block_len_bits 4 out of range [15:11:07.824050] ff_decode:377 avcodec_decode_audio4 error: -1 Operation not permitted [15:11:28.973772]

Re: [SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread Krisbee
First, my apologies as there were typos in my last post: sudo service squeezelite start ( or /etc/int.d/ squeezelite start ) sudo service squeezelite stop ( or /etc/int.d/ squeezelite stop ) should have read: sudo service squeezelite start ( or sudo /etc/init.d/squeezelite start ) sudo

Re: [SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread gian
I confirm that: sudo service squeezelite start ( or sudo /etc/init.d/squeezelite start ) sudo service squeezelite stop ( or sudo /etc/init.d/squeezelite stop ) do not work, while issuing squeezelite -n Z210 -s 192.168.1.122 from terminal do. Ubuntu 14.04 should use Upstart. It was me who

Re: [SlimDevices: Plugins] Squeezelite troubleshooting

2014-04-27 Thread Krisbee
gian wrote: I confirm that: sudo service squeezelite start ( or sudo /etc/init.d/squeezelite start ) sudo service squeezelite stop ( or sudo /etc/init.d/squeezelite stop ) do not work, while issuing squeezelite -n Z210 -s 192.168.1.122 from terminal do. Ubuntu 14.04 should use Upstart.

Re: [SlimDevices: Plugins] iPlayer rebuffering

2014-04-27 Thread danco
As so often happens, the problem disappears after posting about it. I have just been listening to a Listen Again programme for two hours, with only a couple of very short drops. The problem could have been with my internet connection, but I have a feeling that it was somewhere else, that

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2014-04-27 Thread rlem
Hi Erland, The SQL Playlist Top Rated Songs by Artist, ofcourse requests the parameter Artist from the user, but the resulting dropdown shows a very long and unpractical list of all the -contributors- -- not equivalent to the main Artist list of LMS! Is there any way I can choose from the

Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2014-04-27 Thread gerardhn
Dear Triode , I just started using squeezelite instead of the touch. Internet radio doesnot work yet but that I will solve later. I have bigger wish, problem. My favourite player under windows and under squeezilte is jplay. It has some extra in definition, detail. Ok, true or not leave that

Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2014-04-27 Thread erland
rlem wrote: Hi Erland, The SQL Playlist Top Rated Songs by Artist, ofcourse requests the parameter Artist from the user, but the resulting dropdown shows a very long and unpractical list of all the -contributors- -- not equivalent to the main Artist list of LMS! Is there any way I can

[SlimDevices: Plugins] sqlite path function

2014-04-27 Thread Phil Meyer
I set up some database queries in Erland's DatabaseQuery plugin, that included the use of a path function to decode urls into a presentable format. This was working last week (LMS 7.8 I think). I've recently used git to pull LMS 7.9, and now the path function is not recognised. I can't

Re: [SlimDevices: Plugins] sqlite path function

2014-04-27 Thread Michael Herger
I can't remember what plugin provided the path function, but assumed the plugin would install the function into sqlite. I wasn't expecting a switch to LMS 7.9 to remove this function. What am I missing; how do I get the function back? What exactly did that function do? How did you use it?

Re: [SlimDevices: Plugins] sqlite path function

2014-04-27 Thread erland
mherger wrote: What exactly did that function do? How did you use it? It's provided by Database Query plugin, code to create it runs at server startup (initPlugin) Code: $dbh-func('path', 1, sub { my ($str1) = @_; return

Re: [SlimDevices: Plugins] sqlite path function

2014-04-27 Thread Michael Herger
It's provided by Database Query plugin, code to create it runs at server startup (initPlugin) Wow, didn't even know that option existed! Good to know - thanks! I didn't find any hint about its persistence though. It sure wouldn't survive a removal of the .db file from the cache folder. But