Giter VIP home page Giter VIP logo

playground's People

Contributors

dobbelina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

playground's Issues

how to use it if we run Kodi - Portable-...??

Hi, first thxs so much
we have kodi not installed but portable:
we see that the playercorefactory.xml in our portable vers
is in O:\Kodi-19.1_Guruhitech\Kodi\system\playercorefactory.xml
so how to modify yr tool..??
and also the desktop shortcut:

@echo off
IF NOT EXIST %APPDATA%\Kodi\userdata\playercorefactory1.xml IF NOT EXIST %APPDATA%\Kodi\userdata\playercorefactory2.xml goto :missing
If EXiST %APPDATA%\Kodi\userdata\playercorefactory2.xml ren %APPDATA%\Kodi\userdata\playercorefactory.xml playercorefactory1.xml & ren %APPDATA%\Kodi\userdata\playercorefactory2.xml playercorefactory.xml & goto endofscript
ren %APPDATA%\Kodi\userdata\playercorefactory.xml playercorefactory2.xml & ren %APPDATA%\Kodi\userdata\playercorefactory1.xml playercorefactory.xml
:endofscript
taskkill /im Kodi.exe /f
timeout /t 2 /nobreak
Start "kodi" "C:\Program Files\Kodi\kodi.exe"
:missing
exit

in our case is not working... :(

our kodi.exe path is:
O:\Kodi-19.1_Guruhitech\Kodi\kodi.exe

but we start Kodi with this virtual basic script ( is a .vbs file) :

set wmi = GetObject("winmgmts:")
set system = wmi.instancesOf("win32_process")
for each process in system
if lcase(process.name)="kodi.exe" then
process.Terminate (0)
end if
next
CreateObject("WScript.Shell").Run "Kodi\Kodi.exe -p",1, True

could you be able to modify yr tool also for our case..??
or to guide us to do the changes?
thxs so much in adv

cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.