Open Subtitles suddenly stops working

Hi, My Open Subtitles Addon has stopped working, and I can't seem to understand the reason. I've even uninstall and reinstalled the addon to no avail. Has someone experienced a similar problem? Regards

Plexbmc and Amber Cosmetic Issue

Just switched back to Plexbmc and Amber and noticed a small cosmetic issue. Not a big deal just hoping it could get fixed sometime in the future. When using the vertical menu the title bar covers half of your server name. Thanks watch gallery

Letterbox “Bars”

I recently updated to Krypton on my Matricom G Box and when playing movies in Widescreen instead of the usual black bars at the top and bottom they are white. Any idea on how to change to black? Thanks!

Addon Troubles

Hello, I wanted to know if I can somehow create an addon for xbmc/kodi for use with my raspberry pi 2. The addon would allow me to play a livestream from a website, onto the raspberry pi. Is this possible? If so, can someone give or create a tutorial f...

Scraper which parses another addon’sJSONRPC response

Hi, I wrote a script type plugin, which builds some media informations, if I Call it with JSONRPC and pass a movie title. But I want to create a scraper which parses my script's JSONRPC response. I think, I Can make the regex extract from the JSON, b...

install Discovery Channels

hi, install discovery channels to my add-ons all went well, But when I go to install, I get Discovery Channels install failed what am I doing wrong I am new to this

Time Control Revamp (Touch/Android)

I'd like some more accurate and intuitive time control, with attention to touch optimization. Twitch has an easy dial to skip to any place along the time line quickly and accurately. VLC has some swipe controls to move back and forth swiftly, and a pop...

can some one pls help me with opensubtitles?

hi i installed opensubtitles on kodi 17 its not finding any subtitles also not My country Subtitles netherlands but also not english its not working on kodi 16 and not working on kodi 17 could anyone help me with subscene i only can find english subtit...

Target of Items from a path

I am displaying a list with path (fe. musicdb://) as contents. What is the property that allows to determine what is the path of an element of such list (fe. musicdb://songs/ or something defined with Library Node Editor)? I've looked at ListItem $INFOs - but cannot see it there.

The idea is to add <onclick> for the list in order to open MyMusicNav window already with the selected scope.

cant get the repos too install

Just tried the 17.1 version and everything went well until I tried to install the repos none of them would install they will start to download then it would say kodi has stopped working and needs too shut down no matter how many times I tried it just ...

Building on Windows – CMake Errors

What's required to build this add-on on Windows, and then integrate it into a Kodi instance? I'd like to take a stab at fixing a few issues, but I haven't gotten it to build.

I have cloned the repo from https://github.com/kodi-pvr/pvr.hdhomerun.git and attempted to follow the instructions.
I have VS2015 Professional installed (14.0.25431.01 Update 3) and cmake 3.7.2.


In the output from the command-line build is the following text, then report of the error at the very end of the run.

Code:
Building Custom Rule D:/Kodi-Dev/xbmc/cmake/addons/CMakeLists.txt
  CMake does not need to re-run because D:\Kodi-Dev\pvr.hdhomerun\CMakeFiles\ge
  nerate.stamp is up-to-date.
  Creating directories for 'hdhomerun'
  Performing gitconfig step: Disabling autocrlf to enable patching for 'hdhomer
  un'
  fatal: pathspec '.' did not match any files
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targ
ets(171,5): error MSB6006: "cmd.exe" exited with code 128. [D:\Kodi-Dev\pvr.hdh
omerun\hdhomerun.vcxproj]

Using the "ALL_BUILD" target in the IDE shows some errors that may be meaningful:

Code:
8>  -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
8>  -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
8>  CMake Error at C:/Program Files/CMake/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
8>    Could NOT find hdhomerun (missing: HDHOMERUN_LIBRARIES
8>    HDHOMERUN_INCLUDE_DIRS)
8>  Call Stack (most recent call first):
8>    C:/Program Files/CMake/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
8>    Findhdhomerun.cmake:13 (find_package_handle_standard_args)
8>    CMakeLists.txt:13 (find_package)
8>
8>
8>  -- Configuring incomplete, errors occurred!
8>  See also "D:/Kodi-Dev/pvr.hdhomerun/build/pvr.hdhomerun-prefix/src/pvr.hdhomerun-build/CMakeFiles/CMakeOutput.log".

There aren't any errors in that log file.

Any clues as to what I have missed?