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

2014-12-04 Thread bluetdi

*Zapp* wrote: 
 ...Furthermore it only had the full weekday names so I changed to use
 the short one instead...

Hi Jonas,
which lines in the plugin did you change - and to what - to get the
short weekday names? I would need them too for a display with forecast
of 6 days.
Thanks in advance.
Karl



2x Odroid U3 + Max2play + LMS 7.9, 2x Touch, 2x Classic, 2x Boom, 2x
Radio  3x iPeng 8

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread *Zapp*

bluetdi wrote: 
 Hi Jonas,
 which lines in the plugin did you change - and to what - to get the
 short weekday names? I would need them too for a display with forecast
 of 6 days.
 Thanks in advance.
 Karl

Hmm, ok. It's in the Plugin.pm file down here:
some_path_dependign_on_your_instalation\SuperDateTime\lib\Plugins\SuperDateTime

It should be somewhere around line 3463 (I have done some changes and
there are different versions of the package available). It's in the
chunk of code right before sub getStocks {  #Set up Async HTTP request
for Stocks

This is the code chunk and you will find weekday_short in there. I
changed it from just weekday to weekday_short (I think!).

I have tried to highlight the line below in bold but it's hard to see.


Code:


  ...
my $dayindex = 1;
while ($dayindex 11){
my $wetDay = 'd' . $dayindex ;
#'highF' = '57',
$wetData{$wetDay}{'highF'} = 
($dailyfore[$dayindex-1]-{'high'}-{'fahrenheit'});
#'highC' = 14,
$wetData{$wetDay}{'highC'} = 
($dailyfore[$dayindex-1]-{'high'}-{'celsius'});
#'lowF' = '45',
$wetData{$wetDay}{'lowF'} = 
($dailyfore[$dayindex-1]-{'low'}-{'fahrenheit'});
#'lowC' = 7,
$wetData{$wetDay}{'lowC'} = 
($dailyfore[$dayindex-1]-{'low'}-{'celsius'});
#'precip' = '60%',
$a =  ($dailyfore[$dayindex-1]-{'pop'});
$wetData{$wetDay}{'precip'} = $a . '%';
#'date' = 'Apr 25',
$wetData{$wetDay}{'date'} = 
($dailyfore[$dayindex-1]-{'date'}-{'monthname_short'}) . ' ' . 
($dailyfore[$dayindex-1]-{'date'}-{'day'});
#'day' = 'Today',
*$wetData{$wetDay}{'day'} = 
($dailyfore[$dayindex-1]-{'date'}-{'weekday_short'});*
#'condition' = 'Showers'
$wetData{$wetDay}{'condition'} = 
($dailyfore[$dayindex-1]-{'conditions'});
#'forecastIcon' = '11',
#'forecastIconURLSmall' = 
'/plugins/SuperDateTime/html/images/11.png',
$wetData{$wetDay}{'forecastIcon'} = 
($dailyfore[$dayindex-1]-{'icon'});
$wetData{$wetDay}{'forecastIconURLSmall'} = 
'/plugins/SuperDateTime/html/images/'. ($dailyfore[$dayindex-1]-{'icon'}) . 
'.png';
  
$dayindex++;
}

refreshData(undef, $client, $refreshItem);
  }

  
  sub getStocks {  #Set up Async HTTP request for Stocks
  ...
  



I hope that's what you are looking for.

/Jonas...



*Zapp*'s Profile: http://forums.slimdevices.com/member.php?userid=7929
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] WaveInput Setup Troubles

2014-12-04 Thread bpa

AFAICT looking at snd_loop.c source code lines 570-571 ( see
http://lxr.free-electrons.com/source/sound/drivers/aloop.c) the loopback
driver does not support 24bit format.

Code:


  570   .formats =  (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE |
  571  SNDRV_PCM_FMTBIT_S32_LE | 
SNDRV_PCM_FMTBIT_S32_BE |
  572  SNDRV_PCM_FMTBIT_FLOAT_LE | 
SNDRV_PCM_FMTBIT_FLOAT_BE),
  



You can built and try the hw_params program to get supported formats of
your alsa devices - see
http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20110306/376b9e73/attachment.c

The loopback driver is intended for use with no audio hardware as per
the original post where you got the solution.  Since you want to record
the Wolfson audio linein I cannot see how the loopback driver is going
to solve your problem - there must a simple more direct solution.



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

___
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)

2014-12-04 Thread flysurfer

Hi Teetertank,

the Filesystem-Tab in the webinterface consists of 2 parts. The first
is for mounting shares ON the ODROID. If you have a network storage you
can mount its files to a path on the ODROID.

If you want to share the data FROM the ODROID to other computers in your
network, you can use the Samba-Shares (second part in
Filesystem-Tab). There you set up the directory you want to share and
you may access this directory from any computer in your network.

If you want to access the data from outside your network it is more
complicated and I do not suggest to do it. You have to edit your router
settings (portforwarding) and set up a file server like FTP on the
ODROID. Unless you really know what you are doing here, this is not a
easy thing to do, as you have to make sure your configuration does not
allow any break in attempts.

I created a video that shows how to mount / share data with Max2Play
(it's german, but you get an idea how to use it, starting from minute
2:00) on the FAQ-page. How do I set up network shares and use USB hard
drives?: http://www.max2play.com/en/faq-2/



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-Image for ODROID: http://shop.max2play.com/de/image-max2play

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

2014-12-04 Thread get.amped

Benefactor wrote: 
 - Win 7
 - Can't figure WU out.
 - No

You will probably find it easier to use the replacement plugin.pm from
BoomX2 posted earlier in this thread. 

1) Make sure you are using the current official version of the SDT
plugin with no modifications. If you aren't sure, uninstall it, restart
LMS, install it, restart LMS.

2) Download the file in his post:

http://forums.slimdevices.com/showthread.php?14327-Announce-SuperDateTime-Current-Date-Temperature-and-or-Baseball-Screensaverp=798634viewfull=1#post798634

3) Extract the contents of the file (right click, Extract All)

4) Stop LMS

5) Copy the extracted file, plugin.pm, to the SDT directory with the
current version of the file. On my system that is:

C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\SuperDateTime\lib\Plugins\SuperDateTime

6) Start LMS

7) Go to the Advanced tab on the Settings page and select SDT from the
drop down menu. Enter your full weather.com city identifier
(10019:4:US). You can tell what it is by going to weather.com and
entering your zip code in the search box and then looking at the end of
the URL used to display the results.

