These RDF's are compliant with IR Version 5 & 6 and RemoteMaster(RM) V1.00 or greater
NOTE: KM does not require RDF's
RDF's for RM and IR
Full set of RM Maps and Images
All Maps and Images for RemoteMaster
NOTE: If you are using the above set of RDF's with RM you will need this full set of Maps and Images.
CHANGES:
1) Updated RDF's to support new function in RM to display phantom style buttons.
2) Updated RS-1994 extender RDF's for special protocols
3) Updated a few Maps for field name mis-matches noticed when testing change 1
You can selectively add the RDF's, Maps and Images you require however, if you choose to replace all, first remove and backup your old ones to eliminate conflicts with name changes.
NOTE: If you find anything I missed for IR version 6 or any problems please let me know and I will update ASAP
Updated RDF's Maps, and Images Version 1.20
Moderator: Moderators
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Updated RDF's Maps, and Images Version 1.20
Last edited by Nils_Ekberg on Sat Apr 30, 2005 7:37 pm, edited 2 times in total.
Nils,
I spotted an error in the RDF for the 15-2117/2116 Extender 3.
The error is in the line
You must specify a keycode when specifying new restrictions. I think the correct entry is:
I haven't done a thorough check, but I saw this one on a spot check.
I spotted an error in the RDF for the 15-2117/2116 Extender 3.
The error is in the line
Code: Select all
DEV_TV:AllBind,DEV_VCR,DEV_CBL,DEV_SAT,DEV_CD,DEV_DVD,DEV_AUX,DEV_AUD,Code: Select all
DEV_TV=$3C:AllBind,DEV_VCR,DEV_CBL,DEV_SAT,DEV_CD,DEV_DVD,DEV_AUX,DEV_AUD,-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
I'm having trouble with this RDF set. It seems a bunch of keycodes
got replaced with commas ",". Probably this is a simplification for
defining the keycodes.
My SET_LCD in my macros is being replaced with Key127 (or
something similar) and my extender no longer works. I think there
is a typo in the RDF for 15-2116 ext2 (and I think others files also)
I only looked at ext2 and ext3.
I'm using IR6.
I think what is happening is Dev_Cancel should be keycode $78, but
based on counting the items, the new change would start Dev_Cancel
at $77, which throws the rest of the items off by one and wreaks havoc
in my configuration.
got replaced with commas ",". Probably this is a simplification for
defining the keycodes.
My SET_LCD in my macros is being replaced with Key127 (or
something similar) and my extender no longer works. I think there
is a typo in the RDF for 15-2116 ext2 (and I think others files also)
I only looked at ext2 and ext3.
I'm using IR6.
I think what is happening is Dev_Cancel should be keycode $78, but
based on counting the items, the new change would start Dev_Cancel
at $77, which throws the rest of the items off by one and wreaks havoc
in my configuration.
Code: Select all
DEV_TV=$68,DEV_VCR,DEV_CBL,DEV_SAT,DEV_CD,DEV_DVD,DEV_AUX,DEV_AUD,
DEV_DB08[MySys]=$70
DEV_DB09=$71,DEV_DB10,DEV_DB11,DEV_DB12,DEV_DB13,DEV_DB14
Dev_Cancel=$78
SET_TRANS_KEYS=$79,SET_VOL_KEYS,SET_CHAN_KEYS,SET_MENU_KEYS,SET_PIP_KEYS,SET_OTHER_KEYS
SET_LCD=$7F
Code: Select all
DEV_TV=$68:AllBind,DEV_VCR,DEV_CBL,DEV_SAT,DEV_CD,DEV_DVD,DEV_AUX,DEV_AUD,
DEV_DB08[MySys],
DEV_DB09,DEV_DB10,DEV_DB11,DEV_DB12,DEV_DB13,DEV_DB14,
Dev_Cancel,
SET_TRANS_KEYS,SET_VOL_KEYS,SET_CHAN_KEYS,SET_MENU_KEYS,SET_PIP_KEYS,SET_OTHER_KEYS,
SET_LCD
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Your correct, the Dev_Cancel line should be
in the 2116/2117 extender 2 and 3 RDF's and it will work fine.
Code: Select all
Dev_Cancel=$78:AllBind,-
cearnsdorff
- Posts: 14
- Joined: Wed Feb 04, 2004 5:17 pm
- Location: Knoxville, TN
Posted RDF file for RS 15-2116 still requires correction
The RDF v1.20 still contains the old "Dev_Cancel," syntax.
I was a bit confused by the direction of my problem to this thread. After looking at the syntax I realized the v1.20 version still contains the last error indicated in this posting. This still needs the "Dev_Cancel=$78:AllBlind," correction.
I thought others who find there way here would like to know that they still need to manually make this correction in the RDF definition for the RS 15-2116/7 extender version 1.20.
I was a bit confused by the direction of my problem to this thread. After looking at the syntax I realized the v1.20 version still contains the last error indicated in this posting. This still needs the "Dev_Cancel=$78:AllBlind," correction.
I thought others who find there way here would like to know that they still need to manually make this correction in the RDF definition for the RS 15-2116/7 extender version 1.20.
ACE
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY