xbmcgui.Dialog().browse

Is there a way to make xbmcgui.Dialog().browse display all network locations? Right now, it only displays local directories, but I want to display everything, like you would normally see when launching the file browser window (which includes smb/nfs locations, etc)

http://mirrors.kodi.tv/docs/python-docs/…log-browse

As a current workaround, I’m calling xbmc.executebuiltin(‘Skin.SetPath(settings)’) – but it doesn’t allow me to control the header which is displayed as Browse to image folder. It would be great to have this working with the Kodi api for python. Any tips?