Solved FileBrowser instead of DialogMediaSource
#1
Hi, when I'm adding some source I first open DialogMediaSource, then click on "Search" and the XBMC opens FileBrowser correct? I need that when click in "add source" instead of call DialogMediaSource, the XBMC call FileBrowser. It's possible?

I tried to do this in DialogMediaSource.xml. Without success.

The log.
PHP Code:
15:38:54 T:139914766432192    INFOLoading skin fileDialogMediaSource.xmlload typeKEEP_IN_MEMORY
15
:38:54 T:139914766432192   DEBUG: ------ Window Init (DialogMediaSource.xml) ------
15:38:54 T:139914766432192   DEBUGExecuteXBMCAction Translating ActivateWindow(FileBrowser)
15:38:54 T:139914766432192   DEBUGExecuteXBMCAction To ActivateWindow(FileBrowser)
15:38:54 T:139914766432192   DEBUGActivating window ID10126
15
:38:54 T:139914766432192   ERRORUnable to locate window with id 126.  Check skin files
15
:39:01 T:139914766432192   DEBUGProcessMousetrying mouse action leftclick
15
:39:01 T:139914766432192    INFOLoading skin fileFileBrowser.xmlload typeKEEP_IN_MEMORY 
Reply
#2
try:
Code:
<onload>SendClick(11)</onload>
in DialogMediaSource.xml
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(2014-12-03, 22:35)ronie Wrote: try:
Code:
<onload>SendClick(11)</onload>
in DialogMediaSource.xml

Thanks! It works! Wink
Reply

Logout Mark Read Team Forum Stats Members Help
FileBrowser instead of DialogMediaSource0