A dead simple desktop app to send a video URL to Kodi in order to reproduce it.
Qt5 libraries are needed to build the project from source code. You can follow next steps:
qmake WatchOnKodi.pro
make -f Makefile qmake_all
make
Or, if you are using MS Windows, maybe you need to be a bit more explicit:
"C:\Qt\5.14.1\mingw73_32\bin\qmake.exe" C:\path\to\WatchOnKodi\WatchOnKodi.pro -spec win32-g++
"C:\Qt\Tools\mingw730_32\bin\mingw32-make.exe" -f Makefile qmake_all
"C:\Qt\Tools\mingw730_32\bin\mingw32-make.exe" -j8