Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2012-02-14 Thread verypsb

Any news? I did like this plugin :-(


-- 
verypsb

::Please vote:::
'::bug 1330:: New music should work on creation date'
(http://bugs.slimdevices.com/show_bug.cgi?id=1330)
'::bug 2140:: Allow specification of SlimServer address'
(http://bugs.slimdevices.com/show_bug.cgi?id=2140)
'::bug 17205:: Artists with accented characters not correctly sorted in
pagebar' (http://bugs.slimdevices.com/show_bug.cgi?id=17205)
'::bug 17542:: Albums not credited to Album Artist'
(http://bugs.slimdevices.com/show_bug.cgi?id=17542)
'::bug 17799:: Use a separator such as 'Also appears on' when viewing
the albums by an artist'
(http://bugs.slimdevices.com/show_bug.cgi?id=17799)

1x Boom, 1x Classic, 2x Controller, 2x Receiver, 1x Touch

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

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


Re: [SlimDevices: Plugins] iTunes Update plugin and LMS 7.7.1 problem

2012-02-14 Thread pwootton

I'm seeing the same problem here after some upgrades.   I'm running LMS
7.7.1; OS X 10.7.3 and iTunes 10.5.3.   Also iTunesUpdate is running in
direct mode.

It's something odd happening in the Mac::AppleScript::Glue module. 
I've traced the crash to the $iTunesHandle->current_date calls in the
iTunesUpdate Plugin module.   If they're commented out then the server
doesn't crash (but you don't get the played date updated).  However a
simple test script works fine, so it's something trickier than just the
call.   I also put a call to current_date immediately after the
$iTunesHandle is initialised in iTunesUpdate; and it crashes there, as
well, so it's not a handle corruption.

If I can figure how to create a new date object from scratch using the
Glue code I can probably patch this, but at the moment I can't see how
to do this :-(

-- Sample test script   

Code:


  #!/usr/bin/perl
  #
  # Test applescript call to current_date in iTunes
  #
  use strict;
  use warnings;
  
  use Mac::AppleScript::Glue::Application;
  
  my $iTunes = new Mac::AppleScript::Glue::Application('iTunes')
  or die "Can't glue to iTunes: $!";
  
  my $track = $iTunes->current_track;
  print $track->artist,"\n";
  print $track->track_number, ': ', $track->name,"\n";
  print $track->album,"\n";
  
  my $cdate = $iTunes->current_date;   # crashes here in iTunesUpdate
  print $cdate->{_ref},"\n";
  $track->set(played_date => $cdate);
  
  my $date = $track->played_date;
  print $date->{_ref},"\n";
  



-- 
pwootton

pwootton's Profile: http://forums.slimdevices.com/member.php?userid=54297
View this thread: http://forums.slimdevices.com/showthread.php?t=91737

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


Re: [SlimDevices: Plugins] Update iTunes with time last played?

2012-02-14 Thread eschurr

i wish i could help you, but i'm using Windows.  i just followed the
iTunesUpdate instructions


-- 
eschurr

eschurr's Profile: http://forums.slimdevices.com/member.php?userid=2007
View this thread: http://forums.slimdevices.com/showthread.php?t=93450

___
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

2012-02-14 Thread GoCubs

5.9.12 has been released.

What's new:
-Added new macro variables to round wunderground temperature readings.
-Fixed NBA parsing.
-Fixed shortening of High/Low (Hi/Lo) on Boom displays to gain screen
real estate.

I believe it'll automatically make it to the official Logitech
repository but you can also find it at my repo at
http://grebrown-projects.googlecode.com/svn/repo.xml or manually
download at http://code.google.com/p/grebrown-projects/downloads/list
.

As always if you enjoy the plugin and want to support its development
and maintenance please feel free to donate via the link shown at
http://gregbrown.net

Thanks
-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
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: Spotify Premium Plugin (Beta)

2012-02-14 Thread Hobgoblin

Davidg1;690644 Wrote: 
> I believe its true that with Squeezebox we can only play one track at a
> time from Spotify. We can sync with multiple locations but not play
> different tracks. I thought this was a universal Spotify rule but I
> found out today it is possible on Sonos to stream different tracks to
> different locations from one server (but not from multiple servers or
> from a server and a mobile device).
> 
> http://www.spotify.com/uk/blog/archives/2010/09/02/sonos/
> http://forums.sonos.com/showthread.php?t=23677
> 
> Can we try to do the same with your plugin (Spotify agreement
> presumably)or have you tried and been brushed off?

The official Logitech Spotify plugin also allows streaming to more than
one device. You need a Radio or Touch, and that means can stream to
multiple devices using the official plugin, but not simultaneously to a
device using Triode's plugin. Works though - my kids both have Radios
and listen to their own Spotify streams. Only a problem when I want to
listen to something on the Duets downstairs at the same time.


-- 
Hobgoblin

2 Receivers
1 Controller
2 Radios
Logitech Media Server 7.7.0 - r33614: Acer Revo R3600 running Ubuntu
Server Edition 11.4

Hobgoblin's Profile: http://forums.slimdevices.com/member.php?userid=36018
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: Spotify Premium Plugin (Beta)

2012-02-14 Thread stephanvdplas

Davidg1;690644 Wrote: 
> I believe its true that with Squeezebox we can only play one track at a
> time from Spotify. We can sync with multiple locations but not play
> different tracks. I thought this was a universal Spotify rule but I
> found out today it is possible on Sonos to stream different tracks to
> different locations from one server (but not from multiple servers or
> from a server and a mobile device).
> 
> http://www.spotify.com/uk/blog/archives/2010/09/02/sonos/
> http://forums.sonos.com/showthread.php?t=23677
> 
> Can we try to do the same with your plugin (Spotify agreement
> presumably)or have you tried and been brushed off?

David, this would be a great thing indeed. I always thought that would
not be possible, but indeed, reading this makes me wonder... At this
moment, starting a spotify song on one SB stops the playing on the
other SB. If this is not the case with Sonos, it's a strange thing. Is
there a Sonos user on this forum who can affirm this?


-- 
stephanvdplas

stephanvdplas's Profile: http://forums.slimdevices.com/member.php?userid=44861
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: Spotify Premium Plugin (Beta)

2012-02-14 Thread Davidg1

I believe its true that with Squeezebox we can only play one track at a
time from Spotify. We can sync with multiple locations but not play
different tracks. I thought this was a universal Spotify rule but I
found out today it is possible on Sonos to stream different tracks to
different locations from one server (but not from multiple servers or
from a server and a mobile device).

http://www.spotify.com/uk/blog/archives/2010/09/02/sonos/
http://forums.sonos.com/showthread.php?t=23677

Can we try to do the same with your plugin (Spotify agreement
presumably)or have you tried and been brushed off?


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
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: New versions of erlands plugins

2012-02-14 Thread erland

tek_san;690556 Wrote: 
> Hi Erland,
> 
> I am using a mac with 10.6.8, itunes 10.5.3 and the perl version is
> 5.10
> 
> trackstat / customscan errors in the server.log state:
> Use of uninitialized value in pattern match (m//) at
> /Users/localadmin/Library/Caches/Squeezebox/InstalledPlugins/CustomScan/Modules/CustomTag.pm
> line 286
> 
> Slim::Utils:Misc::msg (1304) Warning: Error: Unable to read at least 16
> bytes from file (only read 15)
> 
> All I want is to get my playcount in itunes updated when I play a tune
> in my squeezebox radio.
> 
> Can you help me here?
> regards
> Oliver
> 
Check if the solution described in the following thread works better.
http://forums.slimdevices.com/showthread.php?t=83307

Also, if you just want to update play counts in iTunes when you play on
the Squeezebox and not the other way around, you might be better of with
the iTunes Update plugin.

The TrackStat solution is described on the following page, but I know
some people have had problem to get it to work on OSX, so the above
mentioned thread or iTunes Update might be a better choice.
http://wiki.slimdevices.com/index.php/Setup_support_for_ratings


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

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] SqueezeIR Support Thread

2012-02-14 Thread maf


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


I'm afraid I don't have the original broken config file anymore. But
I'll happily attach my best attempt at recreating it. Note: I had to
append an extension .txt to upload it.

There are two things in the xml I corrected before it was accepted by
SqueezeIR: A menu ID contains a space (may be that wasn't an error,
after all) and the  section is outside of the  section
(I forgot about that one this morning, sorry).


+---+
|Filename: SqueezeIR.xml.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=13064|
+---+

-- 
maf

maf's Profile: http://forums.slimdevices.com/member.php?userid=30870
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


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

2012-02-14 Thread mrw

Triode;688853 Wrote: 
> Suggest you have a play with this.  I think we can rewrite that bit to
> parse incrementally as the xml arrives, but will require chaning how
> the code is called from xmlbrowser.  I'll look at this at somepoint
> soon.

I've drafted up something that seems to be working. At present it is
constructed as a separate module which can be used by simply replacing
a 'use XML::Simple' with a 'use XML::Simple_with_IdleStreams'. Horrid
name & should be renamed anyway if included in a plugin.

It does add overhead (about 10% or more) to the existing XMLin call.
That might be reduced if more carefully coded.


My goal would be to turn this into something that replaces XML::Simple
system-wide, if it's worth pursuing. Perhaps a plugin to supply as an
optional component. But that will take some more study of how module
loading works - I'm not sure how advisable it would be to tinker with
an existing module's symbol table (if that's what it tales).

Alternatively the logic could be simply unrolled into an existing
XML::Simple, e.g. as a patch, or replacement.

Anyway, I shall run with it for a few weeks and see how it fares.


+---+
|Filename: Simple_with_IdleStreams.pm   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=13063|
+---+

-- 
mrw

mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2012-02-14 Thread indifference_engine


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


Could you upload or pm me the broken xml that caused the problem? There
are a few scenarios that could cause squeezeir to get stuck rather than
gracefully fail but the cache should only ever contain good xml as it
only gets saved after a successful load.


Sent from my HTC Sensation Z710e using Tapatalk


-- 
indifference_engine

1xRadio, 2xReceiver, 2xController, 1xSB3, 2xSqueezeSlave, SBS 7.5.3
Inventor of SqueezeIR applet for the Controller

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


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

2012-02-14 Thread Chunkywizard

erland;690468 Wrote: 
> I can't see anything wrong with the configuration, can you try to:
> 1. Make sure the plugin is checked in LMS Settings/Plugin
> 2. Make sure License Manager indicate that you have a valid license
> 3. Shutdown LMS, delete sqlplaylist.prefs file it complained about,
> startup LMS and configure SQL Playlist again.
> 
> Feels a bit strange that it should be 1 or 2, I suspect there is
> something wrong with your prefs file, so hopefully 3 solves it.

Hi Erland, all sorted. For whatever reason the path to my playlists had
changed. When I set it correctly they all showed again.

CW


-- 
Chunkywizard

*Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and
Bedroom)
*Server:* 7.7.1 for Windows Home Server (HP EX-490 MediaSmart Server)
*Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen
| Custom Scan | TrackStat
*Remote:* iPod Touch Gen. 1/iPad Gen. 1 running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
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] SqueezeIR Support Thread

2012-02-14 Thread maf


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


I managed to maneuver SqueezeIR 1.11 into a state that wouldn't allow me
to access any of its two menus. As far as I can tell, I achieved that
by
- uploading a broken SqueezeIR.xml (it contained an invalid menu ID),
- trying to upload that configuration again when I didn't get the
expected result screen, and
- clearing the cache.
By now I know that the second upload probably didn't do anything
because the value mlngConfigStatus was still at 2, preventing further
uploads.

In the controller's log I found after a restart:

Code:

Feb 13 08:53:33 squeezeplay: INFO   squeezeplay.applets - 
AppletMeta.lua:146 entering SqueezeIR
  Feb 13 08:53:33 squeezeplay: INFO   applet.SqueezeIR - 
SqueezeIRApplet.lua:1691 *  SqueezeIR v1.11 (09 February 2011) 
Configuration begun.  Timestamp='Mon Feb 13 08:53:33 2012'.  *
  Feb 13 08:53:33 squeezeplay: INFO   applet.SqueezeIR - 
SqueezeIRApplet.lua:1692 Attempting to read configuration from local cache...
  Feb 13 08:53:33 squeezeplay: INFO   squeezeplay.applets - 
AppletManager.lua:708 store settings: SqueezeIR
  Feb 13 08:53:33 squeezeplay: WARN   applet.SqueezeIR - 
SqueezeIRApplet.lua:1715 WARN: Cached copy of 'SqueezeIR.xml' is not available.
  Feb 13 08:53:33 squeezeplay: WARN   applet.SqueezeIR - 
SqueezeIRApplet.lua:930 ERROR: Configuration failed to load.
  Feb 13 08:53:33 squeezeplay: INFO   squeezeplay.applets - 
AppletManager.lua:708 store settings: SqueezeIR
  Feb 13 08:53:33 squeezeplay: INFO   applet.SqueezeIR - 
SqueezeIRApplet.lua:992 Loading User Settings...
  Feb 13 08:53:33 squeezeplay: INFO   applet.SqueezeIR - 
SqueezeIRApplet.lua:998 User Settings loaded. ButtonsEnabled='TRUE'; 
DefaultProfile='WOHNZIMMER'; UsePlayerProfiles='TRUE'; UseIRoIP='TRUE'.
  Feb 13 08:53:33 squeezeplay: INFO   applet.SqueezeIR - 
SqueezeIRApplet.lua:1002 *  SqueezeIR Configuration Completed.  
Result=1 (Nicht gestartet).  *
  Feb 13 08:53:33 squeezeplay: ERROR  squeezeplay.applets - 
AppletManager.lua:518 Error while evaluating applet 
SqueezeIR:...usr/share/jive/applets/SqueezeIR/SqueezeIRApplet.lua:1007: attempt 
to index field 'IROIP' (a nil value)
  Feb 13 08:53:33 squeezeplay: stack traceback:
  Feb 13 08:53:33 squeezeplay:/usr/share/jive/jive/AppletManager.lua:518: 
in function '_pevalApplet'
  Feb 13 08:53:33 squeezeplay:/usr/share/jive/jive/AppletManager.lua:560: 
in function 'loadApplet'
  Feb 13 08:53:33 squeezeplay:/usr/share/jive/jive/AppletMeta.lua:150: in 
function 'callback'
  Feb 13 08:53:33 squeezeplay:/usr/share/jive/jive/ui/SimpleMenu.lua:189: 
in function 'itemListener'
  Feb 13 08:53:33 squeezeplay:/usr/share/jive/jive/ui/Menu.lua:154: in func



My fix was to modify FinishConfig in SqueezeIRApplet.lua on the
controller:

Code:


  if mstrUseIRoIP == "TRUE" then
  if mobjIRoIPServer == nil and mtblData["IROIP"] ~= nil then
  mobjIRoIPServer = socket.bind("*", mtblData["IROIP"]["PORT"])
  end
  
  if mobjIRoIPServer ~= nil then
  mtmrIRoIP:restart(IR_OVER_IP_INTERVAL)
  end
  end
  


After a restart, the SqueezeIR menus were available again and I
successfully uploaded a fixed configuration.

It seems to me, initially SqueezeIR had been stuck in mlngConfigStatus
2, preventing the upload of a configuration. And an invalid cached
configuration prevented menu access and subsequently configuration
upload after a restart. Is there any way short of restarting the
receiver to get back to mlngConfigStatus 1?


-- 
maf

maf's Profile: http://forums.slimdevices.com/member.php?userid=30870
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


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

2012-02-14 Thread tek_san

Hi Erland,

I am using a mac with 10.6.8, itunes 10.5.3 and the perl version is
5.10

trackstat / customscan errors in the server.log state:
Use of uninitialized value in pattern match (m//) at
/Users/localadmin/Library/Caches/Squeezebox/InstalledPlugins/CustomScan/Modules/CustomTag.pm
line 286

Slim::Utils:Misc::msg (1304) Warning: Error: Unable to read at least 16
bytes from file (only read 15)

All I want is to get my playcount in itunes updated when I play a tune
in my squeezebox radio.

Can you help me here?
regards
Oliver


-- 
tek_san

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