------------------------------------------------------------------------
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.
------------------------------------------------------------------------

indifference_engine;606497 Wrote: 
> SqueezeIR 1.00 has just been released and is available from my
> repository
> (http://www.btinternet.com/~douglashill456/squeezebox/repo.xml).

Great! I've just updated mine, but now SqueezeIR won't start.

When the Controller has rebooted, it displays the SqueezeIR status
screen, and it does say "v1.00".

Under "Configuration", however, it says "Updated: Never" and "Result: 1
(Not started)". What to do ...?

I have added the code to retain the old Hot Key functionality, and I
think I've done it correctly: I have only one profile, and here is a
snippet of the code:


Code:
--------------------
    <profiles>
        <profile ID="Afspiller i stuen">
                <menu>NAD Receiver</menu>
  
                <key ID="66"> <!-- Home | Back -->
                        <events>
                                <event ID="PRESS">
                                        <override>TRUE</override>
                                        <target>NAD Receiver</target> <!-- 
change to match the menu ID in the profile's <menu> element -->
                                </event>
                                <event ID="HOLD">
                                        <override>TRUE</override>
                                        <target>_SETTINGS</target>
                                </event>
                        </events>
                </key>
  
                <keys>
                ... and so on!
  
--------------------


Am I right in putting "NAD Receiver" in the target element?

Btw., the Danish translations are attached :-D

Mikkel


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

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

Reply via email to