8) Apply

9) Configure the options for your players



Win7Pro(x64)[3.3Ghz i5, 8GB RAM, 120GB SSD system, 15TB storage], LMS
7.9.0 - Logitech Squeezebox Classic V.3 - Cambridge Audio DacMagic -
NAD C160 - 2 x NAD C272 - Quad 22L2

get.amped's Profile: http://forums.slimdevices.com/member.php?userid=10022
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread Benefactor

Those instructions worked like a charm...thank you for dumbing it down
for me!

:)



Benefactor's Profile: http://forums.slimdevices.com/member.php?userid=25904
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread bluetdi

@ *Zapp
Thank you, found the parameter at once and changed it. At the weekend I
will work on a new clockdesign with as much features as I can place on
the display without cluttering it.

@ tclipping
The  1 and 2 near-term forecasts (based now on hourly - ~6 hours
out, ~24 hours out) work well. It is nice to see the weekday and time of
forecast also. Thanks for coding this, it is better than before. For
european use I only changed the time pattern from AM/PM to 15:43, that´s
more convenient here.



2x Odroid U3 + Max2play + LMS 7.9, 2x Touch, 2x Classic, 2x Boom, 2x
Radio  3x iPeng 8

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread bearshare

In the section 9) Configure the options for your players, I'm not sure
what I have to do. Can you explain the way to a *nice looking*
configuration like *Zapp's post earlier in this thread? 



get.amped wrote: 
 You will probably find it easier to use the replacement plugin.pm from
 BoomX2 posted earlier in this thread. 
 
 1) Make sure you are using the current official version of the SDT
 plugin with no modifications. If you aren't sure, uninstall it, restart
 LMS, install it, restart LMS.
 
 2) Download the file in his post:
 
 http://forums.slimdevices.com/showthread.php?14327-Announce-SuperDateTime-Current-Date-Temperature-and-or-Baseball-Screensaverp=798634viewfull=1#post798634
 
 3) Extract the contents of the file (right click, Extract All)
 
 4) Stop LMS
 
 5) Copy the extracted file, plugin.pm, to the SDT directory with the
 current version of the file. On my system that is:
 
 C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\SuperDateTime\lib\Plugins\SuperDateTime
 
 6) Start LMS
 
 7) Go to the Advanced tab on the Settings page and select SDT from the
 drop down menu. Enter your full weather.com city identifier
 (10019:4:US). You can tell what it is by going to weather.com and
 entering your zip code in the search box and then looking at the end of
 the URL used to display the results.
 
 8) Apply
 
 9) Configure the options for your players



bearshare's Profile: http://forums.slimdevices.com/member.php?userid=63669
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread bluetdi

@ tclipping

In the 1 and 2 near-term forecasts I get rain/precip with values of
5% and 8%. Can that be correct or is there a zero missing and it shoud
read 50% and 80%?



2x Odroid U3 + Max2play + LMS 7.9, 2x Touch, 2x Classic, 2x Boom, 2x
Radio  3x iPeng 8

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread get.amped

bearshare wrote: 
 In the section 9) Configure the options for your players, I'm not sure
 what I have to do. Can you explain the way to a *nice looking*
 configuration like *Zapp's post earlier in this thread?

The choice of configuration is both personal (what do you want to see?)
and player specific (what are the capabilities of your display?). I only
have a SB3 and Boom, so I'm fairly limited in what can be reasonably
displayed. I don't follow sports or stocks, so in the Advanced SDT menu
in Settings, I have Long Forecast = Always.

On my players I use the following:

Icon = On

3 Line = Off

Line 1 = %1 %t %h %w

Line 2 = %y %v



Win7Pro(x64)[3.3Ghz i5, 8GB RAM, 120GB SSD system, 15TB storage], LMS
7.9.0 - Logitech Squeezebox Classic V.3 - Cambridge Audio DacMagic -
NAD C160 - 2 x NAD C272 - Quad 22L2

get.amped's Profile: http://forums.slimdevices.com/member.php?userid=10022
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread mbonsack

petersw wrote: 
 It looks like part of the problem was in not using the full Weather.Com
 station ID (as others have found as well).  Once I put in 94611:4:US, it
 started to work.  Still a few errors in the server log, but much, much
 better!!
 
 Thank you so much for bringing weather back to my night table! :)

I'm still getting errors in the server log too:

[14-12-04 08:26:47.6211] Slim::Networking::IO::Select::__ANON__ (131)
Error: Select task failed calling
Slim::Networking::Async::HTTP::_http_read_body: Can't use an undefined
value as a HASH reference at
/home/mbonsack/Utilities/Squeezebox/LMS-7.9/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
line 3006.
; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xa963e00)
[14-12-04 08:28:29.6153]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3326) Error parsing
tomorrow 1 precip
[14-12-04 08:28:29.6173]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3343) Error parsing
tomorrow 1 hi/low
[14-12-04 08:28:29.6193]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3370) Error parsing
tomorrow 1 sky conditions
[14-12-04 08:28:29.6213]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3386) Error parsing
tomorrow 1 weather icon
[14-12-04 08:28:29.6233]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3396) Error parsing
tomorrow 1 narrative
[14-12-04 08:28:29.6256]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3414) Error parsing
tomorrow 2 precip
[14-12-04 08:28:29.6276]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3431) Error parsing
tomorrow 2 hi/low
[14-12-04 08:28:29.6295]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3452) Error parsing
tomorrow 2 sky conditions
[14-12-04 08:28:29.6315]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3468) Error parsing
tomorrow 2 weather icon
[14-12-04 08:28:29.6335]
Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3478) Error parsing
tomorrow 2 narrative
[14-12-04 08:28:37.3621] Plugins::SuperDateTime::Plugin::doneDrawing
(4693) Data refresh completed with errors.

Are these normal for BoomX2's version?

-mark



mbonsack's Profile: http://forums.slimdevices.com/member.php?userid=1398
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread htcheng

