Skip to main content

Kodi JSON-RPC client

Project description

This provides a Kodi JSON-RPC client. All Kodi JSON methods can be called as methods to the KodiJSONClient instance.

Usage

This is an example given a kodi server at 192.168.0.1, using port 8000 (username=’user1’, password=’pwd’):

server = KodiJSONClient('192.168.0.1', '8000', 'user1', 'pwd')
server.JSONRPC.Ping()

All other Kodi JSON methods can be called in a similar way, with parameters provides as appropriate.

e.g. This would provide movie details:

params = {'properties':['title',
                        'lastplayed',
                        'thumbnail',
                        'plot',
                        'playcount',
                        'resume',
                        'file']}
movies = server.VideoLibrary.GetMovies(params)

Requirements

This is a python package and requires the following:

  • Python 3.4+

  • Python jsonrpcclient package

  • Python requests package

And of course to have a purpose a Kodi instance is required:

  • Kodi v13 or later

Installation

Install using pip:

$ pip install kodijsonrpc

Requests, Issues, Bugs or Suggestions

Add any feature requests, issues, bugs or suggestions here: https://github.com/davgeo/kodijsonrpc/issues

Please give as much detail as possible.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kodijsonrpc-1.0.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file kodijsonrpc-1.0.tar.gz.

File metadata

  • Download URL: kodijsonrpc-1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for kodijsonrpc-1.0.tar.gz
Algorithm Hash digest
SHA256 15373236b21958ce1835459c7fff7589042eddf79b30922446c8670d1b6f3d6d
MD5 3f2a65b1dcc8ea8e4a597ff6264a338d
BLAKE2b-256 e0a64860a8ab3ac27e1220d22c5948aa72940d87a9571d2e293d17c5d156e28b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page