xbmcgui.Dialog().browse
#16
Can we get this merged or are there outstanding issues/concerns??
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#17
@ronie,

Will this be included in Lea?

As far as I can tell it is not yet merged...

Thanks!
Add-on : Bluray iso utils Rewrite of BR_iso_enhancements
Add-on : BR_iso_Enhancements Give theatrical & directors cut from the same bluray iso each their own library entry, use bluray iso's of tv shows as if they are already ripped.
Reply
#18
it's merged now.

all local and network shares will show up in the browse dialog if you specify an empty 'shares' param.
python:
item = xbmcgui.Dialog().browse(1, 'Please select a file', '')
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
#19
In my addon I am using a really custom gui. with that is there a way recreate the browser window as custom window? or better yet is there a builtin function to provide a list of local and network shares on a persons pc as the browser window does?

Reason I am asking I want the user to select a custom location for some data, and since I like using a server I figure other may want that option as well to select a central network share and I want to make it skinned to the rest of the gui so that all part of the addon are the same.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply

Logout Mark Read Team Forum Stats Members Help
xbmcgui.Dialog().browse0