[SlimDevices: Plugins] Rating Tracks with Trackstat

2009-09-05 Thread Phil Meyer
Something has changed in Squeezebox Server 7.4/trunk recently that breaks the 
ability to rate tracks for me from a SB3 IR Remote.

Well, actually that's not quite correct - I can rate tracks, but pressing and 
holding a number button is now also replacing the playlist with Favorite items 
assigned to those hotkeys.

i.e. If I try to rate something 3*, I press and hold 3 down from the now 
playing screen, and it rates the track.  Then if I press anything else (eg. 
down-arrow), it will play my favorite assigned to numeric key 3.

I can't even find a way to assign/unassign these hotkeys as a temporary 
workaround.  I am sure I used to do it by editing favorites in the WebUI 
default skin, but there's nothing there anymore :-(
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SqueezeIR - A Generic Infra-Red Remote Control Applet for the Duet's SBC

2009-09-05 Thread bluegaspode

Ahh - I see.

So from what we learned so far, my Yamaha seems to use NEC2 (or 48-NEC
- which looks pretty similar) but doesn't understand NECx2 (which you
are currently supporting).
In one of the codes I sent, there is also a repeat signal present -
later on I'll try to match this to the docs as well.

Very confusing all this very similar sounding words :)

What was also very difficult to understand in the beginning was the
subdevice. When searching for codes, you very often only find
Device+Command (like the docs from Yamaha, where I just didn't knew in
the beginning how to distribute it to the 3 needed values).

Couldn't you just make your syntax easier, so one can leave the
subdevice blank ? The default to use depends on the NEC-flavour, in
NECx2 the device just has to be sent twice, in NEC2 + 48-NEC the default
will be the complement of the device.


-- 
bluegaspode

One SB-Duet+Receiver. Server running on Linkstation NAS (LS-CHL).
Needing one more device for bedroom and waiting for the radio :)

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 1.1 for SqueezeCenter 7.1+

2009-09-05 Thread HenkV

Oke, thanks.

I wish I could help, but I am afraid I am not an FreeBSD savvy 
Good luck with the new products.

Henk


-- 
HenkV

HenkV's Profile: http://forums.slimdevices.com/member.php?userid=19221
View this thread: http://forums.slimdevices.com/showthread.php?t=49304

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


Re: [SlimDevices: Plugins] Snow Leopard and Execute Script

2009-09-05 Thread danco

In the way that these things happen, it all seems ok this morning.

One does face issues when moving to a new system. I had feared that
Execute Script (whih I use a lot) was incompatible with Snow Leopard.
But it seems that it must just have been a glitch in Snow Leopard, and
therefore only something to discuss in Mac forums.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
View this thread: http://forums.slimdevices.com/showthread.php?t=67488

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


Re: [SlimDevices: Plugins] Announce: SqueezeIR - A Generic Infra-Red Remote Control Applet for the Duet's SBC

2009-09-05 Thread indifference_engine

bluegaspode;455285 Wrote: 
 
 Couldn't you just make your syntax easier, so one can leave the
 subdevice blank ? The default to use depends on the NEC-flavour, in
 NECx2 the device just has to be sent twice, in NEC2 + 48-NEC the default
 will be the complement of the device.
Some use the complement of device for subdevice (like your amp), some
send device twice (like my TV) whilst others have a subdevice that is
completely seperate to the device (like my DVD player).  You are right
though that these represent distinct protocols and I need to either
implement them as such or have another parameter in the NEC syntax to
specify which flavour is to be used. A blank subdevices field couldn't
distinguish between the first two flavours.  48-NEC looks to have an
extra parameter tagged on the end also so the calling syntax does need
to be revised somehow. I was just being lazy and lumped them all
together into a mashed up protocol that worked for my devices!

