IR 5.x Feature Request
Moderator: Moderators
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
I uploaded a new version.
I could not replicate your results. However I added some code to strip out as many extraneous characters as possible.
Try it...
I can't figure out where in KM8.21 I add the notes for the upgrade. I opened an existing upgrade in KM and there are already notes for the Upgrade
Ok..I figured it out. It wasn't clear to me that it was the text above the buttons. I kept thinking it should read the info from the notes section.
Now I can't figure out where to add protocol notes
I could not replicate your results. However I added some code to strip out as many extraneous characters as possible.
Try it...
I can't figure out where in KM8.21 I add the notes for the upgrade. I opened an existing upgrade in KM and there are already notes for the Upgrade
Ok..I figured it out. It wasn't clear to me that it was the text above the buttons. I kept thinking it should read the info from the notes section.
Now I can't figure out where to add protocol notes
Paul
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
As you have discovered, I'm using the 'Upgrade Description' from the Setup sheet as the note for the device code.e34m5 wrote:I can't figure out where in KM8.21 I add the notes for the upgrade.
You can't.Now I can't figure out where to add protocol notes
"Custom Protocol for <dev_type>/<setup_code> <upgrade_description>"
i.e.
"Custom Protocol for CBL/1476 GI Cable"
This way, the protocol can be tied back to the upgrade via the note for future reference.
For reference, the key move notes are the actual function name, followed by the functions Description/Notes, if one was entered on the unctions sheet. So, if you have a function labeled "TV/Input" and a note for that function that reads "Toggles ANT/LINE1/LINE2", the embedded note becomes "TV/Input: Toggles ANT/LINE1/LINE2". If no Description/Note was entered, it would simply be "TV/Input".
The reason I chose this approach for notes from KM was so that device and protocol upgrades were at least labeled for future reference. I didn't see a need to make them any fancier than that, since the user can still manually enter any additional notes they desire.
Mark
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
I think you're stripping out a few too many characters!e34m5 wrote:However I added some code to strip out as many extraneous characters as possible.
Notes for a device without any key moves aren't appearing. If there's key moves, then the note for the device appears. Protocol notes seem to be ok, as do the key moves.
Mark
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
See latest.
It was the 0000 that was breaking it. It was a formatting issue. IR when doing an integer to sring conversion was taking 0000 and converting to 0.
This made the rest of the code very angry. I made so it always formats it to 4 characters.
Should be ok now....
Mark...as soon as you are ready I'll package 5.01 and uploaded.
It was the 0000 that was breaking it. It was a formatting issue. IR when doing an integer to sring conversion was taking 0000 and converting to 0.
This made the rest of the code very angry. I made so it always formats it to 4 characters.
Should be ok now....
Mark...as soon as you are ready I'll package 5.01 and uploaded.
Paul
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
I guess it's ready for primetime, but that's really you're decision.
If you do release it, remember to update the version number since it still shows as 5.0.0. And while we're on the subject of version numbers, I think you ought to start versioning every release to avoid confusion as to what the current release and betas really are.
If you do release it, remember to update the version number since it still shows as 5.0.0. And while we're on the subject of version numbers, I think you ought to start versioning every release to avoid confusion as to what the current release and betas really are.
Mark
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
You should probably look into Rob's request.e34m5 wrote:now on to the next project...any ideas
Mark
I'm trying to add support for this in RM. In the process, I think I've found a bug. If the setup code associated with the new device upgrade isn't already assigned to a device button, IR prompts to assign it, but the keymove notes don't get imported. If the setup code is already associated with a device button, the notes do get imported correctly.
Here's a sample device upgrade for a 15-1994 that was generated by RM:
Here's a sample device upgrade for a 15-1994 that was generated by RM:
Code: Select all
Upgrade code 0 = 22 c7 (DVD/0711) Gateway Connected DVD Player
5a 00 b4 fe 6e f9 20 ef 98
5d 6f 5f 7f 2d 1d 3d ad 9d bd f5 d5 cf 75 2f 6d
dd ed cd fd 9f 45 3f b5 15 05 c5 e5 25 ff 1f
KeyMoves
a9 f3 22 c7 df«Setup: Setup»¦
8e f3 22 c7 ff«Eject: Toggle open-close»
End-- 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)