Delete source with remote SAPPHIRE ATI 5000023600
|
16th Nov, 2016, 05:15 AM
Post: #1
|
|||
|
|||
Delete source with remote SAPPHIRE ATI 5000023600
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. Code: root@xbian:/home/xbian# cat /etc/lirc/remotes/x10-atiwonder.conf Thanks. :-) |
|||
16th Nov, 2016, 05:53 AM
Post: #2
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
It should be KEY_C
|
|||
16th Nov, 2016, 09:27 AM
Post: #3
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
Thanks
The code for the key is identical in xbian and lirc user configs site. Well it seems i have to figure out what code is received when I press the "c" key on the remote. Well I tried to follow the wiki here Not really working as I expected. ;-) Code: root@xbian:/home/xbian# service lirc stop |
|||
16th Nov, 2016, 09:29 AM
Post: #4
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
Just run command irw
|
|||
17th Nov, 2016, 06:41 AM
Post: #5
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
All with the remote: from the main menu I select Videos, then files, then I do highlight the source I want to delete with the arrow keys and I press the "c" key on the remote.
Nothing happens. The source is not removed. The ouput of irw is Code: 00000014ee190000 00 KEY_C X10-ATIWONDER |
|||
17th Nov, 2016, 06:59 AM
Post: #6
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
That MUST work
but You have to enable "Allow renaming and deletion" in Kodi setting Appearance-File lists section Just tested, works like a charm |
|||
17th Nov, 2016, 08:39 AM
Post: #7
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
You are right enabling this option allows me to delete files, but it's not what I want to do.
I want to remove some network shares from the screen, not the files on the shares. I've created a test folder in an smb share. I've added this source If I delete it, it deletes the directory with the files on the smb machine, but not the icon. Obviously, if I click on it, it tells me that the share is not available. Removing an upnp source is also impossible. |
|||
17th Nov, 2016, 08:57 AM
Post: #8
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
Again: This option has to be enabled to remove Video sources, not only files or folders!
I tested this before I wrote previous post. |
|||
17th Nov, 2016, 09:23 AM
Post: #9
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
The option is enabled.
I think I don't use the accurate vocabulary, sorry Well, adding a source somehow creates a mount point, right? The "c" key deletes what is inside the mountpoint, and does not unmount, the icon is still present. I would like to unmount and not delete what is inside it. You can see below that my test-test is still present, although pressing the "c" key deleted the directory it was pointing to. Code: root@xbian:/home/xbian# cat /home/xbian/.kodi/userdata/sources.xml |
|||
17th Nov, 2016, 09:57 AM
(This post was last modified: 17th Nov, 2016 10:00 AM by Nachteule.)
Post: #10
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
Ok, you're right. This removes content of the share
Removing Video share only can be done by context menu. Unfortunately this key is not mapped for the ATIREMOTE, so you have to add it (key name is KEY_INFO) For example rename KEY_D or whatever key you want to KEY_INFO |
|||
18th Nov, 2016, 03:46 AM
(This post was last modified: 18th Nov, 2016 03:59 AM by Nachteule.)
Post: #11
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
Here is micro howto how to map Context Menu function to KEY_D:
Please insert line <title>KEY_D</title> into file /home/xbian/.kodi/userdata/Lircmap.xml Code: .... and leave file x10-atiwonder.conf untouched (forget my previous posting) Finally restart Kodi |
|||
18th Nov, 2016, 05:34 AM
Post: #12
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
It works perfectly. You are wonderful!
I've also seen yesterday the update of the lirc package. It installed clean files. This remote will now work out of the box, when the proper parameter is set in /etc/default/lirc Thank you again. |
|||
18th Nov, 2016, 05:54 AM
Post: #13
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
FYI: I built xbian-package-lirc today again, because file /etc/default/lirc was not update resistant
|
|||
22nd Nov, 2016, 08:23 AM
Post: #14
|
|||
|
|||
RE: Delete source with remote SAPPHIRE ATI 5000023600
Thank you very much.
This key is very useful following the spirit of your howto I've added the line <start>KEY_A</start> So the A key is no longer useless. By the way, are there any functions of interest that are not mapped? The B key is free. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Cyberlink/Sapphire remote not added to /dev | goocreations | 15 | 40,736 |
23rd Jun, 2013 08:48 AM Last Post: zigge |