OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.61k stars 883 forks source link

possible link evmap from /storage/.config/ #2486

Closed piotrasd closed 11 years ago

piotrasd commented 11 years ago

Hi Nice will be if we can link own evmap from /storage/.config/

Now all are located in /etc/eventlircd.d/ (read only) and we cannont change enything

I know we can map button over Lircmap.xml - devinput (but example like ps3remote.envmap) KEY_EXIT is for 3 other button :( so we cannot map them separetly in Lircmap also buton KEY_OK is for 2 buttons :(

https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/sysutils/remote/eventlircd/evmap/ps3remote.evmap

good will be get possibility touch this files (evmap) without extacting IMAGE of OE and again pack every new relase version

jenkins101 commented 11 years ago

Hi,

I don't follow?

if the evmap is wrong it should be updated or how do you mean?

piotrasd commented 11 years ago

hi, yes but is in read-only file system - so for update, edit we must extrack image of openelec for make some changes :/ so nice will be link this file to .config when we have writable permission or move this file

sraue commented 11 years ago

no, copy from /etc to /storage, kill eventlircd and manually start eventlircd with the options to set the evmap folder on /storage

piotrasd commented 11 years ago

Thanks !!!