Kodi Community Forum

Full Version: Script browser?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
just wondering if anyone used this script where do you install
it to and what changes do you have to make to py. script?

thanks
gary
bump
unzip the file in your scripts folder.

for it to work right all your other scripts need to be in there own folder with the same name as the .py file. then just run scriptbrowser.py

good luck.
if the above instructions do not work anyone have any ideas?
where is xbmc installed drive and folder?
f/apps/xbmc/
unzip your scripts to f/apps/xbmc/scripts. make sure each one is in it's own folder (i.e f/apps/xbmc/scripts/launchbrowser).

for each script if there is a line in there for rootdir (i.e dirhome = 'q:\\scripts\\launchbrowser\\') make sure q: is referenced and the path is correct.

you normaly shouldn't have to change that in any of the scripts, the writers usually have it set as long as you extract it directly to the scripts folder.

hth
you have to excuse me i must be stupid or have a bad download.
i do exactly what you say to do but when i push the a button
on my controller to run script browser it says running by it for
a few seconds then nothing happens. i'm using the pm iii beta
skin if that matters. sorry!!
maybe you don't have all the python libraries installed.

go http://johnypcguru.home.mchsi.com/ and download package. in that find the python folder and copy that to f/apps/xbmc.

if that doesn't help then i don't know.

good luck