Actually, v1.7 has a lot more RR than FP stuff. Some commands just don't work for Frodo, and some don't work for RR. Its because I'm using one XML file, and I made it universal.
Code:
500: If Title1 = 'rr' then SendToRR('PREV', 500) else
Frodocommand(0, 500);
501: If Title1 = 'rr' then SendToRR('FRWD', 501) else
Frodocommand(1, 501);
502: If Title1 = 'rr' then SendToRR('PLAY', 502) else
Frodocommand(2, 502);
503: If Title1 = 'rr' then SendToRR('STOP', 503) else
Frodocommand(4, 503);
504: If Title1 = 'rr' then SendToRR('PLAY', 504) else
Frodocommand(3, 504);
505: If Title1 = 'rr' then SendToRR('NEXT', 505) else
Frodocommand(6, 505);
506: If Title1 = 'rr' then SendToRR('FFWD', 506) else
Frodocommand(5, 506);
507: If Title1 = 'rr' then SendToRR('SHUFFLE', 507) else
Frodocommand(7, 507);
508: If Title1 = 'rr' then SendToRR('REPEAT', 508) else
Frodocommand(8, 508);
509: If Title1 = 'rr' then SendToRR('VOL+', 509) else
Frodocommand(9, 509);
510: If Title1 = 'rr' then SendToRR('VOL-', 510) else
Frodocommand(10, 510);
511: If Title1 = 'rr' then SendToRR('MUTE', 511) else
Frodocommand(11, 511);
512: If Title1 = 'rr' then SendToRR('DOWN', 512) else
Frodocommand(15, 512);
513: If Title1 = 'rr' then SendToRR('UP', 513) else
Frodocommand(16, 513);
514: If Title1 = 'rr' then SendToRR('DOWN', 514) else
Frodocommand(18, 514);
515: If Title1 = 'rr' then SendToRR('UP', 515) else
Frodocommand(17, 515);
516: Frodocommand(19, 516);
517: Frodocommand(28, 517);
518: Frodocommand(27, 518);
519: Frodocommand(29, 519);
520: If Title1 = 'rr' then SendToRR('VISU', 520) else
Frodocommand(30, 520);
521: If Title1 = 'rr' then SendToRR('VISU', 521) else
Frodocommand(31, 521);
522: Frodocommand(32, 522);
523: If Title1 = 'rr' then SendToRR('AUDIO', 523) else
Frodocommand(33, 523);
524: If Title1 = 'rr' then SendToRR('VOL-', 524) else
Frodocommand(38, 524);
525: If Title1 = 'rr' then SendToRR('VOL+', 525) else
Frodocommand(37, 525);
530: Frodovol(530);
531: Frodomute(531);
532: Frodoplaying(532);
533: Frodomode(533);
534: Frodocommand(14, 534);
535: If Title1 = 'rr' then SendToRR('RADIO', 535) else
Frodocommand(13, 535);
536: If Title1 = 'rr' then SendToRR('VIDEO', 536);
537: If Title1 = 'rr' then SendToRR('GPS', 537);
538: If Title1 = 'rr' then SendToRR('DVD', 538);
539: If Title1 = 'rr' then SendToRR('LIST', 539);
540: If Title1 = 'rr' then SendToRR('AUDIO', 540);
541: If Title1 = 'rr' then SendToRR('MAIN', 541);
542: If Title1 = 'rr' then SendToRR('CLEARLIST', 542);
543: If Title1 = 'rr' then SendToRR('SKIN', 543);
544: If Title1 = 'rr' then SendToRR('APPEARANCE', 544);
545: If Title1 = 'rr' then SendToRR('PGUP', 545);
546: If Title1 = 'rr' then SendToRR('PGDOWN', 546);
547: If Title1 = 'rr' then SendToRR('SELECT+', 547);
548: If Title1 = 'rr' then SendToRR('SELECT', 548);
549: If Title1 = 'rr' then SendToRR('BACK', 549);
550: If Title1 = 'rr' then SendToRR('BROWSE', 550);
551: If Title1 = 'rr' then SendToRR('MIXER', 551);
552: If Title1 = 'rr' then SendToRR('ZOOM', 552);
553: If Title1 = 'rr' then SendToRR('CLOSE', 553);
Everything under the settings is configurable using the config program. It says pause frodo because when I wrote the app, I couldn't get if RR was paused or not