JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Updated Maps and RDF's for RM

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - New Remotes & RDFs
View previous topic :: View next topic  
Author Message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Sun Oct 12, 2003 6:57 pm    Post subject: Updated Maps and RDF's for RM Reply with quote

Greg

Just incase you missed my comment in the 6805 thread, I just uploaded some updates for RM in the jp1-km file section RM maps and images called "Updated 10-12-03 Maps Images etc.zip". These are my revisions to Mike's RDF updates and the supporting maps
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Oct 13, 2003 1:00 pm    Post subject: Re: Updated Maps and RDF's for RM Reply with quote

Nils_Ekberg wrote:
Greg

Just incase you missed my comment in the 6805 thread, I just uploaded some updates for RM in the jp1-km file section RM maps and images called "Updated 10-12-03 Maps Images etc.zip". These are my revisions to Mike's RDF updates and the supporting maps

I've been working on getting RM to handle undefined buttons in ButtonMaps. I'm pretty close.

I took a look at the RDF files, and noticed some other things:

1925/1918/1919: The [DeviceTypes] includes some duplicate entries. Is this intentional?
Code:
[DeviceTypes]
Cable    = 0,$0000
TV       = 0,$0101
VCR/DVD  = 1,$0202
CD/Audio = 1,$0303
VCR/DVD  = 1,$0202
Cable    = 0,$0000
CD/Audio = 1,$0303
CD/Audio = 1,$0303


Intuitive: Some of the DeviceTypeAliases are missing:
Code:
[DeviceTypeAliases]
CABLE = Cable,SAT,Video Acc
TV    = TV
VCR   = VCR,DVD,Tape,Laserdisc


Navigator: Does "CYC1 (URC-44000B02-B04 Navigator).rdf" replace "CYC1 (Navigator).rdf"?

URC-7070: Duplicate DeviceTypes?
Code:
[DeviceTypes]
Cable/SAT = 0,$0000
TV        = 0,$0101
Cable/SAT = 0,$0000
VCR/DVD   = 1,$0202
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
VCR/DVD   = 1,$0202

_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
jamesgammel
Exile Island Resident


Joined: 03 Aug 2003
Posts: 394
Location: Gillette, Wyoming

                    
PostPosted: Mon Oct 13, 2003 1:43 pm    Post subject: Reply with quote

Greg,

We saw those too. They were in the zip posted at Yahoo Files>rdfs. We had no idea what to make of them either, but they didn't "break" IR or RM. You might ask Mike about them. We just "assumed" they were necessary for some kind of 6805 protocol distiction coming later. Other than map updates, about all Nils did was add "unknownx" to the buttons area to match RM's then current requirement that anything in Buttonmaps had to be in buttons. We weren't about to "assume' that those dupes were an error, but that they would serve some purpose at some future date. If you compare the rdf's in the zip with the ones Nil's posted, the mods were just a "bandaid" to make them work in RM and not spit out a huge err file or totally crash RM. At any rate, those aren't things that Nils added.

Yes, concerning the CYC1

Jim
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Mon Oct 13, 2003 1:56 pm    Post subject: Re: Updated Maps and RDF's for RM Reply with quote

gfb107 wrote:
Nils_Ekberg wrote:
Greg

Just incase you missed my comment in the 6805 thread, I just uploaded some updates for RM in the jp1-km file section RM maps and images called "Updated 10-12-03 Maps Images etc.zip". These are my revisions to Mike's RDF updates and the supporting maps

I've been working on getting RM to handle undefined buttons in ButtonMaps. I'm pretty close.

I took a look at the RDF files, and noticed some other things:

1925/1918/1919: The [DeviceTypes] includes some duplicate entries. Is this intentional?
Code:
[DeviceTypes]
Cable    = 0,$0000
TV       = 0,$0101
VCR/DVD  = 1,$0202
CD/Audio = 1,$0303
VCR/DVD  = 1,$0202
Cable    = 0,$0000
CD/Audio = 1,$0303
CD/Audio = 1,$0303


Intuitive: Some of the DeviceTypeAliases are missing:
Code:
[DeviceTypeAliases]
CABLE = Cable,SAT,Video Acc
TV    = TV
VCR   = VCR,DVD,Tape,Laserdisc


