Kodi Community Forum

Full Version: Getting sources and files via JSON
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a script that use python filefunctions to traverse operatingsystem connected networkshares (problem is dfs on some OS like openelec and linux) although within XBMC it works. So I want to ask XBMC for sources and use that API to access/traverse the networkshares, possible?
Files.GetSources will get you the media source, and the xbmcvfs python module to do file system stuff
thanks I'll try that.