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 remote application touchpad

I made a Kodi(android version) remote app(for android users) and I want to implement a touchpad control in it. I don't really know how to do that,so I need an advice on how to start and some steps that I need to follow, from someone more advanced or…
0
votes
2 answers

Java - Nested JSON objects

I am trying to create a simple JAVA remote for XBMC/KODI and I think im doing ok so far (still early days) but I have hit a snag when I reached a nested JSON object. This is the original code I am converting to JAVA: {"jsonrpc": "2.0", "method":…
James McNee
  • 302
  • 2
  • 14
0
votes
1 answer

Batch command to check for partial filename then move

I'm in need of a batch command that will look into a directory's sub folders and find a partial file name. If that file exists, then move that directory otherwise leave it alone. I have a folder full of movies: D:\Movies\movie1\ \movie2\ …
Failstyle
  • 681
  • 1
  • 7
  • 10
-1
votes
1 answer

Is there a way to find which version of python my Kodi installation is using?

I'm new to Kodi and I installed Kodi 19.0 However, I'm trying to install an add-on with xbmc.python which is version 3.0 but it fails with error the requirement can't be satisfied. How can I determine the python version that my Kodi has and replace…
E_K
  • 2,159
  • 23
  • 39
-1
votes
2 answers

error "Please port gnulib freadahead.c to your platform when compiling kodi

freadahead.c: In function 'freadahead': freadahead.c:91:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib." #error "Please port…
-1
votes
2 answers

Kodi with split tunnel VPN

I installed Kodi on Ubuntu 16.04.6 LTS on an Intel NUC. I installed a split tunnel where traffic goes through the usual internet connection with the exception of user2 who's traffic goes through a VPN. I tested by $ curl ipinfo.io and $ sudo -u…
Chazg76
  • 619
  • 5
  • 10
-1
votes
1 answer

How do I add metadata to my own kodi addon where my movies are

So I am trying to follow how I can install this file called script.module.metadatautils so i can put in my add don on kodi which i have imported movies too but it wont work and i dont want to have to put my own art work in.
-1
votes
1 answer

Finding and getting data with Beautiful Soup

I want to scrape a website of a TV station with Python and Beautifulsoup4. The URL of the whole site I read in is: http://www.tve.es/alacarta/videos/aguila-roja/ With the command html = soup.find_all("div", class_="extra mark") I extract the…
Tim Bremer
  • 15
  • 6
-1
votes
2 answers

Batch Script with Input. ADB commands, FireStick

I revised this post to reflect the changes made as per the recommendation of a response. I would like to run a few lines of adb commands in one batch file. cd C:\Users\James\AppData\Local\Android\sdk\platform-tools adb kill-server adb start-server…
James Hayek
  • 643
  • 3
  • 10
  • 35
-1
votes
1 answer

A complete example of how to use xbmcgui.ControlSlider with actions

Is it me or there is no example of how to use xbmcgui.ControlSlider? I have this code: self.mediaPath=os.path.join(addon.getAddonInfo('path'),'resources','media') + '/' self.slider = xbmcgui.ControlSlider(19, 415, 1242, 130,self.mediaPath +…
-1
votes
3 answers

Linux - shutdown-script with SSH

I would like to make a shutdown-script for my raspberry pi to shut down anothe raspberry pi over ssh. The script works if it is running itself but at the shutdown routine the ssh command is not executed. So that I have done until now: Made the…
Fabian
  • 403
  • 5
  • 13
-2
votes
1 answer

Where can I find a repository of all Kodi software versions?

I have recently installed the latest Kodi version (i.e. v19.9) on my mobile device. However, this version no longer supports the installation of most add-ons from the Kelebek add-on. Does anybody know if there exists any online repository which…
Marioanzas
  • 1,663
  • 2
  • 10
  • 33
-2
votes
1 answer

How to mount a disk on root for Kodi

I finally updated my media machine to Linux Mint 20.1. In the process switched from XMBC to Kodi. I changed the disks that data is on. But I can't find a way to get Kodi to see it. Except if I let the system mount it like a removable disk. I have…
Bday
  • 1,005
  • 7
  • 13
-2
votes
1 answer

Kodi - open .strm files by running a .bat / VBScript

I have legal .strm files of different TV Shows in a folder named TV Shows. Each strm file of each episode is stored in different subfolders. I would like to run a certain VBScript before these strm files are played. Then I have a different folder…
NoIdeaJoe
  • 19
  • 5
-2
votes
3 answers

Connect(control) Kodi Between Rooms?

Hello I am trying to work out how to set kodi up on my smart TV. My main problem lies with the TV being on the wall in another room too far away from power sources. She has sky installed and that was situated in the other room and with a HDMI lead…
Reg Gordon
  • 253
  • 4
  • 10
1 2 3
15
16