Now I feel smart :P
I changed this line here
os.system("%s %s &" % (launcher["application"], launcher["args"]))
to this
os.system("%s %s &" % (launcher["args"], launcher["application"]))
So now you can link directly to a pnd and add "pnd_run" as an argument and it will actually run a pnd...
This time I manually edited it... still don't work. Can you PM me the python file you edited?
I think I messed it up... I see now that there's just two lines I should comment out with a #
xbmc.executehttpapi("Action(199)")
I decided to redownload the plugin (since I lost the original)
and...
How do I install skins manually?
shouldn't there be a skins folder in the .xbmc folder?
I've tried putting skins in the addons folder but they don't show up.
Also I've sucessfully downloaded extra skins and they show up in the addons folder...
skeezix... could you take a look at this thread
http://www.gp32x.de/board/index.php?/topic/57462-xbmc-launch-pnds/page__st__15__gopid__926335&#entry926335
If you haven't already...
Thanx
Maybe it's because xbmc is running without a window manager? I'm probably totally wrong and noobish :D
I bet if you could start xbmc in windowed mode then the minimize commands would work. maybe,,,
When you say executable I assume you mean a .sh file?
But I've even tried to "launch" .sh files and xbmc seems to simply just hang... So I wonder if it's a problem with the addons code at this point?
So if I did it right... no go yet :(
I'm gonna try a .py extension...
nope.. .py doesnt...
Well basically without mucking around in the source code
I can pick a file
And then set arguments
I just tried using launcher to launch a .desktop but it froze xbmc also. I'm going to try to do this from minimenu just so I can be sure xbmc froze. I'll try using the pandora button to exit...
Okay I'm using the executor addon.
If I point it at a PND on my SD card and do not enter any arguments xbmc freezes...
If I point it at the .desktop on my Desktop same thing...
When I point to a PND and set the argument to pnd_run xbmc still freezes...
Next I'm going to try the addon Launcher
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.