I've tended to ignore the repeat codes defined in the protocol because
the SBC cannot send them out with completely accurate timing as it has
to do other things aswell.  This can lead to holes in the signal and
the device can stop responding as it forgets what the original code was
before the repeat code. Instead I just repeat the whole thing so that
holding a button on the SBC is actually mimicing pressing it repeatedly
(and very quickly) on the real remote.  I think it shouldn't make a
difference but may mean that things like volume control are a bit jerky.
If the device doesn't use a special repeat code then there is no
difference.

Another limitation is SqueezeIR can only really deal with constant
length codes as I use a timer to send the codes every x ms.  With a
variable length code x will be different for each code.  I'm looking to
address this in the next major release.


-- 
indifference_engine

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

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


[SlimDevices: Plugins] Custom Scan does not read ID3v2.4; Bug?

2009-09-05 Thread wowo

I have added (with MusicBrainz Picard with the lastfmplus plugin) the
ORIGYEAR tag.

MP3 tag can display correct the ORIGYEAR tag and also MediaMonkey
displays it correct.

When I use Custom Scan for adding the ORIGYEAR tag to the Squeezecenter
database I have noticed the following:
- If the ORIGYEAR tag is in the FLAC format, Custom Scan detects it
- If the ORIGYEAR tag is in the ID3v2.3 format, Custom Scan detects
it.
- If the ORIGYEAR tag is in the ID3v2.4 format, Custom Scan *does not*
detects it.

Is this a bug?


-- 
wowo

wowo's Profile: http://forums.slimdevices.com/member.php?userid=18033
View this thread: http://forums.slimdevices.com/showthread.php?t=67526

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


Re: [SlimDevices: Plugins] Announce: SqueezeIR - A Generic Infra-Red Remote Control Applet for the Duet's SBC

2009-09-05 Thread bluegaspode

As a reference here is my final configuration for Yamaha, works like a
charm now :)

Code:


  
  # Settings for Yamaha RX-V463 AV-Receiver (should work with many other 
receivers as Yamaha doesn't switch codes too often)
  # On 'Power On' also Scene4 is selected (thats my scene for 
SqueezeBox-Receiver), 
  # Scene1-4 can also be selected from the menu.
  # We currently use 'DENON' as protocol, because the current NEC-Protocoll of 
the plugin is not recognized by Yamaha
  # Also LIRC is used for the scene-Buttons, as this is a custom Yamaha format 
(NEC-style, but the command-byte is not repeated as its complement)
  
  #LOC  ; TYPE  ; TITLE ; POPUP_PRESS   ; POPUP_HOLD; 
DATA_PRESS; DATA_HOLD
  ROOT  ; ACTION; Power On  ; On;   ;  
DENON:126:129:126,,LIRC:38400:8800:4400:550:1650:550:550:550:0x5EA1:16:0x906E:16:100
 ;
  ROOT  ; ACTION; Power Off ; Off   ;   ;  
DENON:126:129:127;
  ROOT  ; ACTION; Vol+  ;   ;   ;  
DENON:122:133:26 ; DENON:122:133:26
  ROOT  ; ACTION; Vol-  ;   ;   ;  
DENON:122:133:27 ; DENON:122:133:27
  ROOT  ; ACTION; Scene1;   ;   ;  
LIRC:38400:8800:4400:550:1650:550:550:550:0x5EA1:16:0x00FE:16:100  ;
  ROOT  ; ACTION; Scene2;   ;   ;  
LIRC:38400:8800:4400:550:1650:550:550:550:0x5EA1:16:0xC03E:16:100  ;
  ROOT  ; ACTION; Scene3;   ;   ;  
LIRC:38400:8800:4400:550:1650:550:550:550:0x5EA1:16:0x609E:16:100  ;
  ROOT  ; ACTION; Scene4;   ;   ;  
LIRC:38400:8800:4400:550:1650:550:550:550:0x5EA1:16:0x906E:16:100  ;
  ROOT  ; KEY   ; KEY_VOLUME_UP ;   ;   ;  
DENON:122:133:26 ; DENON:122:133:26
  ROOT  ; KEY   ; KEY_VOLUME_DOWN;  ;   ;  
