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

2014-11-27 Thread Juggler

Is this the complete list of variables, or is there an updated list
somewhere else?

http://gregbrown.net/squeeze/wetdata.txt



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

A few seconds inconsistency is a bit unavoidable because of the time to
get the information from the player that the current track has ended and
forward that to LMS. LMS assumes it is an instantaneous transition but
it is not 

If there is a much bigger inconsistency only when you have paused and
resumed the current track, the bit might be different

Some upnp players do not pause or resume properly and they claim they
have pause but don't in fact - you will hear when you resume that in
fact the track continued and the sound was just muted.

If you have the time, collecting a log would help me understand what's
happening. Just launch squeeze2upnp -f  then use the player
normally and post the logfile here





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-11-27 Thread PeterGV

MikeMcr wrote: 
> Wouldn't you use the free API for OpenWeatherMap?
> 
> http://openweathermap.org/apiYou would if you want to form the requests and 
> parse the results
yourself.  I'd prefer to use the pre-existing class on CPAN that does
all that work for me.

Actually, I'm thinking about using the free Weather Channel API.  It'll
be easier to jam unto the existing infrastructure and the forecast data
is more accurate.   There's a class on CPAN for this as well.  The API
is only free for 500 requests per day (it's really developer access)...
So if I go this way others would have to get heir own API key. 

This would be a significant undertaking. As I said, I don't really
program in perl.  I guess I could start...



PeterGV's Profile: http://forums.slimdevices.com/member.php?userid=31531
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-11-27 Thread Loom

mbonsack wrote: 
> Did all of this and nothing displays on the Radio.  SB 2 displays just
> fine.  What, in particular, are your Radio settings on the plugin setup
> page for that particular device?
> 
> Thanks, -mark

Which plugin do you refer to? SDT oder Custom Clock Helper?

As far as SDT, nothing really special. Just my former Weather.com code
and the WU code. Never fiddled around with the other settings.

With Custom Clock Helper, I attached my code. Just replace the 'ownurl'
to the graphic source, if you use some custom icons.


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


Loom's Profile: http://forums.slimdevices.com/member.php?userid=35285
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-11-27 Thread mbonsack

Loom wrote: 
> Got it working on my Radio aswell.
> 
> Replaced 'Plugin.pm' with the version 5.9.14, entered a valid WU station
> and exchanged %T to %E
> 
> This was the important part. I hadn't changed the variable %T before. As
> soon as I used %E (WU temperature in celsius) it displayed the
> temperature again.

Did all of this and nothing displays on the Radio.  SB 2 displays just
fine.  What, in particular, are your Radio settings on the plugin setup
page for that particular device?

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

2014-11-27 Thread ian_heys

Hi Philipe

After a little testing here are the values for the Revo:

Codecs: pcm,mpc,flc

S: -3
A: 0
C: 1
F: 1
P: Y
R: Y

If I leave A at 1 the move to the next track in a playlist doesn't work.
The remaining time in the LMS gui becomes inconsistent about twenty
second before the end of a track, but the transition to next track works
fine.

Many thanks for your work on this (and PasTim).



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] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-11-27 Thread doctor_big

Can I assume that the library index files will be stored on the sd card?
I've ordered a 16gb card... That should be large enough to store the os
and an index for a 9000 album library... Right? 

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-11-27 Thread Juggler

Please help... I can't get this to work.

I replaced my Plugin.pm file with the 5.9.14 version, updated the
SuperDateTime Plugin page with my WU location (IONTARIO598) then
restarted LMS.

I then updated the CustomClockHelper plugin with %E instead of %F... but
I'm still seeing errors in the log (see below). What am I doing
wrong???

These are the fields I have defined in CustomClockHelper:
%2, %E, %x


Code:

[14-11-27 13:11:20.2783] Slim::Utils::Misc::msg (1304) Warning: 
[13:11:20.2777] Using a hash as a reference is deprecated at 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SuperDateTime/lib/Plugins/SuperDateTime/Plugin.pm
 line 2183.
  [14-11-27 13:12:40.5631] Plugins::SuperDateTime::Plugin::gotWeatherNow (3462) 
Error parsing current temperature
  [14-11-27 13:12:40.5648] Plugins::SuperDateTime::Plugin::gotWeatherNow (3478) 
Error parsing current weather icon
  [14-11-27 13:12:40.5665] Plugins::SuperDateTime::Plugin::gotWeatherNow (3488) 
