16th Nov, 2016, 05:15 AM
Good morning
I'm trying to remove some duplicate video sources in kodi, but I just can't find how to do it.
If I could avoid editing with ssh...
I suspect that my remote is not properly set up.
I select the source, and then, what key on the remote shall I press, or more precisely what key code will Kodi expect to remove the entry? KEY_C ? or another?
Thanks to this thread I've been able to fix some buttons (volume up volume down and mute) with codes I've found there in the section SAPPHIRE_ATIUSB_5000023600.
My current lirc file.
Thanks. :-)
I'm trying to remove some duplicate video sources in kodi, but I just can't find how to do it.
If I could avoid editing with ssh...
I suspect that my remote is not properly set up.
I select the source, and then, what key on the remote shall I press, or more precisely what key code will Kodi expect to remove the entry? KEY_C ? or another?
Thanks to this thread I've been able to fix some buttons (volume up volume down and mute) with codes I've found there in the section SAPPHIRE_ATIUSB_5000023600.
My current lirc file.
Code:
root@xbian:/home/xbian# cat /etc/lirc/remotes/x10-atiwonder.conf
# brand: ATI Remote Wonder
# model no. of remote control: 5000023600
# devices being controlled by this remote: ATI USB Receiver
#
# Found on a linpvr.org forum, thanks.
begin remote
# name X10-ATIREMOTE
name X10-ATIWONDER
bits 40
eps 30
aeps 100
one 0 0
zero 0 0
gap 235966
toggle_bit 0
min_repeat 2
suppress_repeat 4
toggle_bit_mask 0x80800000
begin codes
KEY_A 0x00000014D5000000
KEY_B 0x00000014D6010000
KEY_POWER 0x00000014D7020000
KEY_TV 0x00000014D8030000
KEY_DVD 0x00000014D9040000
KEY_WEB 0x00000014DA050000
KEY_MEDIALIB 0x00000014DB060000
KEY_DRAG 0x00000014DC070000
KEY_MB_LEFT 0x000000144D780000
KEY_MB_RIGHT 0x00000014517C0000
KEY_MOUSEUP 0x0000001447720000
KEY_MOUSEDOWN 0x0000001448730000
KEY_MOUSELEFT 0x0000001445700000
KEY_MOUSERIGHT 0x0000001446710000
KEY_MOUSELEFTUP 0x0000001449740000
KEY_MOUSERIGHTUP 0x000000144A750000
KEY_MOUSELEFTDOWN 0x000000144C770000
KEY_MOUSERIGHTDOWN 0x000000144B760000
# KEY_VOLUMEUP 0x00000014DD080000
# KEY_VOLUMEDOWN 0x00000014DE090000
KEY_VOLUMEDOWN 0x00000014DE090000
KEY_VOLUMEUP 0x00000014DD080000
KEY_MUTE 0x00000014DF0A0000
# KEY_MUTE 0x00000014D5000000
KEY_CHANNELUP 0x00000014E00B0000
KEY_CHANNELDOWN 0x00000014E10C0000
KEY_1 0x00000014E20D0000
KEY_2 0x00000014E30E0000
KEY_3 0x00000014E40F0000
KEY_4 0x00000014E5100000
KEY_5 0x00000014E6110000
KEY_6 0x00000014E7120000
KEY_7 0x00000014E8130000
KEY_8 0x00000014E9140000
KEY_9 0x00000014EA150000
KEY_0 0x00000014EC170000
KEY_DVDMENU 0x00000014EB160000
KEY_SETUP 0x00000014ED180000
KEY_C 0x00000014EE190000
KEY_D 0x00000014F01B0000
KEY_TVONDEMAND 0x00000014F11C0000
KEY_FULLSCREEN 0x00000014F5200000
KEY_UP 0x00000014EF1A0000
KEY_DOWN 0x00000014F7220000
KEY_LEFT 0x00000014F21D0000
KEY_RIGHT 0x00000014F41F0000
KEY_OK 0x00000014F31E0000
KEY_E 0x00000014F6210000
KEY_F 0x00000014F8230000
KEY_REWIND 0x00000014F9240000
KEY_PLAY 0x00000014FA250000
KEY_FASTFORWARD 0x00000014FB260000
KEY_RECORD 0x00000014FC270000
KEY_STOP 0x00000014FD280000
KEY_PAUSE 0x00000014FE290000
end codes
end remote
Thanks. :-)