Changing DM500 channel list view and setting record button

Pattyren

VIP
Messages
1,885
Since new DM500 has no video button, does anyone have an idea how to change channel list view to have 3 coloumns?
 

Pattyren

VIP
Messages
1,885
I found this and it worked for me.

Open file "/share/tuxbox/enigma/resources/rcdm5xxx.xml"
We are going to change Help button to be Video button.

Original version
<key name="video" code="27" picture="key.11" />
<key name="help" code="52" picture="key.23" />

Change it to be like this
<key name="video" code="52" picture="key.11" />
<key name="help" code="27" picture="key.23" />


Save this file in here
/var/tuxbox/config/enigma/resources/ (NOT WHERE IT WAS ORIGINALLY)

Restart Dreambox

Now every time you press help button with channel list open you can change the way you can view the channel list
 

mhuk

Registered
Messages
61
While you're at it you can change the mute button to record (DVR) as the 500 remote has no record button. I can post details if you need it?
 

mhuk

Registered
Messages
61
change:

<action name="record" key="record" flags="m" />

to:

<action name="record" key="mute" flags="m" />

in rcdm5xxx.xml and mute will now stop/ start record when in DVR mode.
 

idiotSavant

Registered
Messages
7
I can't update "/share/tuxbox/enigma/resources/rcdm5xxx.xml" - how do I change the filesystem from read only ?
 

Pattyren

VIP
Messages
1,885
You copy the file on to your PC and edit it over there
Then you transfer it to

/var/tuxbox/config/enigma/resources/

NOT where it was originally
 

damon33

Registered
Messages
2
I have edited the script but when I try to ftp the file back using cuteftp I get a message saying that the filename is not being accepted.
Any help please?
 
Top