Error parsing feels like temperature
  [14-11-27 13:12:40.5684] Plugins::SuperDateTime::Plugin::gotWeatherNow (3510) 
Error parsing current wind
  [14-11-27 13:12:40.5703] Plugins::SuperDateTime::Plugin::gotWeatherNow (3522) 
Error parsing current wind direction
  [14-11-27 13:12:40.5720] Plugins::SuperDateTime::Plugin::gotWeatherNow (3531) 
Error parsing current sky conditions
  [14-11-27 13:12:40.5737] Plugins::SuperDateTime::Plugin::gotWeatherNow (3540) 
Error parsing current humidity
  [14-11-27 13:12:40.5754] Plugins::SuperDateTime::Plugin::gotWeatherNow (3549) 
Error parsing current humidity
  [14-11-27 13:12:40.5771] Plugins::SuperDateTime::Plugin::gotWeatherNow (3565) 
Error parsing current dew point
  [14-11-27 13:12:40.5788] Plugins::SuperDateTime::Plugin::gotWeatherNow (3582) 
Error parsing current pressure
  [14-11-27 13:12:40.5806] Plugins::SuperDateTime::Plugin::gotWeatherNow (3605) 
Error parsing current pressure trend
  [14-11-27 13:12:40.8163] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(2997) Error parsing current/today precip
  [14-11-27 13:12:40.8180] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3017) Error parsing current/today hi/low
  [14-11-27 13:12:40.8198] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3032) Error parsing current/today title
  [14-11-27 13:12:40.8215] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3042) Error parsing today sky conditions
  [14-11-27 13:12:40.8231] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3058) Error parsing today weather icon
  [14-11-27 13:12:40.8250] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3075) Error parsing today 1 UV index
  [14-11-27 13:12:40.8269] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3096) Error parsing today 1 24hr rain/snow
  [14-11-27 13:12:40.8285] Plugins::SuperDateTime::Plugin::gotWeatherToday 
(3106) Error parsing today 1 narrative
  [14-11-27 13:12:41.0681] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3256) Error parsing tomorrow 1 precip
  [14-11-27 13:12:41.0697] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3273) Error parsing tomorrow 1 hi/low
  [14-11-27 13:12:41.0714] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3300) Error parsing tomorrow 1 sky conditions
  [14-11-27 13:12:41.0730] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3316) Error parsing tomorrow 1 weather icon
  [14-11-27 13:12:41.0746] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3326) Error parsing tomorrow 1 narrative
  [14-11-27 13:12:41.0766] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3344) Error parsing tomorrow 2 precip
  [14-11-27 13:12:41.0782] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3361) Error parsing tomorrow 2 hi/low
  [14-11-27 13:12:41.0798] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3382) Error parsing tomorrow 2 sky conditions
  [14-11-27 13:12:41.0815] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3398) Error parsing tomorrow 2 weather icon
  [14-11-27 13:12:41.0831] Plugins::SuperDateTime::Plugin::gotWeatherTomorrow 
(3408) Error parsing tomorrow 2 narrative




Juggler's Profile: http://forums.slimdevices.com/member.php?userid=4935
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] Soundcloud plugin for squeezeserver

2014-11-27 Thread mkkyah

rsiebert wrote: 
> With the version 0.8.2.20 I had the following problems:
> - Adding a song from the dashboard list adds always the first song to
> the playlist
> - Showing the playlists, tracks, favorites of a friend does not show up
> correctly
> - No default icon was shown in case no artist/track icon was provided
> - Small other issues.
> 
> I have forked the plugin and made some changes to fix this. 
> You can get the new version 0.8.3 from my github repo:
> github.com/rsiebert/SqueezeCloud
> 
> Best regards
> Robert
Robert,
I had time to test your Plugin.pm file:
- My Dashboard adding track issue is fixed, but My favorites, Newest
Tracks, Hottest Tracks still have the problem; My friends has no
problem.
- Missing titles of My Friends tab is fixed.
- Soundcloud icon is used for missing art.

Additionally I think there is one problem with your version; not all the
tracks bringing context menu to play on My Dashboard. I don't know what
differs but same songs on the list are bringing context menu when you
touch and always same tracks doing nothing. This is only happening on My
Dashboard.

There is one more problem, not related only to your version, I get "401
Unauthorized" error when I input a Soundcloud URL.

I hope this helps,
Thanks so far
- Additionally I get "401 Unauthorized



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

