Questions tagged [kodi]

Kodi™ (formerly known as XBMC™) is an award-winning free and open source (GPL) software media center for playing videos, music, pictures, games, and more. Kodi runs on Linux, OS X, Windows, iOS, and Android, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.

Kodi, formally known as XBMC, is an award-winning free and open source cross-platform software media player and entertainment hub for digital media for HTPCs (Home theater PCs).

229 questions
0
votes
1 answer

Kodi Libreelec stuttering playback from NFS share

Infrastructure: 1 Fileserver VM on HP DL380e 2 Kodi on AndroidTV 1 Kodi/Libreelec on RaspberryPi 1 Kodi/Libreelec on intel NUC 10th Libreelec is version 9.2.6. Kodi is version 18.9 All was running fine and fast - no problems so far. Yesterday I…
0
votes
1 answer

Shutdown Kodi with api (blackberry qml)

Hello I trying shutdown Kodi (raspberry pi) with mobile app (blackberry qml). But I do not how. I used this code: (in browser) "http://[myip]:[myport]/jsonrpc?request={"jsonrpc":"2.0","method":"System.Suspend","id":1}" I used this code: (in the…
PepikVaio
  • 21
  • 6
0
votes
0 answers

Unicode/decode error with 'ascii' python output

I'm having an issue with the following, error - think it's a case of the text containing ascii instead of utf-8 or something similar, but I'm not sure how to convert it in order to pass on to the rest of the code. Please also note that I'm limited…
leopheard
  • 101
  • 7
0
votes
1 answer

How to read utf-8 encoded JSON file (locally/from internet) in a string in Kodi?

I followed Kodi simple video plugin tutorial which works as expected with JSON string embedded into main.py file. The tutorial refers that JSON string can be obtained by other means from other media (file, internet). My attempt to read utf-8 JSON…
Polar Bear
  • 6,762
  • 1
  • 5
  • 12
0
votes
1 answer

PHP Regex patern, KODI season poster extractor

In kodi Database, table tvshow, column C06 we have this kind of data : http://image.tmdb.org/t/p/original/xjm6uVktPuKXNILwjLXwVG5d5BU.jpg
0
votes
1 answer

urllib2 and HTTPErrorProcessor Python 3

I'm trying to change my python code from 2.7 to 3.6 So, I'm not familiar to python but I have error with urllib2 I have this error Error Contents: name 'urllib2' is not defined So I do this: from urllib.request import urlopen This is maybe ok,…
Aleksandar
  • 59
  • 1
  • 7
0
votes
0 answers

HLS Stream URL with Token not playing. 403 Forbidden

I have a code to scrape m3u8 links of a site called "streamlive.to". The site has free links with tokens that expire every 60 mins. A sample of the link can be found here. And this is the public m3u8 link for VLC on that page. Note that the token…
Nelson Owalo
  • 2,324
  • 18
  • 37
0
votes
0 answers

My python code runs once, but I get an error when I run it twice

I have a little python script that checks my current IPv4 DNS Server address. It's working just fine. I use the wmi package. Now: I use this script in Kodi. And first time it runs, it runs perfectly. But the second time I get a weird error. Why…
NoIdeaJoe
  • 19
  • 5
0
votes
1 answer

'exceptions.TypeError' when executing python script

I'm getting the following error when executing the following script: Error Type: Error Contents: 'NoneType' object is not iterable Traceback (most recent call last): File "addon.py", line 75, in…
leopheard
  • 101
  • 7
0
votes
1 answer

KODI keeps crashing due to segfault

Kodi won't start due to seg fault. I'm running linux mint and I first noticed the problem after installing miniconda3 which I have since deleted but am still getting the error so it possibly isn't related. Here is the terinal error I'm…
G Warner
  • 1,309
  • 1
  • 15
  • 27
0
votes
0 answers

Unhashable type when parsing json data from website

I'm trying to parse json data from the following website, and I'm getting the following error: Error Type: Error Contents: unhashable type: 'list' File "/....py", line 95, in ['title']:…
leopheard
  • 101
  • 7
0
votes
1 answer

Controlling Kodi from Browser

I am currently building a media website using node js. I would like to be able to control Kodi, which is installed of the server computer, remotely from the website browser.How would I go about doing this? My first idea was to simply see if I…
0
votes
1 answer

How to start another addon from a kodi addon

I Made a simple video addon for kodi which runs fine. I added a “whats on tv now” section and would like to be able to start the pvr simple iptv cliënt - at the desired station. I tried finding information on how to start another addon but cant seem…
Ernst Reidinga
  • 203
  • 2
  • 13
0
votes
1 answer

Kodi ssh python script *no file or directory*

Im trying to run a python script through kodi which opens a SSH connection to my remote Raspberry Pi and runs a .sh script. However it sems like Kodi cant resolve paths very well. I have ran this same python script from termux and it runs fine. Not…
Bkafi
  • 3
  • 3
0
votes
1 answer

Raspberry Pi wont remove OpenElec and Kodi

I have gotten a used Raspberry Pi 3 Model B (bought used). I formatted the SD-Card and downloaded Raspbian Stretch Lite. When I turned on the Pi, somehow it opened Openelec with Kodi. I tried it again and again. I went and tried to install NOOBS…
Benjamin Basmaci
  • 2,247
  • 2
  • 25
  • 46