Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
;; ### XBMC/DVBV ehshell ### creat by cr4sh
Dim $xbmc = "0"
Dim $dvbv = "0"
Dim $xbmc_path = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\XBMC", "InstallLocation") & "\xbmc.exe"
Dim $dvbv_path = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DVBViewer Pro_is1", "Inno Setup: App Path") & "\dvbviewer.exe"
ProcessClose("ehtray.exe")
If WinActive("DVB Viewer") Then
$dvbv = "2"
ElseIf ProcessExists("dvbviewer.exe") Then
$dvbv = "1"
EndIf
If WinActive("XBMC") Then
$xbmc = "2"
ElseIf ProcessExists("XBMC.exe") Then
$xbmc = "1"
EndIf
If $xbmc = 2 And $dvbv = 1 Then
WinActivate("DVB Viewer")
Run($dvbv_path)
ElseIf $xbmc = 1 And $dvbv = 2 Then
Run($dvbv_path & " -c")
Sleep(100)
WinWaitActive("DVB Viewer")
WinActivate("XBMC")
ElseIf $xbmc = 1 And $dvbv = 1 Then
WinActivate("XBMC")
ElseIf $xbmc = 0 Then
Run($xbmc_path)
WinActivate("XBMC")
ElseIf $dvbv = 0 Then
Run($dvbv_path)
WinActivate("DVB Viewer")
EndIf
ProcessClose("ehshell.exe")
Exit
Von XBMC auf DVBV umschalten und zurück? Verstehe ich das richtig?Ich sag mal so mit der Lösung wie ich sie jetzt hab bin ich zufrieden
Den X-Skin hatte ich auch mal kurz drauf und sieht auch nicht schlecht aus aber noch nicht das wie ich es mir vorstelle!
Jetzt drücke ich einfach auf die kleine runde güne Taste und schon bin ich im DVBV
btw .. ich brauch noch ein paar Tester für mein mcfs! interesse, zeit ... mcgene?