.. I'm programming it to fits our needs . The main purpose for the Beo5 in our house is to have a more user friendly way of controlling the DVD Controller (in our case for a Sony RDR-HX1010). My wife and the kids haven’t learnt the cryptic (poor usability!) “Go+0”, “Go+Red”, “Go + ">” Beo4 combinations needed to control the DVD/HDD drive.
Currently I've set it up with a number of DVD/HDD buttons; Menu, Use DVD, Use HDD, Prev/Next ("Play"+"StepUp") etc etc, but currently I cannot find out how to do the following properly:
1) Set the Format to 4:3 (Format + 1 + left arrow) (I need this when watching old Hi8/DV-home videos on the Sony HDD..)
2) Set the Format back to 16:9 (Format + 1)
3) Select a menu item on the DVD - "System menu"+ "Go"+ "Go"
For 1) the current macro is as follows:
0:000:TV:PICTURE_FORMAT
0:000:TV:CIFFER_1
0:000:TV:REWIND
(The 2) have a similar macro - only without the last line).
These commands works fine, but the problem is that AFTER these commands have been run, the "Format" is active, and hence the DVD-macros don't work. I've tried to add the following line:
0:000:TV:CDV
but then the DVD/HDD turn itself off?!?! The DVD/HDD now turns itself off if I use the DVD-command on the Beo4, but it has never done that before?!? The normal Standby-command for the DVD/HDD is: "Go"+"Stop"...
Any ideas? How can one finalize the "Format" command so that the next command works in DVD-mode?
For the last problem - the "How to select a menu item in a menu on the Sony DVD/HDD", I have made the following macro (corresponding to the Beo4 commands "Orange" - wait for the on-screen-menu ot appear, then "Go"+"Go"):
0:000:TV:CNT_WIND
Delay: 450ms
Delay: 450ms
0:000:TV:PLAY
Delay: 50ms
0:000:TV:PLAY
I've tried quite a number of combinations of delays, with and without Continuous set, without any luck... The System menu command on the DVD/HDD unit gets displayed, but the two "Go" commands are not being recognized.
Any ideas about this one?