___
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-11-27 Thread philippe_44

ian_heys wrote: 
> Thanks Phillipe, worked perfectly and very quick to sort out. Will take
> a look at the user guide too. Thanks again.

Just one quick ask: could, after you have made a few tests with Revo,
fill the compatibility file on github with Revo results ?

Thanks



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: Music & Artist Information plugin

2014-11-27 Thread ab.wagener

mherger wrote: 
> > The first scan cames trough and for all the artists the scanner found
> a
> > picture. This picture is stored with the correct  háčekŽs in
> the
> > artwork folder. If the scan is started
> > a second time, it finds a file with a háček and crashed with the
> > message above.
> 
> Now that's interesting. What _exact_ error message do you get?
> 
> -- 
> 
> Michael

First scan, fresh artwork folder:

> [14-11-27 14:26:54.8879] 
> [14-11-27 14:27:02.3944] Slim::Music::Import::endImporter (617)
> Completed Slim::Music::PlaylistFolderScan Scan in 0 seconds.
> [14-11-27 14:27:02.4324] Slim::Music::Import::runImporter (485) Starting
> Plugins::MusicArtistInfo::Importer scan
> [14-11-27 14:27:05.8666]
> Plugins::MusicArtistInfo::Importer2::_getArtistPhotoURL (132)
> getArtistPhotoURL finished in 3.3717348575592
> [14-11-27 14:27:05.8687] Slim::Music::Import::runImporter (485) Starting
> Slim::Plugin::FullTextSearch::Plugin scan
> [14-11-27 14:27:05.8746]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (208) Starting
> fulltext index build
> [14-11-27 14:27:05.8764]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (212) Initialize
> fulltext table
> [14-11-27 14:27:05.8896]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (218) Create
> fulltext index for tracks
> [14-11-27 14:27:06.2589]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (248) Create
> fulltext index for albums
> [14-11-27 14:27:06.2965]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (274) Create
> fulltext index for contributors
> [14-11-27 14:27:06.3241]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (296) Create
> fulltext index for playlists
> [14-11-27 14:27:06.3681]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (343) Optimize
> fulltext index
> [14-11-27 14:27:06.4626]
> Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (358) Fulltext index
> build done!
> [14-11-27 14:27:06.4646] Slim::Music::Import::endImporter (617)
> Completed Slim::Plugin::FullTextSearch::Plugin Scan in 0 seconds.
> [14-11-27 14:27:06.4726] Slim::Music::Artwork::precacheAllArtwork (615)
> Starting precacheArtwork for 1 albums
> [14-11-27 14:27:06.5792] Slim::Music::Artwork::__ANON__ (734)
> precacheArtwork finished in 0.0885138511657715
> [14-11-27 14:27:06.5810] Slim::Music::Import::endImporter (617)
> Completed precacheArtwork Scan in 0 seconds.
> [14-11-27 14:27:06.6172] Slim::Music::Import::runScanPostProcessing
> (409) Starting Database optimization.
> [14-11-27 14:27:24.2438] Slim::Music::Import::endImporter (617)
> Completed dbOptimize Scan in 17 seconds.

now the artwork folder:

>  #ll
> insgesamt 600
> -rw-rw-r--. 1 squeezeboxserver squeezeboxserver  46057 27. Nov 14:26
> artist.png
> -rw-rw-r--. 1 squeezeboxserver squeezeboxserver 326948 27. Nov 14:27
> Dvořák Antonín.png
> -rw-rw-r--. 1 squeezeboxserver squeezeboxserver  28630 27. Nov 14:27
> Sabine Meyer.jpg
> -rw-rw-r--. 1 squeezeboxserver squeezeboxserver 206274 27. Nov 14:27
> Strauss Richard.png

second scan, Dvořák in artwork:

