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
1
vote
1 answer

How to add dash DRM license to m3u play list?

For the past few days we are trying to add DRM license key to our dash stream on m3u list. We can able to play this through shaka web player, but management need to play this through Android box with KODI/ any client app. Got few options but its not…
James Arems
  • 87
  • 3
  • 11
1
vote
1 answer

How to get/set the "watched" status via Kodi's API?

I'm trying to write a lightweight wrapper on top of Kodi's JSON-RPC API (v10) using Python. I'm using the (so far very helpful) kodi-json module to do pretty much everything I need. For example, this will give me the title, position, and total…
Daniel Quinn
  • 6,010
  • 6
  • 38
  • 61
1
vote
1 answer

apt package (kodi-inputstream-adaptive) does not upgrade to newest version

I want to install this package to utilize some kodi addons. It needs version 2.4.3 at least but I can not update it to the newest version because apt thinks this is already the newest version but it definetely is not. This is what somebody else…
Robin Medland
  • 124
  • 1
  • 4
  • 19
1
vote
2 answers

Launch script from Kodi menu

I'm running Kodi 18 and I would like to add an item to the main menu which simply launches a bash script. After much searching, there is no obvious way to edit the menu (and I don't want to change themes just for that). I don't want to create an…
TSG
  • 4,242
  • 9
  • 61
  • 121
1
vote
0 answers

Change Kodi user in Ubuntu

I have installed kodi on Linux Ubuntu 16.04 LTS. After installing I have the usual ~/.kodi folder for user "user1" and kodi runs with no problems. Is it possible to either: 1.) Change the user from "user1" to "user2" 2.) Create a new user "user2"…
Chazg76
  • 619
  • 5
  • 10
1
vote
0 answers

KODI How to create a playlist specifying the start and end time of the video

I use KODI - https://kodi.tv/ ultimate entertainment center Is anybody know how to create a playlist with set the start time and the end time of the video. Video can be located locally or remotely on the server. The VLC player resolved this problem…
1
vote
1 answer

Unsure why beautifulsoup code won't scrape site

I've used BS a fair bit, but I'm unsure why this won't scrape as the other addons I've made for Kodi work fine. Could someone perhaps look at the code between the tags and perhaps find the bit I'm missing? The addon/python doesn't throw out any…
leopheard
  • 101
  • 7
1
vote
2 answers

Scraping links from a website using python / beautiful soup for a Kodi addon

The website I'm trying to scrape media links from (for a Kodi addon) doesn't have much in the way of class etc. markers, but each link is in some sort of unique layout. I have created the basic Kodi addon from another working one, but I'm having…
leopheard
  • 101
  • 7
1
vote
0 answers

KODI configuration for PPT,PPS files

I have been working with kodi these days. I have two servers, Server1 is for data files e.g. Videos, PPT/PPS files. And Server 2 is where KODI is installed. NOW I have done below update in KODI XMLs for configuring KODI for opening PPT files using…
1
vote
1 answer

How to display list item tags in a kodi skin

I'm trying to customize the default Kodi skin 'estuary'. My plan is to display the tags of a movie next to the movie title. The skin uses $INFO[ListItem.Tag] in the DialogVideoInfo.xml template file and Kodi displays the tags nicely when opening…
simne7
  • 194
  • 1
  • 1
  • 12
1
vote
1 answer

Enable Run button for Service add-on in Kodi

I am contributing to the Kodi PartyMode AutoStart add-on. I would like to add the option to manually trigger the plugin using Kodi's existing "Run" button for add-ons (which is disabled at the moment), so that users can test their settings without…
Eric Lindsey
  • 954
  • 8
  • 19
1
vote
0 answers

Xcode shows ‘there was an internal api error’ when installing Kodi to iPhone

I tried downloading kodi to my iPhone6 through Xcode and iOS app singer I followed everything step by step as shown in this…
archie
  • 11
  • 3
1
vote
2 answers

Kodi python - how to call another addon and, if not installed but present in repo, ask to install it

I'm creating an addon for Kodi in python, and I need to create a link to open another addon that, if not installed but present in one of the repositories, Kodi will ask the user and install and open the addon. I've seen this before on youtube and…
1
vote
2 answers

Acestramengine issue - related with __m2crypto

I have Arch linux. When I try to open acestreamengine, I got this error: $ sudo acestreamengine --client-console 2017-07-15 10:36:06,535|MainThread|acestream|error during startup Traceback (most recent call last): File "core.c", line 1590, in …
1
vote
1 answer

Kodi jsonrpc know if an episode has been see

I trying to retrieve a list of episode of a TV Show on my Kodi jsonrpc api, it return the list of episode but only id and name instead of all attributs show in the doc http://kodi.wiki/view/JSON-RPC_API/v8#Video.Details.Episode Here is my request :…
jaumard
  • 8,202
  • 3
  • 40
  • 63
1 2
3
15 16