DENON:122:133:27 ; DENON:122:133:27
  ROOT  ; KEY   ; KEY_HOME  ; On;   ;  
DENON:126:129:126,,LIRC:38400:8800:4400:550:1650:550:550:550:0x5EA1:16:0x906E:16:100
 ;
  



-- 
bluegaspode

One SB-Duet+Receiver. Server running on Linkstation NAS (LS-CHL).
Needing one more device for bedroom and waiting for the radio :)

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer 0.9 - with UK and Non UK Support

2009-09-05 Thread Triode

It would be worth trying 0.9 instead of 0.9a - I made a change between
the top to avoid the title appearing twice on the new Squeezebox Radio
with 7.4 - it may be that the change should not be made for 7.3.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=67098

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


Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)

2009-09-05 Thread bluegaspode

I just realize that this plugin is not working, when the server goes
into hibernation (which mine is doing quite often).

I guess this can only be solved, when the applet downloads all
configuration and can run standalone.

Otherwise its not much of a use as a screensafer/information screen (at
least for anyone not running a 24x7 SC-server)


-- 
bluegaspode

One SB-Duet+Receiver. Server running on Linkstation NAS (LS-CHL).
Needing one more device for bedroom and waiting for the radio :)

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=67422

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


Re: [SlimDevices: Plugins] Announce: Spicefly SugarCube (Automatic MusicIP DJ)

2009-09-05 Thread diamar

So I installed the beta version, and can't see any way to enable
Sugarcube from the web interface anymore. I can get to the settings, but
there's no option to enable it. It doesn't show in the Extras submenu
from the main web interface either. Am I missing something?

Note that it works fine if I run it from the Player's UI.


-- 
diamar

diamar's Profile: http://forums.slimdevices.com/member.php?userid=15809
View this thread: http://forums.slimdevices.com/showthread.php?t=49226

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


Re: [SlimDevices: Plugins] Announce: Information Screen (a configurable screen saver)

2009-09-05 Thread erland

bluegaspode;455476 Wrote: 
 I just realize that this plugin is not working, when the server goes
 into hibernation (which mine is doing quite often).
 
 I guess this can only be solved, when the applet downloads all
 configuration and can run standalone.
 
I'm afraid that would be a completely different applet, the Information
Screen applet will continue to be thin and will require a running
server. It's not just the configuration that is on the server side, most
logic are also on the server side. 

bluegaspode;455476 Wrote: 
 
 Otherwise its not much of a use as a screensafer/information screen (at
 least for anyone not running a 24x7 SC-server)
 
You should still be able to use it when playing music in case you
aren't happy with the standard Now Playing screen saver. But I agree,
it's not very useful for the off/stopped screen saver unless you have
a 24x7 server.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] Custom Scan does not read ID3v2.4; Bug?

2009-09-05 Thread erland

Has it worked before for the same file ?

I know I've tested ID3v2.4, but I haven't checked it with the latest
release.
Could you enable some debug logging on plugin.customscan and see if
you see something strange ?

If you don't, could you post the file or mail it to me ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] Rating Tracks with Trackstat

2009-09-05 Thread erland

It's probably caused by this change, I'll take a look when I get some
time:
http://svn.slimdevices.com/slim?view=revisionrevision=28372

I probably need to change TrackStat so it also overrides the
*.hold_release actions, at the moment I think it only overrides the
*.hold actions.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] AlienBBC, iPlayer Listen Again...

2009-09-05 Thread Millwood

Same frustration with Composer of the Week on Radio 3.  Would love to
get back to a stable favorite for the 5 programs.

But I suspect it's the BBC's doing, not Alien or BBCPlayer.


-- 
Millwood

2 SB3, 1 Duet
Debian Lenny server
2 AP (netgear, linksys) wireless network.

Millwood's Profile: http://forums.slimdevices.com/member.php?userid=3600
View this thread: http://forums.slimdevices.com/showthread.php?t=67455

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