Navigator: Does "CYC1 (URC-44000B02-B04 Navigator).rdf" replace "CYC1 (Navigator).rdf"?

URC-7070: Duplicate DeviceTypes?
Code:
[DeviceTypes]
Cable/SAT = 0,$0000
TV        = 0,$0101
Cable/SAT = 0,$0000
VCR/DVD   = 1,$0202
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
VCR/DVD   = 1,$0202


I noticed the duplicates in the device types of the 1925 and 7070 but since they didn't seem to break anything I left them in and forgot to ask Mike about them.

Since we are convinced that the CYC1 is not a S3C80 processor the new one has to be a replacement. I already trashed the old one.

I will take a look at the Intuitive [devicetypealiases]
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Oct 13, 2003 2:05 pm    Post subject: Reply with quote

Another thing. The map files and the RDFs don't agree on button names. Remember that case is important!

I found this in the 4 map files included in the ZIP, and the Navigator.map

I've fixed my copies, and will check them into CVS.

I guess this will be last RM release that includes RDFs. We'll have to work out a process for releasing RDFs.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Oct 13, 2003 2:23 pm    Post subject: Reply with quote

gfb107 wrote:
Another thing. The map files and the RDFs don't agree on button names. Remember that case is important!

I found this in the 4 map files included in the ZIP, and the Navigator.map

I've fixed my copies, and will check them into CVS.

I guess this will be last RM release that includes RDFs. We'll have to work out a process for releasing RDFs.

Uh-oh, I think the case sensitivity is an unintended side-effect of the changes to allow undefined buttons in a ButtonMap.

Guess I'm not quite ready for a release.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Mon Oct 13, 2003 2:54 pm    Post subject: Reply with quote

gfb107 wrote:
Another thing. The map files and the RDFs don't agree on button names. Remember that case is important!

I found this in the 4 map files included in the ZIP, and the Navigator.map

I've fixed my copies, and will check them into CVS..

I also noticed a couple of RDF vs. image map button name errors and fixed them also. One was ENTER{MUSIC} vs. ENTER/MUSIC

gfb107 wrote:
Uh-oh, I think the case sensitivity is an unintended side-effect of the changes to allow undefined buttons in a ButtonMap.

Guess I'm not quite ready for a release.

I have not found any problem with case sensitivity so it must have occured with the changes you are working on. I think you just said that. If I have to make case changes in all the map files let me know. I hope not....

gfb107 wrote:
I guess this will be last RM release that includes RDFs. We'll have to work out a process for releasing RDFs.

I guess so, and I have about 35 RDF's to submit for update with the generic names added plus a couple of fixes.
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Oct 13, 2003 3:01 pm    Post subject: Reply with quote

Nils_Ekberg wrote:

I guess so, and I have about 35 RDF's to submit for update with the generic names added plus a couple of fixes.

I'm planning to build and release later today. If you want me to include those, go ahead and put them up at jp1-km.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Mon Oct 13, 2003 3:14 pm    Post subject: Reply with quote

gfb107 wrote:
Nils_Ekberg wrote:

I guess so, and I have about 35 RDF's to submit for update with the generic names added plus a couple of fixes.

I'm planning to build and release later today. If you want me to include those, go ahead and put them up at jp1-km.

They are there now in the RM Images and maps folder called "Updated10-13-03Maps-and-RDFs.zip". (link below)

Can I assume your update won't require case sensitive naming in RDF vs. Maps?

LINK==>> RM Image, Maps, and RDF Updates

Thanks
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Oct 13, 2003 5:44 pm    Post subject: Reply with quote

Nils_Ekberg wrote:
Can I assume your update won't require case sensitive naming in RDF vs. Maps?

Yes
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Mon Oct 13, 2003 6:23 pm    Post subject: Reply with quote

gfb107 wrote:
Nils_Ekberg wrote:
Can I assume your update won't require case sensitive naming in RDF vs. Maps?

Yes

I think after I get through the generic naming it may be worth while for me to go over the maps and match the case in the RDF's just so it does not get in the way in the future. The case is close to correct in the RDF's but not in the maps. I didn't worry too much about it because it worked either way and I was more concerened about what displayed which is controlled by the RDF naming/case.
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
mr_d_p_gumby
Expert