mbonsack wrote: 
 I'm still getting errors in the server log too:
 
 [14-12-04 08:26:47.6211] Slim::Networking::IO::Select::__ANON__ (131)
 Error: Select task failed calling
 Slim::Networking::Async::HTTP::_http_read_body: Can't use an undefined
 value as a HASH reference at
 /home/mbonsack/Utilities/Squeezebox/LMS-7.9/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
 line 3006.
 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xa963e00)
 [14-12-04 08:28:29.6153]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3326) Error parsing
 tomorrow 1 precip
 [14-12-04 08:28:29.6173]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3343) Error parsing
 tomorrow 1 hi/low
 [14-12-04 08:28:29.6193]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3370) Error parsing
 tomorrow 1 sky conditions
 [14-12-04 08:28:29.6213]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3386) Error parsing
 tomorrow 1 weather icon
 [14-12-04 08:28:29.6233]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3396) Error parsing
 tomorrow 1 narrative
 [14-12-04 08:28:29.6256]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3414) Error parsing
 tomorrow 2 precip
 [14-12-04 08:28:29.6276]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3431) Error parsing
 tomorrow 2 hi/low
 [14-12-04 08:28:29.6295]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3452) Error parsing
 tomorrow 2 sky conditions
 [14-12-04 08:28:29.6315]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3468) Error parsing
 tomorrow 2 weather icon
 [14-12-04 08:28:29.6335]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3478) Error parsing
 tomorrow 2 narrative
 [14-12-04 08:28:37.3621] Plugins::SuperDateTime::Plugin::doneDrawing
 (4693) Data refresh completed with errors.
 
 Are these normal for BoomX2's version?  (The first error may be due to
 my not having yet filled in a value for the weather.com identifier, and
 occurred at initial startup.  Once I did that and hit apply all the
 parsing errors popped out.)
 
 -mark

--

Hi, I've tried the latest version of BoomX2's plugin and am still
getting the same errors as above - I'm running the plugin on a Synology
DS1511+ which is Linux based. The plugin loads, but has a problem
parsing the data. I double-checked that I am using the correct
weather.com code as well - USCA0860:1:US

Any suggestions?



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

2014-12-04 Thread doctor_big

Anyone out there have some info on settings to use with a USB dac? 

Thanks
Jason





doctor_big's Profile: http://forums.slimdevices.com/member.php?userid=15196
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread tcutting

*Zapp* wrote: 
 Hi! 
 
 Thanks. 
 
 I use wunderground as preferred source and the JSON updated SDT posted
 in this thread. 
 In the version I started to work with there was no C temp and no m/s for
 windspeed so I had to add that myself. Looks like that is in the latest
 version. Furthermore it only had the full weekday names so I changed to
 use the short one instead. 
 When it comes to changing the language it will be a bit harder. As far
 as I can see there are no support in the code for this and all JSON
 responses are in English. It's doable but it's a far cry for easy to do.
 
 
 /Jonas...

The version I sent out last does NOT have m/s windspeed, but all the
temperature options should be supported.
I added the rest of the windspeed options on my version at home. I may
do a few more tweaks, and then send out another update (probably this
weekend).



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

2014-12-04 Thread tcutting

bluetdi wrote: 
 @ *Zapp
 Thank you, found the parameter at once and changed it. At the weekend I
 will work on a new clockdesign with as much features as I can place on
 the display without cluttering it.
 
 @ tclipping
 The  1 and 2 near-term forecasts (based now on hourly - ~6 hours
 out, ~24 hours out) work well. It is nice to see the weekday and time of
 forecast also. Thanks for coding this, it is better than before. For
 european use I only changed the time pattern from AM/PM to 15:43, that´s
 more convenient here.

IF I get a chance later this week, I will probably update my version to
use short weekday names for the 10-day forecast - the names seem long in
my display as well (not sure what it did before).
Also, I might look at adding a configuration switch to choose either 12
Hr-AM/PM vs. 24 hour for the sunrise/sunset.



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

2014-12-04 Thread PaulinPosset

Just to report that releases from 0.1 onward have issues when playing
through the Uniti2. Namely down to flac pausing and re-positioning.
These functions worked satisfactorily for me in release 0.1 but releases
since then don't. For version 0.1.2, after setting LMS to transcode to
pcm, pausing and re-positioning does work on flac files but
unfortunately flac streams from Qobuz and Tidal won't play at all. I'm
therefore still using release 0.1 if and until the problem is solved.

It is an excellent program and overall I'm still delighted and use it
all the time.



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

2014-12-04 Thread phred

tcutting wrote: 
 but all the temperature options should be supported.
@tcutting - 

Thanks very much for the latest fixes.   Everything is now working as
expected except for a (minor) glitch in the current temperature, for
which I use %e (F, not rounded.)
When the temperature is 46.x, that's what shows on my display, but if
the temperature is 46.0 it doesn't show the decimal.  i.e. 46 instead
of the expected 46.0.
It's a small thing, but if you have the time, could you look into this
for the next round of fixes?

Thanks again.



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

2014-12-04 Thread philippe_44

PaulinPosset wrote: 
 Just to report that releases from 0.1 onward have issues when playing
 through the Uniti2. Namely down to flac pausing and re-positioning.
 These functions worked satisfactorily for me in release 0.1 but releases
 since then don't. For version 0.1.2, after setting LMS to transcode to
 pcm, pausing and re-positioning does work on flac files but
 unfortunately flac streams from Qobuz and Tidal won't play at all. I'm
 therefore still using release 0.1 if and until the problem is solved.
 
 It is an excellent program and overall I'm still delighted and use it
 all the time.

Could you capture a log while doing a repositioning ? (using -f
filename). Having a copy of the 2 -idx files (these are the buffer
files and should be created in the buffer_dir directory) would also
help me investigating (maybe through Dropbox). We did a lot of
investigations with PasTim to understand what was happening with his M1
Clic and flac. It boiled down to a LMS transcoding problem (or I shouldd
say lack of transcoding) where PasTim finally did force a flac-to-flac
transcoding in LMS. Meanwhile I also did a few changes in squeeze2upnp
for flac header on-the-fly re-insertion and it is probably what is
affecting you. With the log and the buffer files, I should be able to
quickly understand and fiw what's happening



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

2014-12-04 Thread htcheng

