I anticipate a Nov 2009 release, barring any major problems. Notice I intentionally don't say when in November.
I'll start this 1st post with a description of the first couple of problems I've encountered since taking over the maintenance of these files a couple days ago.
Problem #1:
Inspired by a user-friendly application/tool that Vicky wrote to detect problems in the RDF/map/image files, I've written a tool of my own (using a simple Unix shell script). It's cruder, less-friendly, and less-featured than Vicky's tool, but it's much lighter, runs under my favorite OS (GNU/Linux), and is already pointing out several shortcomings in the current set of RDF/map/image files that her tool is not catching, presumably because of its Windows heritage/centrism, not due to any fault on her part.
There are many, many cases where the text case (uppercase, lowercase) within filenames and file references is causing problems. This is seemingly not apparent when running under Windows but it's very noticeable in non-Windows environments. In fact, as a relative newcomer to the whole JP1 scene, when running RemoteMaster (RM), I was under the mistaken impression that many remotes just didn't have image files because they came up blank when I selected them from the drop-down list in RM. I had a "forehead-slapping moment" just today when I ran my tool because I immediately realized that, like all other users of RM under non-Windows environments, I'm not seeing many of those images because they're not being located due to errors in the text case of some of the file names! I ran RM under Windows and Linux and some remotes that appear fine under Windows fail to appear under Linux, presumably because Windows does not distinguish text case in filenames, while Unix-based OSes most certainly do. Note that this is a problem for many of the map files too, not just the image files. Non-Windows users of RM might pick a remote from the drop-down list only to have RM report that it cannot find the associated map file.
Anyway, I'll obviously be fixing all of those cases before the Nov 2009 release, but I wanted to mention this now in case any other non-Windows RM users have encountered this and, like me, just blithely assumed that the image and/or map file wasn't available.
Problem #2:
There's another odd issue I've encountered by running my RDF-checker tool.
I see that there are 18 RDF files (all variants of the 'Kameleon' remote) in the set I'm working on which have an entry something like this:
Code: Select all
[DeviceTypeImageMaps]
CBL = (urc-9960-cbl-main.map,urc-9960-cbl-menu.map)
TV = (urc-9960-tv-main.map,urc-9960-tv-menu.map,urc-9960-tv-pip.map)
VCR = (urc-9960-vcr-main.map,urc-9960-vcr-menu.map)
DVD = (urc-9960-dvd-main.map)
CD = (urc-9960-cd-main.map)
PVR = (urc-9960-pvr-main.map)
AUDIO = (urc-9960-aud-main.map,urc-9960-aud-sur.map,urc-9960-aud-menu.map,urc-9960-aud-preset.map)
Anyway, that's a good start for getting this whole "update the RDF/map/image stuff" going. I'm sure I'll have more to report and more questions as this progresses. As always, any input on these issues is appreciated.
Bill