> [14-11-27 14:33:00.0741] main::main (203) Starting Logitech Media Server
> scanner (v7.9.0, 1415964652, Sat 15 Nov 09:55:54 GMT 2014) perl 5.018004
> [14-11-27 14:33:02.0981] Slim::Schema::forceCommit (2147) Warning:
> Trying to commit transactions before DB is initialized!
> [14-11-27 14:33:05.9142] Slim::Music::Import::runImporter (485) Starting
> Slim::Media::MediaFolderScan scan
> [14-11-27 14:33:05.9164] Slim::Utils::Scanner::Local::rescan (177)
> Discovering audio files in /home/fedora/Testmusik
> [14-11-27 14:33:06.2091] Slim::Utils::Scanner::Local::__ANON__ (188)
> Start processing found tracks
> [14-11-27 14:33:06.2108] Slim::Utils::Scanner::Local::__ANON__ (196)
> Connect do DB
> [14-11-27 14:33:06.2127] Slim::Utils::Scanner::Local::__ANON__ (199) Get
> latest ID
> [14-11-27 14:33:06.2171] Slim::Utils::Scanner::Local::__ANON__ (221)
> Delete temporary table if exists
> [14-11-27 14:33:06.2203] Slim::Utils::Scanner::Local::__ANON__ (224)
> Re-build temporary table
> [14-11-27 14:33:06.2250] Slim::Utils::Scanner::Local::__ANON__ (259) Get
> deleted tracks count
> [14-11-27 14:33:06.2284] Slim::Utils::Scanner::Local::__ANON__ (266) Get
> new tracks count
> [14-11-27 14:33:06.2309] Slim::Utils::Scanner::Local::__ANON__ (271) Get
> changed tracks count
> [14-11-27 14:33:06.2344] Slim::Utils::Scanner::Local::__ANON__ (277)
> Removing deleted audio files (0)
> [14-11-27 14:33:06.2362] Slim::Utils::Scanner::Local::__ANON__ (355)
> Scanning new audio files (0)
> [14-11-27 14:33:06.2383] Slim::Utils::Scanner::Local::__ANON__ (435)
> Rescanning changed audio files (0)
> [14-11-27 14:33:06.5390] Slim::Music::Import::endImporter (617)
> Completed Slim::Media::MediaFolderScan Scan in 0 seconds.
> [14-11-27 14:33:06.5785] Slim::Music::Import::runImporter (485) Starting
> Slim::Music::PlaylistFolderScan scan
> [14-11-27 14:33:06.5807] Slim::Utils::Scanner::Local::rescan (177)
> Discovering audio files in /home/fedora/Pl

Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2014-11-27 Thread ab.wagener

mherger wrote: 
> > The first scan cames trough and for all the artists the scanner found
> a
> > picture. This picture is stored with the correct  háčekŽs in the
> > artwork folder. If the scan is started
> > a second time, it finds a file with a háček and crashed with the
> > message above.
> 
> Now that's interesting. What _exact_ error message do you get?
> 
> -- 
> 
> Michael

Its quite the same error message as above, 

> 
> [14-11-26 10:44:57.0141]
> Plugins::MusicArtistInfo::Importer2::_getArtistPho toURL (109) Getting
> artwork for Antonín Dvořák
> [14-11-26 10:44:57.0580]
> Plugins::MusicArtistInfo::LocalArtwork::getArtistP hoto (220) Found
> local artwork /home/public/artist-pictures/Antonín Dvořák.jpg
> [14-11-26 10:44:57.0586] main::main (346) Error: Failed when running
> scan post-process: [Wide character in subroutine entry at
> /usr/lib/perl5/site_perl/Slim/Utils/DbCache.pm line 77.
> ]
> [14-11-26 10:44:57.0588] main::main (347) Error: Not updating
> lastRescanTime!

but I will post post the exact message later.

Bernd



ab.wagener's Profile: http://forums.slimdevices.com/member.php?userid=53748
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

___
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-11-27 Thread Loom

Got it working on my Radio aswell.

Replaced 'Plugin.pm' with the version 5.9.14, entered a valid WU station
and exchanged %T to %E

This was the important part. I hadn't changed the variable %T before. As
soon as I used %E (WU temperature in celsius) it displayed the
temperature again.



Loom's Profile: http://forums.slimdevices.com/member.php?userid=35285
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: Music & Artist Information plugin

2014-11-27 Thread Michael Herger

The first scan cames trough and for all the artists the scanner found a
picture. This picture is stored with the correct  háčekŽs in the
artwork folder. If the scan is started
a second time, it finds a file with a háček and crashed with the
message above.


Now that's interesting. What _exact_ error message do you get?

--

Michael
___
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-11-27 Thread bluetdi

SDT shows data for Austria from WU with version 5.9.14 05/15/12 on my
SB3, Boom, Radio and Touch. 

That´s good and enough for me at the moment, temperature and humidity is
better than nothing. Windspeed would be fine but it is too long for the
display of the Boom. Hope that someone has the knowledge to fix it in
future.



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