htcheng wrote: 
 Hi, I've tried the latest version of BoomX2's plugin and am still
 getting the errors below - I'm running the plugin on a Synology DS1511+
 which is Linux based. The plugin loads, but has a problem parsing the
 data. I double-checked that I am using the correct weather.com code as
 well - USCA0860:1:US
 
 Any suggestions?
 
 [14-12-04 08:50:18.8419] Plugins::SuperDateTime::Plugin::stuckMonitor
 (4688) Plugin appears to be stuck.  Forcing refresh...
 [14-12-04 08:50:22.7017] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (2997) Error parsing current temperature
 [14-12-04 08:50:22.7131] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3007) Error parsing feels like temperature
 [14-12-04 08:50:22.7256] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3035) Error parsing current wind
 [14-12-04 08:50:22.7470] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3061) Error parsing 0 sky conditions and icon
 [14-12-04 08:50:22.7592] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3061) Error parsing 1 sky conditions and icon
 [14-12-04 08:50:22.7703] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3061) Error parsing 2 sky conditions and icon
 [14-12-04 08:50:22.7843] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3078) Error parsing current dew point
 [14-12-04 08:50:22.7957] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3095) Error parsing current pressure
 [14-12-04 08:50:22.8077] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3118) Error parsing current pressure trend
 [14-12-04 08:50:22.8301] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3156) Error parsing tonight rain/snow
 [14-12-04 08:50:22.8664] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3210) Error parsing today high
 [14-12-04 08:50:22.8787] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3234) Error parsing today low
 [14-12-04 08:50:22.8912] Slim::Networking::IO::Select::__ANON__ (147)
 Error: Select task failed calling
 Slim::Networking::Async::HTTP::_http_read_body: Can't call method
 as_text on an undefined value at
 /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
 line 3241.
 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xcabe560)

Update: Tried tcutting's Plugin.pm with 5.9.16 SuperDateTime and getting
the following:

[14-12-04 10:10:55.2784] Plugins::SuperDateTime::Plugin::stuckMonitor
(4144) Plugin appears to be stuck.  Forcing refresh...
[14-12-04 10:10:58.4101] Slim::Networking::IO::Select::__ANON__ (147)
Error: Select task failed calling
Slim::Networking::Async::HTTP::_http_read_body: Can't use an undefined
value as an ARRAY reference at
/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
line 3039.
; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xc831b10)

It's strange because I don't see anywhere to input the Wunderground API
key. I'm going to try to install the whole folder that was attached.

Anyone else running either of these on a Synology?



htcheng's Profile: http://forums.slimdevices.com/member.php?userid=63674
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] Annouce: SB Player, a software Squeezebox player app for Android.

2014-12-04 Thread bs01890

So I've been running SB player on the Fire TV with output through the
SPDIF to my DAC and controlling with iPeng; it works well. The new
version defaults to high bandwidth with a wired connection to the
network, which is nice. I can turn the TV off and even disconnect the
HDMI and after an initial return to pause, hitting play on the iPeng
again will restart the music indefinitely without an active HDMI
connection.

The fire TV has no on-off button and as far as I can tell only comes out
of standby when the TV is turned on.

Is there any way (software hack or hardware) that would force the fire
TV out of standby without a connected TV? with SB player loading
automatically at startup it would have the same functionality as a duet
receiver.


Any thoughts?



bs01890's Profile: http://forums.slimdevices.com/member.php?userid=63179
View this thread: http://forums.slimdevices.com/showthread.php?t=98049

___
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

2014-12-04 Thread ian_heys

Michaels suggestion to look at the Developer Forums. Not something I do
with any confidence. I found this discussion between erland and Triode,
seemed it might be relevant, but what would I know.

http://forums.slimdevices.com/showthread.php?101305-Protocol-handlers-and-setting-stream-format

Shoot me down gently.



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


[SlimDevices: Plugins] Multi Library random playback AFTER ibrary is selected?

2014-12-04 Thread Juke

I've been trying to get to grips with this addon for the past few days
but I'm stumped. I have set up four diectories, MP3, Classical,
Christmas and Popular.

The main thing that I'm trying to achieve is a setup where I select one
of these 4 libraries and then select random play (thereby obviously only
playing in a random manner from that particular group of music files).

I just can't seem to make this happen, can anyone confirm if it can be
done please?



Juke's Profile: http://forums.slimdevices.com/member.php?userid=10176
View this thread: http://forums.slimdevices.com/showthread.php?t=102646

___
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

2014-12-04 Thread steffen

Can anyone help me please?


Code:

BEGIN failed--compilation aborted at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
 line 195.
  Compilation failed in require at (eval 977) line 2.
  BEGIN failed--compilation aborted at (eval 977) line 2.




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

2014-12-04 Thread PaulinPosset

philippe_44 wrote: 
 Could you capture a log while doing a repositioning ? (using -f
 filename). Having a copy of the 2 -idx files (these are the buffer
 files and should be created in the buffer_dir directory) would also
 help me investigating (maybe through Dropbox). We did a lot of
 investigations with PasTim to understand what was happening with his M1
 Clic and flac. It boiled down to a LMS transcoding problem (or I shouldd
 say lack of transcoding) where PasTim finally did force a flac-to-flac
 transcoding in LMS. Meanwhile I also did a few changes in squeeze2upnp
 for flac header on-the-fly re-insertion and it is probably what is
 affecting you. With the log and the buffer files, I should be able to
 quickly understand and fiw what's happening
 
 [edit]: thank you for the nice words

Despite your earlier advice I still can't work out how to create a
logfile.

So that your aware I have the exe file, drivers and config file in a
folder on my desktop. All I do is double click the exe.file to start.

Having started sq2u I then typed squeeze2upnp -f logfile . Nothing
showed up in the folder either during running or on closing the
program.

I need more basic instruction!!



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

2014-12-04 Thread philippe_44

ian_heys wrote: 
 Michaels suggestion (prompted me) to look at the Developer Forums. Not
 something I do with any confidence. I found this discussion between
 erland and Triode, seemed it might be relevant, but what would I know.
 
 http://forums.slimdevices.com/showthread.php?101305-Protocol-handlers-and-setting-stream-format
 
 Shoot me down gently.

Thanks - I still have to get my head around the LMS server side of
things and I'm not there yet :-( but I'll look at this thread, thanks
again. So far I've implemented a solution for metadata using the CLI.
Still very early so I will not push it on github yet. Especially the
port for CLI is hardcoded to 9090 and I don't support password, so i'm
not sure this is good enough

https://dl.dropboxusercontent.com/u/26754471/squeeze2upnp.exe
https://dl.dropboxusercontent.com/u/26754471/squeeze2upnp-x86



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] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2014-12-04 Thread kidstypike

Question about searching on Squeeze Control

If I type something in the search field then press search on the
keyboard, I get four spinnies, forever. (see below)

I need to press the down arrow on the keyboard to be able to see More
which is hidden, press More  My Music  to get to :

Artists
Albums
Songs
Playlists

Press one of those to see some search results.  It's all rather
long-winded?

I get the same behavior on 2 phones and a tablet. Is there a quicker way
to see search results?


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


kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

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

2014-12-04 Thread wt0

kidstypike wrote: 
 Question about searching on Squeeze Control
 
 If I type something in the search field then press search on the
 keyboard, I get four spinnies, forever. (see below)
 
 I need to press the down arrow on the keyboard to be able to see More
 which is hidden, press More  My Music  to get to :
 
 Artists
 Albums
 Songs
 Playlists
 
 Press one of those to see some search results.  It's all rather
 long-winded?
 
 I get the same behavior on 2 phones and a tablet. Is there a quicker way
 to see search results?
Those spinners shouldn't spin forever. They're supposed to stop and show
the number of results for each category and then you can tap on the
category. If you're seeing the same behavior on multiple devices then
there may be a problem with the server.



--
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] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2014-12-04 Thread kidstypike

wt0 wrote: 
 Those spinners shouldn't spin forever. They're supposed to stop and show
 the number of results for each category and then you can tap on the
 category. If you're seeing the same behavior on multiple devices then
 there may be a problem with the server.

Well I guessed that was the idea :(

I run the latest 7.9, might be the problem?



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

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

2014-12-04 Thread kidstypike

wt0 wrote: 
 7.9 may be the problem. I don't test on non-stable or beta versions of
 LMS.

Yep, 7.9 is the problem, I was running 7.9 on a laptop as well as on my
main PC, the laptop was showing the same behavior.  I've just loaded
7.7.5 on the laptop and the search works as intended.

Something in 7.9 must break it. 7.9 also seems to break *Add to
favourites.

My apologies. :o



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

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

2014-12-04 Thread ian_heys

philippe_44 wrote: 
 So far I've implemented a solution for metadata using the CLI. Still
 very early so I will not push it on github yet. Especially the port for
 CLI is hardcoded to 9090 and I don't support password, so i'm not sure
 this is good enough
 
 https://dl.dropboxusercontent.com/u/26754471/squeeze2upnp.exe
 https://dl.dropboxusercontent.com/u/26754471/squeeze2upnp-x86

Wasn't very successful, saw nothing at all when playing flac files and
only the track elapsed time (not the remaining time shown in the LMS
GUI) when playing mp3 files.



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] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2014-12-04 Thread Michael Herger

I run the latest 7.9, might be the problem?

7.9 may be the problem. I don't test on non-stable or beta versions of
LMS.


Search indeed changed quite a bit in 7.9. What query are you using in 
the app?


kidstypike - do you get any error in the server.log file when this happens?

--

Michael
___
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

2014-12-04 Thread Michael Herger

wt0 - what's the minimum Android version required for your app?

--

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


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

2014-12-04 Thread pierrepfeffer

Michael, I set this up initially for local music only.  I did not
click on the other options (streaming) that showed up during install
process.  Smart mix installed easily and seems to work well on my local
music files.

I have now signed up with tidal by way of ickstream, but have lost the
boxes that would allow me to include steaming music.  By that I mean
that on the settings page, smart mix ONLY shows the local box. 
Ickstream does show up under my apps, and I can play tidal streamed
music using my touch.How do I get the other options (which hopefully
include icksteam / tidal) to show up in the smart mix settings? 
Thanks.

pierre



Touch+ (coax)  Gungnir dac  The Truth pre-amp  J2 power amp  Horned
Heil speakers

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


[SlimDevices: Plugins] Configuring a USB DAC with Squeezelite, Max2play, Picoreplayer, etc

2014-12-04 Thread doctor_big

Hi all.  

I'm currently working to configure an Odroid with the Max2play softwre. 
This system incorporates Squeezelite and LMS in the same box, and is a
wonderful piece of gear.  However it's Linux based, and therefore at the
absolute mercy of Alsa for choosing and configuring a USB DAC.  

The objective, from my point of view, is to get my two different USB
DACs working with the Odroid passing a bit-perfect (not resampled)
signal to the outside world.  This is far from easy, as it seems that
each thread on these 

From what I've seen, this issue is a stumbling block for a number of
people who are new to Linux-based players, and it seems to me that it's
reasonable to create a thread that will specifically deal with this
issue.  

In my case, the Max2play functionality offers a number of options in a
drop down box.  so my first order of business is choosing which option
points to a USB DAC.  I'll edit this post tonight and put up  the
options.  

Secondly, I need to specify a string that tells Alsa the values of my
USB DAC.  There's a nice spreadsheet on the Picoreplayer website with
strings that have worked for others.  However, I'm not having much luck
with my Dragonfly.  

So first question -- is there a Squeezelite log that I can look into to
see why it won't restart when I specify my Dragonfly string as follows: 
front:CARD=DragonFly,DEV=0  ?

Thanks,
Jason



doctor_big's Profile: http://forums.slimdevices.com/member.php?userid=15196
View this thread: http://forums.slimdevices.com/showthread.php?t=102647

___
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

2014-12-04 Thread kidstypike

Hi Michael

Query is just a search on the word leather, as per screen-grab,
nothing fancy.

Nothing in the server log.

The search (on Squeeze Control app) works as intended on 7.7.5, but is
slightly broken in 7.9.



kidstypike 
1 x SB3 - 1 x Boom - 1 x (Squeezebox) Radio - 2 x Touch - 2 x
piCorePlayer

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
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: Smart Mix plugin

2014-12-04 Thread Michael Herger

I have now signed up with tidal by way of ickstream, but have lost the
boxes that would allow me to include steaming music.  By that I mean
that on the settings page, smart mix ONLY shows the local box.
Ickstream does show up under my apps, and I can play tidal streamed
music using my touch.How do I get the other options (which hopefully
include icksteam / tidal) to show up in the smart mix settings?


There currently is no ickStream - SmartMix integration available. It 
might become possible at some point, but we're not there yet.


--

Michael
___
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

2014-12-04 Thread Michael Herger

Query is just a search on the word leather, as per screen-grab,
nothing fancy.


I wanted to know the CLI command wt0 is using for the search.


