Tut leider auch nicht, Scriptfehler kommt keiner mehr aber die Batch-Datei wird nicht geöffnet... Habe auch mit verschiedenen schreibweisen des Pfades herumgespielt ohne Erfolg.
An was es jetzt genau liegt finde ich nur im [definition='1','3']Debug[/definition] Modus raus, richtig?
E/ Kommt es vllt auch drauf an was in der .bat selbst steht? Wenn ich sie händisch ausführe funktioniert sie zwar, aber vllt spielt da XBMC nicht mit. Die Datei selbst ist auch nur ein Workaround wegen verschiedener Versionsfehler von Boblight, es startet die alte Version zuerst und anschließend die neuere. Aber eigentlich auch ziemlich anspruchslos.
start "boblightd" /MIN C:\boblightd\launchfirst_Boblight_1_3\boblightd.exe -c C:\boblightd\launchfirst_Boblight_1_3\boblight.conf -f
TIMEOUT /T 1
taskkill /im boblightd.exe
TIMEOUT /T 1
start "boblightd" /MIN C:\boblightd\boblightd.exe -c c:\boblightd\boblight.conf -f
E/² Alternativ hab ich das hier gerade gefunden
http://forum.xbmc.org/showthread.php?tid=165133 //5 Post von Angelscry
hört sich auch machbar an vor allem da ich den Favorit schon so erstellt habe. Hab so verstanden den Favorit Link kopieren und an anderer stelle einfügen sodass er mit ausgeführt wird bei start. in dem beispiel hier geht es eben ums herunterfahren. Sowas in der Art hast du oben auch schon vorgeschlagen 4lb3rtO, oder?
E/³ Hab mir deinen Post von oben nochmal angesehn:
<window id="0"> <defaultcontrol always="true">9000</defaultcontrol> <allowoverlay>no</allowoverlay> <onload condition="Window.Previous(startup)+Skin.HasSetting(customstartupfocus)">Control.Move(9000,$INFO[Skin.String(CustomFocusOffset)])</onload> <onload condition="!Skin.HasSetting(HomeMenuNoDocuButton)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/Doku.xsp,menu=Menu1)</onload> <onload condition="!Skin.HasSetting(HomeMenuNoHDMoviesButton)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/HDMovies.xsp,menu=Menu2)</onload> <onload condition="!Skin.HasSetting(HomeMenuNo3DMoviesButton)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/3DMovies.xsp,menu=Menu3)</onload> <onload condition="!Skin.HasSetting(HomeMenuNoMusicvideosButton)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/Musicvideos.xsp,menu=Menu4)</onload> <onload condition="!Skin.HasSetting(HomeMenuNoConcertsButton)">XBMC.RunScript(script.randomandlastitems,limit=10,method=Last,playlist=special://skin/playlists/Concerts.xsp,menu=Menu5)</onload> <onunload condition="Container(9000).Hasfocus(10) | Container(9000).Hasfocus(11) | ControlGroup(9010).HasFocus | ControlGroup(9016).HasFocus | ControlGroup(9017).HasFocus">SetProperty(VideosDirectLink,True)</onunload> <onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(2)">ClearProperty(VideosDirectLink)</onunload> <onload condition="Window.Previous(Startup)">XBMC.SystemExec(C:\boblightd\start.bat)</onload> <controls> <include>CommonBackground</include> <control type="image"> <posx>0</posx> <posy>90r</posy> <width>1280</width> <height>90</height> <texture>floor.png</texture> <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation> <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation> <visible>!Skin.HasSetting(NoFloor)</visible> </control>
soweit bin ich jetzt, die .bat startet immer noch nicht, aber erzeugt auch keinen Crash beim start, soweit so gut. Hab ich es den an der richtigen stelle eingefügt? Ist in der Home.xml