Joined: 03 Aug 2003
Posts: 1370
Location: Newbury Park, CA

                    
PostPosted: Tue Oct 14, 2003 10:37 am    Post subject: Re: Updated Maps and RDF's for RM Reply with quote

gfb107 wrote:

I took a look at the RDF files, and noticed some other things:

1925/1918/1919: The [DeviceTypes] includes some duplicate entries. Is this intentional?
Code:
[DeviceTypes]
Cable    = 0,$0000
TV       = 0,$0101
VCR/DVD  = 1,$0202
CD/Audio = 1,$0303
VCR/DVD  = 1,$0202
Cable    = 0,$0000
CD/Audio = 1,$0303
CD/Audio = 1,$0303


URC-7070: Duplicate DeviceTypes?
Code:
[DeviceTypes]
Cable/SAT = 0,$0000
TV        = 0,$0101
Cable/SAT = 0,$0000
VCR/DVD   = 1,$0202
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
VCR/DVD   = 1,$0202
Yes, this is intentional. In IR, the list has to be the same length as the [DeviceButtons] list so that the correct device type is associated with the button. If the duplicates were left off, then IR would assign the last device type in the list to all remaining device buttons.


gfb107 wrote:
Intuitive: Some of the DeviceTypeAliases are missing:
Code:
[DeviceTypeAliases]
CABLE = Cable,SAT,Video Acc
TV    = TV
VCR   = VCR,DVD,Tape,Laserdisc
It seems I started with a bad copy of the Intuitive RDF, so you'll have to supply the missing ones. Embarassed

gfb107 wrote:
Navigator: Does "CYC1 (URC-44000B02-B04 Navigator).rdf" replace "CYC1 (Navigator).rdf"?
Yes, I sure hope so! It never was an S3C8...
_________________
Mike England
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Tue Oct 14, 2003 10:55 am    Post subject: Re: Updated Maps and RDF's for RM Reply with quote

mr_d_p_gumby wrote:
gfb107 wrote:

I took a look at the RDF files, and noticed some other things:

1925/1918/1919: The [DeviceTypes] includes some duplicate entries. Is this intentional?
Code:
[DeviceTypes]
Cable    = 0,$0000
TV       = 0,$0101
VCR/DVD  = 1,$0202
CD/Audio = 1,$0303
VCR/DVD  = 1,$0202
Cable    = 0,$0000
CD/Audio = 1,$0303
CD/Audio = 1,$0303


URC-7070: Duplicate DeviceTypes?
Code:
[DeviceTypes]
Cable/SAT = 0,$0000
TV        = 0,$0101
Cable/SAT = 0,$0000
VCR/DVD   = 1,$0202
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
CD/Audio  = 1,$0303
VCR/DVD   = 1,$0202
Yes, this is intentional. In IR, the list has to be the same length as the [DeviceButtons] list so that the correct device type is associated with the button. If the duplicates were left off, then IR would assign the last device type in the list to all remaining device buttons.


gfb107 wrote:
Intuitive: Some of the DeviceTypeAliases are missing:
Code:
[DeviceTypeAliases]
CABLE = Cable,SAT,Video Acc
TV    = TV
VCR   = VCR,DVD,Tape,Laserdisc
It seems I started with a bad copy of the Intuitive RDF, so you'll have to supply the missing ones. Embarassed

gfb107 wrote:
Navigator: Does "CYC1 (URC-44000B02-B04 Navigator).rdf" replace "CYC1 (Navigator).rdf"?
Yes, I sure hope so! It never was an S3C8...


I fixed the DeviceTypeAliases and it is in the release that Greg just put out. The problem however is it will only work with RM or the beta of IR since it has the generic names in it.
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
mr_d_p_gumby
Expert


Joined: 03 Aug 2003
Posts: 1370
Location: Newbury Park, CA

                    
PostPosted: Tue Oct 14, 2003 11:16 am    Post subject: Re: Updated Maps and RDF's for RM Reply with quote

Nils_Ekberg wrote:
I fixed the DeviceTypeAliases and it is in the release that Greg just put out. The problem however is it will only work with RM or the beta of IR since it has the generic names in it.
I guess IR users could continue to use my "old" RDF until the new version of IR is ready, since IR does not use the alias list.
_________________
Mike England
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - New Remotes & RDFs All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control