Nothing in the server log.


Ok, thanks.


The search (on Squeeze Control app) works as intended on 7.7.5, but is
slightly broken in 7.9.


I'll try to install the app. My latest Android is some 4.0, though...

--

Michael
___
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

2014-12-04 Thread philippe_44

ian_heys wrote: 
 Wasn't very successful, saw nothing at all when playing flac files and
 only the track elapsed time (not the remaining time shown in the LMS
 GUI) when playing mp3 files.

:-( any chance to have a log ? it might be that something is wrong with
the Command Line Interface and in that case, no metadata will be
available



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

2014-12-04 Thread philippe_44

PaulinPosset wrote: 
 Despite your earlier advice I still can't work out how to create a
 logfile.
 
 So that your aware I have the exe file, drivers and config file in a
 folder on my desktop. All I do is double click the exe.file to start.
 
 Having started sq2u I then typed squeeze2upnp -f logfile . Nothing
 showed up in the folder either during running or on closing the
 program.
 
 I need more basic instruction!!

the -f logfile is an option that must added on the command line, when
you start squeeze2upnp, not while it is running. In other words, a
solution can be to open a command line windows (type cmd in the
windows start menu or find it in the list of programs), go to the folder
where squeeze2upnp is and then type squeeze2upnp -f logfile. Another
option is to right click on squeeze2upnp icon, create a shortcut and
then, right click on that shortcut and add -f logfile in the
shortcut tab, target box so that the option is used everytime you
laucnh the shortcut



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: Smart Mix plugin

2014-12-04 Thread pierrepfeffer

 There currently is no ickStream - SmartMix integration available. It 
 might become possible at some point, but we're not there yet.
 Michael

OK - that takes care of Tidal for the time being.

I still don't understand what happened to my smart mix setup streaming
options?  I think I recall three - one of which was spotify.  So 
... If I were to sign up for spotify, how would I get smart mix to
recognize that since I no longer have other options showing up on my
smart mix set up screen;
... what other streamers does smart mix work with?

Thank you.

Pierre



Touch+ (coax)  Gungnir dac  The Truth pre-amp  J2 power amp  Horned
Heil speakers

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


Re: [SlimDevices: Plugins] ANNOUNCE: muso (production)

2014-12-04 Thread jezbo

2.2.04
Various fixes to info display.

16857


+---+
|Filename: Capture.PNG  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=16857|
+---+


-- 
muso developer

jezbo's Profile: http://forums.slimdevices.com/member.php?userid=9888
View this thread: http://forums.slimdevices.com/showthread.php?t=81685

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


Re: [SlimDevices: Plugins] Help with Multi-Library Plugin

2014-12-04 Thread arthurb

Another hour or two wasted this evening trying to get this stuff to do
the simplest things. BUT, I am worse off than I was before; I have been
getting the 'no matching songs found' message, or something like that,
and now I get the zero response syndrome. I have to say that in 40 years
of working with computers, writing software, testing software and
managing other people doing that sort of stuff, this is the worst
software I have ever found - bar none. When I did what Erland suggested
I ended up with the mess that I have found this evening. I am sorry to
say this Erland but the Music Folders option is the only thing that
works, and I am not sure that you know how to make the Custom Scan and
Custom Browse modules work to give multiple levels of sorts (i.e. 4
nested sort levels - Composer-Genre-Album-Album-Artist); that is all
I am looking for.

Will I try again? It would be so, so good to actually be able to do
this, but maybe I just have to settle for using the folder structure;
this is really, really painful - and sad.



arthurb's Profile: http://forums.slimdevices.com/member.php?userid=56956
View this thread: http://forums.slimdevices.com/showthread.php?t=102563

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


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

2014-12-04 Thread cadfish

Hi all,

I can not seem to get the plugin to work. Browsing works, but no success
to play a track.
Same with the self test. All but the last test pass, then Unable to
authenticate player

In the log I see


Code:


  [01:20:10.242] main:567 new connection
  [01:20:10.244] main:619 req: stream.flc res: 
spotify:track:1blo7jFYjDyBkD43T4cvjY par: 
player=c6%3A5d%3A6e%3A5f%3A4f%3A2estart=0sync=1id=2 prot: SPOTSTREAM/1.0 
auth: (null)
  [01:20:10.244] main:702 relogging in as user: XX
  [01:20:10.255] logged_in:54 logged in
  [01:20:10.255] credentials_blob_updated:119 credentials blob updated
  [01:20:11.255] main:813 newstream connection from 192.168.1.80
  [01:20:11.255] main:849 streamid: 0 newid: 2 type: FLAC
  [01:20:11.285] log_message:81 log: 00:20:11.285 I [ap:1752] Connecting to AP 
ap.gslb.spotify.com:4070
  [01:20:11.370] log_message:81 log: 00:20:11.370 I [ap:1226] Connected to AP: 
194.132.162.18:4070
  [01:20:12.260] check_player:235 unable to create cli connection to 
127.0.0.1:9097
  [01:20:12.260] main:871 unable to play on this player: -1
  [01:20:12.281] credentials_blob_updated:119 credentials blob updated
  [01:20:12.281] metadata_updated:86 new meta
  [01:20:12.281] metadata_updated:86 new meta
  [01:20:12.801] log_message:81 log: 00:20:12.801 E 
[c:/Users/spotify-buildagent/BuildAgent/work/1e0ce8a77adfb2dc/client/core/network/proxy_resolver_win32.cpp:215]
 WinHttpGetProxyForUrl failed
  [01:20:22.281] log_message:81 log: 00:20:22.281 I [offline-mgr:2032] 0 files 
are locked. 0 images are locked
  [01:20:22.281] log_message:81 log: 00:20:22.281 I [offline-mgr:2058] 0 files 
unlocked. 0 images unlocked
  [01:20:44.560] main:567 new connection
  [01:20:44.560] main:619 req: status.json res: (null) par: (null) prot: 
HTTP/1.0 auth: (null)
  [01:20:44.560] process_status:1464 process status
  



And in the debug console it says


Code:


  [14-12-05 01:20:12.2702] Plugins::Spotify::ProtocolHandler::handleDirectError 
(366) stream failed - bad player: -1
  



I tried different CLI ports and disabled the firewall completely - no
success.

Win 7, 32Bit, LMS 7.8

Any idea where to look for the reason?

Günther



Primary System: LMS on Win 7 PC, 4 SBT, 1 Duet, 1 piCorePlayer 
HifiMeDIY Sabre II DAC, 2 Duet Controller, 2 iPods, 1 iPhone (iPeng),
Sony XPeria Mini  ION,  Android Tablet (SqueezeControl, OrangeSqueeze,
SqueezeCommander) -- Secondary System: Mobile Server based on
SqueezePlug on RaspBerry PI

Visit 'SBNetIO' (http://code.google.com/p/sbnetio) - yet another remote
control plugin.

cadfish's Profile: http://forums.slimdevices.com/member.php?userid=58296
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread BoomX2

htcheng wrote: 
 Hi, I've tried the latest version of BoomX2's plugin and am still
 getting the errors below - I'm running the plugin on a Synology DS1511+
 which is Linux based. The plugin loads, but has a problem parsing the
 data. I double-checked that I am using the correct weather.com code as
 well - USCA0860:1:US
 
 Any suggestions?
 
 *trimmed out***
 [14-12-04 08:50:22.8301] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3156) Error parsing tonight rain/snow
 [14-12-04 08:50:22.8664] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3210) Error parsing today high
 [14-12-04 08:50:22.8787] Plugins::SuperDateTime::Plugin::gotWeatherToday
 (3234) Error parsing today low
 [14-12-04 08:50:22.8912] Slim::Networking::IO::Select::__ANON__ (147)
 Error: Select task failed calling
 Slim::Networking::Async::HTTP::_http_read_body: Can't call method
 as_text on an undefined value at
 /volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
 line 3241.
 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xcabe560)

