It probably makes sense to revisit some of the RDF names, to make them more consistent across the entire set, and to make them more consistent between RM and KM.
That however, just causes RM to have issues with loading upgrade files that were created with the old RDF names. So, I will be adding support for a .ini file to map old/KM remote names to (new) RDF remote names.
It occurs to me that it might be best if this file were distributed with the RDFs rather than with RM. What should we call this file?
In any case, this file will be a text file.
Comment lines begin with # or !
The format for the data will be
old Name=new name
For example:
Code: Select all
# This file is used to remap remote names. This is useful for two things.
# 1. When an RDF is renamed
# 2. To map KM remote names to RDF remote names.
#
# The format for this is <old name>=<new name>
#
15-1925 / 15-1918=RS 15-1925
15-1925=RS 15-1925
15-1994=RS 15-1994 6-in-1 Smart
15-1995=RS 15-1995 7-in-1
15-2103=RS 15-2103 2K Version
15-2104=RS 15-2104 6-In-One AV
15-2107=RS 15-2107 8-In-One Touchscreen
15-2117 / 15-2116=RS 15-2117
Note that the
new name must me one of the names RM displays in the remote drop-down box. It is not just the raw name portion of the RDF file.