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
12
votes
3 answers

No module named googleapiclient.discovery

I have been looking to implement the example Python scripts I have found online to allow me to interact with the YouTube API as per the GitHub link found here The problem I am having is with the import statement at the start: import argparse from…
gdogg371
  • 3,879
  • 14
  • 63
  • 107
7
votes
1 answer

How can I turn on the Kodi webserver from the command line?

My Kodi is running as root (for better or for worse). This means the user folder is: /root/.kodi/userdata/guisettings.xml A quick search for web-related junk: cat guisettings.xml | grep web yields false
Jonathan Komar
  • 2,678
  • 4
  • 32
  • 43
7
votes
3 answers

How to stream video to browser with Kodi

Not sure if this is the correct place to ask this but here goes nothing. I setup openelec's Kodi on a Raspberry pi2. I uploaded a video and managed to get it to play on a connected TV via HDMI. What I can't seem to figure out is how to have Kodi…
user1048839
  • 938
  • 3
  • 9
  • 24
5
votes
1 answer

Vcodec id unknown :XXXX

I was trying to watch some X.mkv files on my raspberry pi. I used to have Openelec 3 and this particular X.mkv was running fine. Now I am on Raspbian running Kodi, and I got a black screen when I launched it, so I looked at the logs. They were…
Arthur Zinck
  • 53
  • 1
  • 6
5
votes
8 answers

XBMC/KODI error adding addon "structure incorrect"

I'm following the KODI/XBMC hello world addon tutorial here and i downloaded the finished project from here but the problem is that i cannot edit it, as ever time I try to add a version that I edited onto KODI it gives me the error Addon does not…
Richard Beattie
  • 293
  • 1
  • 3
  • 17
4
votes
1 answer

How to Stream Audio to Raspberry Pi via PulseAudio RTP Unicast?

I am trying to stream audio from a Linux Mint Desktop to a RaspberryPi 3B running LibreELEC (Kodi) using PulseAudio RTP. I can successfully stream the audio with RTP multicast: Desktop: pactl load-module module-null-sink sink_name=rtp pactl…
sunblade
  • 131
  • 1
  • 7
3
votes
1 answer

How to batch generate EDL (edit decision list) files for a folder of videos with different run times

How can I skip an exact amount of seconds from the start, and another amount of seconds from the end, for a collection of videos whose durations differ? This is the format for the EDL I am using with kodi 0:00:00 0:01:20. 3 So if the video is…
DnK
  • 31
  • 1
3
votes
0 answers

kodi change settings through python

In Kodi, how can I change the settings level to expert via python code? I managed to change all configuration through an RPC to 'Settings.SetSettingValue' but using the same method with 'general.settinglevel' results with an error CSettingsManager:…
Ofir
  • 1,565
  • 3
  • 23
  • 41
3
votes
1 answer

How to call method from another kodi/xbmc addon

I am trying to make an addon which calls another script addon. Now what I want to know is how can I access methods of the second addon from the first one. If yes please someone provide me with the syntax.
Jaysheel Utekar
  • 1,171
  • 1
  • 19
  • 37
3
votes
1 answer

Kodi (fka Xbmc) scraper for onlinetvrecorder (otr) recordings

I would like scrape information for recordings from onlinetvrecorder (otr) in Kodi. Unfortunately the scrapers available can't handle the file format which is like Django_Unchained_15.07.03_22-45_sf2_165_TVOON_DE.mpg.mp4.avi Renaming is not an…
NaN
  • 7,441
  • 6
  • 32
  • 51
2
votes
1 answer

Exclude a combination of characters with regex or add a letter

I'm trying to adjust KODI's search filter with regex so the scrapers recognize tv shows from their original file names. They either come in this pattern: "TV show name S04E01 some extra info" or this "TV show name 01 some extra info" The first is…
Sc0rax
  • 23
  • 5
2
votes
1 answer

why is this curl function getting permission denied

I'm trying to communicate with the Kodi JSONRPC api and I keep getting a permission denied. I have looked everywhere, I've tried all the curl options I can find, and none of them seem to be doing a thing. $options = array( CURLOPT_VERBOSE =>…
2
votes
1 answer

How do I make a simple public read-only WebDAV server with SabreDAV?

I recently began looking into WebDAV, as I found it to be an option for letting me play a Blu-ray folder remotely - i.e. without requiring the viewer to download the whole 24gb ISO first. Add a WebDAV source in Kodi v18 to a Blu-ray folder - and it…
mr_lou
  • 1,910
  • 2
  • 14
  • 26
2
votes
2 answers

Removing \r and empty spaces

How can I remove all the empty rows from my printed text using BS and Python? I'm still new, I think what I'm talking about maybe called whitespace? Current output: 02:00 - 05:00 NHL: Columbus Blue Jackets at San Jose Sharks - Channel…
Daveabuk
  • 43
  • 6
2
votes
2 answers

Importing video in kodi Movies Library using metatag title instead of filename

I am trying to make sense of the documentation for Kodi and Video Tagging. The documentation states: It seems that Kodi will not import a media file without a valid title in the metadata tag. This makes it the most critical tag of all. Title also…
malat
  • 12,152
  • 13
  • 89
  • 158
1
2 3
15 16