It doesn't look like you are actually running the plugin.pm file I
uploaded on Dec 2nd as your error log shows SDT crashed at line 3241. 
That line is blank in my upload.

Make sure you place the plugin.pm file in the following location on your
system.   Your server shows that is where it is running from on your
system.

/volume1/@appstore/SqueezeCenter/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/



BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2014-12-04 Thread BoomX2

mbonsack wrote: 
 I'm still getting errors in the server log too:
 
 [14-12-04 08:26:47.6211] Slim::Networking::IO::Select::__ANON__ (131)
 Error: Select task failed calling
 Slim::Networking::Async::HTTP::_http_read_body: Can't use an undefined
 value as a HASH reference at
 /home/mbonsack/Utilities/Squeezebox/LMS-7.9/Cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
 line 3006.
 ; fh=Slim::Networking::Async::Socket::HTTP=GLOB(0xa963e00)
 [14-12-04 08:28:29.6153]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3326) Error parsing
 tomorrow 1 precip
 [14-12-04 08:28:29.6173]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3343) Error parsing
 tomorrow 1 hi/low
 [14-12-04 08:28:29.6193]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3370) Error parsing
 tomorrow 1 sky conditions
 [14-12-04 08:28:29.6213]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3386) Error parsing
 tomorrow 1 weather icon
 [14-12-04 08:28:29.6233]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3396) Error parsing
 tomorrow 1 narrative
 [14-12-04 08:28:29.6256]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3414) Error parsing
 tomorrow 2 precip
 [14-12-04 08:28:29.6276]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3431) Error parsing
 tomorrow 2 hi/low
 [14-12-04 08:28:29.6295]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3452) Error parsing
 tomorrow 2 sky conditions
 [14-12-04 08:28:29.6315]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3468) Error parsing
 tomorrow 2 weather icon
 [14-12-04 08:28:29.6335]
 Plugins::SuperDateTime::Plugin::gotWeatherTomorrow (3478) Error parsing
 tomorrow 2 narrative
 [14-12-04 08:28:37.3621] Plugins::SuperDateTime::Plugin::doneDrawing
 (4693) Data refresh completed with errors.
 
 Are these normal for BoomX2's version?  (The first error may be due to
 my not having yet filled in a value for the weather.com identifier, and
 occurred at initial startup.  Once I did that and hit apply all the
 parsing errors popped out.)
 
 -mark

Yes they are normal.  I haven't gotten to the gotWeatherTomorrow
module yet.  Note the errors listed are not fatal.  I hope to finish up
and post a completed package this weekend that is error free and
includes all weather.com data elements included that Greg had in his
previous versions.



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

2014-12-04 Thread wt0

mherger wrote: 
 
 
 Search indeed changed quite a bit in 7.9. What query are you using in 
 the app?
 
 wt0 - what's the minimum Android version required for your app?
 
 Michael

The query is (for the word leather):

search 0 200 term:leather

The minimum required version is Android version is sdk 14 which I think
is 4.0

It's most likely changes in the search results that's tripping up
Squeeze Control.



--
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] Help with Multi-Library Plugin

2014-12-04 Thread garym

arthurb wrote: 
 Another hour or two wasted this evening trying to get this stuff to do
 the simplest things. BUT, I am worse off than I was before; I have been
 getting the 'no matching songs found' message, or something like that,
 and now I get the zero response syndrome. I have to say that in 40 years
 of working with computers, writing software, testing software and
 managing other people doing that sort of stuff, this is the worst
 software I have ever found - bar none. When I did what Erland suggested
 I ended up with the mess that I have found this evening. I am sorry to
 say this Erland but the Music Folders option is the only thing that
 works, and I am not sure that you know how to make the Custom Scan and
 Custom Browse modules work to give multiple levels of sorts (i.e. 4
 nested sort levels - Composer-Genre-Album-Album-Artist); that is all
 I am looking for.
 
 Will I try again? It would be so, so good to actually be able to do
 this, but maybe I just have to settle for using the folder structure;
 this is really, really painful - and sad.

sounds like user error to me. As my mechanic dad used to say many years
ago, the problem sounds like a loose nut between the steering wheel and
the driver's seat.  Many use multiple library plugin as designed with
great success.  Somewhat anecdotal I'm sure, but it seems that those
that report extensive experience as computer hardware and software
experts are the biggest whiners when they can't make things work.



*Home:* VortexBox 4TB (2.3)  LMS 7.8  Transporter, Touch, Boom, Radio
w/Battery (all ethernet except Radio)
*Cottage:* VBA 3TB (2.3)  LMS 7.8  Touch  Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win7(64)  LMS 7.8  Squeezelite
*Spares:* Touch(3), Radio(3), Boom, SB3, CONTROLLER
*Controllers:* iPhone4S  iPadAir2 (iPeng8  Squeezepad), CONTROLLER, or
SqueezePlay 7.8 on Win7(64) laptop
*Files:* ripping: dbpoweramp  FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=102563

