v17 Calling File manager window?
#1
I'm using Kodi 17.3 with Mac mini 2015 with latest macOS Sierra and a Logitech Harmony Ultimate.
I made some changes in customcontroller.Harmony.xml in my user map.
What I'm missing is being able to call the File Manager Window from every
where. Something like button id="XXX"= ActivateWindow(Filemanager)
Is this possible or is there another solution?
Reply
#2
Thats exactly how it should work. Not sure what exactly you are missing?
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
Thanks.
I tried this:

<keymap>
<global>
<customcontroller name="Harmony">
.......
<!-- F6 --> <button id="197">ActivateWindow(Filemanager)</button>


I have assigned F6 to YELLOW LongPress in my Harmony Ultimate.
This, however, gives me the window with Program Add-ons.
Reply
#4
Enable debug logging and have a look into debug log (wiki) after pressing that button.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
kodi.log

14:21:39.524 T:140736926860224 NOTICE: Enabled debug logging due to GUI setting. Level 2.
14:21:39.524 T:140736926860224 DEBUG: ------ Window Init () ------
14:21:41.422 T:140736926860224 DEBUG: ------ Window Deinit (Pointer.xml) ------
14:21:49.855 T:140736926860224 DEBUG: Activating window ID: 10001
14:21:50.157 T:140736926860224 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
14:21:50.188 T:140736926860224 DEBUG: ------ Window Init (MyPrograms.xml) ------
14:21:50.188 T:140736926860224 DEBUG: CGUIMediaWindow::GetDirectory ()
14:21:50.189 T:140736926860224 DEBUG: ParentPath = []
14:21:50.194 T:123145420279808 DEBUG: Thread BackgroundLoader start, auto delete: false
14:21:50.197 T:123145420279808 DEBUG: Thread BackgroundLoader 123145420279808 terminating
14:22:24.291 T:140736926860224 DEBUG: CGUIMediaWindow::GetDirectory ()
14:22:24.292 T:140736926860224 DEBUG: ParentPath = []
14:22:24.299 T:123145420816384 DEBUG: Thread BackgroundLoader start, auto delete: false
14:22:24.301 T:123145420816384 DEBUG: Thread BackgroundLoader 123145420816384 terminating
14:22:30.533 T:123145424035840 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
Reply
#6
Full log please and use pastebin.com...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#7
I replaced
<!-- F6 <button id="194">ActivateWindow(Programs)</button>
with
<!-- F6 <button id="194">ActivateWindow(Filemanager)</button>

now it's OK

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Calling File manager window?0