___
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

2014-12-04 Thread Michael Herger

It's most likely changes in the search results that's tripping up
Squeeze Control.


Are you using raw CLI, parsing the results? Or are you using json/rpc to 
get structured data? While the search function indeed has changed, the 
changes should be transparent to the client. This is the first time I 
hear about it breaking existing software clients.


--

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


Re: [SlimDevices: Plugins] Multi Library random playback AFTER ibrary is selected?

2014-12-04 Thread erland

Juke wrote: 
 I've been trying to get to grips with this addon for the past few days
 but I'm stumped. I have set up four diectories, MP3, Classical,
 Christmas and Popular.
 
 The main thing that I'm trying to achieve is a setup where I select one
 of these 4 libraries and then select random play (thereby obviously only
 playing in a random manner from that particular group of music files).
 
 I just can't seem to make this happen, can anyone confirm if it can be
 done please?
 
It won't work with the standard Random Mix but you can do it if you also
install SQL Playlist/Dynamic Playlist and goto Extras/SQL Playlist and
create a new smart playlist of type Random Songs and specify which
library to restrict it to by setting the Library parameter in the
playlist configuration. The playlist will appear under My Music/Dynamic
Playlists menu.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStreamp=743516)*.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=102646

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


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

2014-12-04 Thread Michael Herger

I still don't understand what happened to my smart mix setup streaming
options?  I think I recall three - one of which was spotify.  So 
... If I were to sign up for spotify, how would I get smart mix to
recognize that since I no longer have other options showing up on my
smart mix set up screen;
... what other streamers does smart mix work with?


Napster, Deezer and Spotify are supported by the service I'm using in 
the background (the.echonest.com - TEN). I've added support for WiMP and 
Qobuz, too, but these are not supported by TEN, thus results can vary.


These services should just show up. If they don't, then enable debugging 
for plugin.smartmix and give us a peek at your server.log file.


--

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


Re: [SlimDevices: Plugins] Help with Multi-Library Plugin

2014-12-04 Thread erland

arthurb wrote: 
 I have to say that in 40 years of working with computers, writing
 software, testing software and managing other people doing that sort of
 stuff, this is the worst software I have ever found - bar none.
 
I have to say that you really know how to encourage people to improve
;-)

arthurb wrote: 
 I am not sure that you know how to make the Custom Scan and Custom
 Browse modules work to give multiple levels of sorts (i.e. 4 nested sort
 levels - Composer-Genre-Album-Album-Artist); that is all I am looking
 for.
 
Can you post your:
- Custom Tag and Mixed Tag configuration (either screen shots or the
customscan.prefs file)
- Your menu configuration (either screen shots or the *.values.cb.xml
files which resides in the directory you have configured in the Custom
Browse settings page)

Generally, the principle is that:
- The Custom Tag scanning module in Custom Scan will scan tag
information into the database, the intention with this module is to scan
things which LMS standard scanner does not scan.
- The Mixed Tag scanning module in Custom Scan will mix data scanned by
standard LMS scanner and Custom Tag scanning module.

Both these scanning modules need to complete a rescan for the data to be
updated, it's not enough to just rescan LMS with its standard scanner.
If everything is configured correctly the Custom Scan scanning modules
runs after LMS scanner has finished but you need to view their status in
the Custom Scan settings page.

Custom Browse plugin just uses the data which have been scanned into the
database, so if you get duplicate entries it's likely caused by
incorrect scanning configuration and not by Custom Browse
configuration.

Generally both Custom Scan and Custom Browse plugins are intended for
advanced users, the result is that they offer a lot of flexibility but
the disadvantage is that they can be a bit complex to setup. If you want
something that's easier to setup, it might honestly be better to use
something else than my plugins. Usually it can be easier to do the
configuration with a small library so you quickly can verify changes and
then apply it on your real library after you know how to do it.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStreamp=743516)*.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=102563

___
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

2014-12-04 Thread wt0

mherger wrote: 
  It's most likely changes in the search results that's tripping up
  Squeeze Control.
 
 Are you using raw CLI, parsing the results? Or are you using json/rpc to
 
 get structured data? While the search function indeed has changed, the 
 changes should be transparent to the client. This is the first time I 
 hear about it breaking existing software clients.
 
 -- 
 
 Michael

sent thru cometd, then parsing the json results.



--
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: New versions of erlands plugins

2014-12-04 Thread erland

prabbit wrote: 
 Hi Erland-- I know you've been busy with ickStream. Have you had a
 chance to look into this issue yet?
 
I've discussed it with pippin and decided that I need to fix it in my
plugins, so it's just a matter of getting the time to do the correction
and verify the changes. 
Since there is a risk it will break other apps I want to investigate if
I can find a solution that doesn't break the backward compatibility. 

Due to the current massive interest for ickStream it might take a couple
of weeks until I can prioritise to look into this, but feel free to
remind me if I haven't released a correction for this before the end of
the year. 

Right now I really wish there would be more than 24 available hours per
day...



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStreamp=743516)*.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

___
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

2014-12-04 Thread ian_heys

Hi Philipe

Test Log attached but not sure I was using correct exe file as I thought
I re-installed the original last night after testing and now cannot
download your modified one from dropbox. Log makes a couple of
references to port 8080 but not sure what that means.

Test is for two tracks played in full.

CLI does not appear as a plug-in option in my LMS 7.9 but it does have a
tab in Advanced Settings and port is set to 9090.


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


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] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2014-12-04 Thread Michael Herger

sent thru cometd, then parsing the json results.


That should not break. Could you please test with 7.9 and let me know 
why it no longer works? It's hard for me to validate your JSON parser.


--

Michael
___
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

2014-12-04 Thread mherger

Never mind: I can reproduce it using a simple POST client. Interesting.
I've been using it in the web UI all the time...

Will fix asap. Thanks for bringing up this topic.



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix

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

2014-12-04 Thread Michael Herger

Will fix asap. Thanks for bringing up this topic.


Should be fixed in the next nightly update.

wt0: the problem was a missing client ID in the query. There was a bug 
in the new search implementation which would return empty without a 
client. The web UI (and obviously other client software using the search 
query) always sends a client ID with the queries, even if not needed.


--

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