Archive:PyKodi: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
{{mininav| [[Remotes]] }}
{{mininav| [[Remotes]] }}
<section begin="intro" />PyKodi is a command line remote controller for the audio player of Kodi.<section end="intro" />
<section begin="intro" />PyKodi is a command line remote controller for the audio player of Kodi.<section end="intro" />
== Summary ==
PyKodi is Python module to control the Kodi audio library. It can be used to create Python client for Kodi. The project is delivered with a cmd client, which is a wrapper for the module. This client allows you to control Kodi from a terminal.


== Features ==
== Features ==
Only the audio library is currently supported.
 
The module supports many controls on the audio library:


* Local library for super fast audio library navigation
* Local library for super fast audio library navigation
* Navigate through the audio library using string search, page and random selection
* Navigate through the audio library using string search, page and random selection
* Play by album
* Albums, genres and songs are managed
* Pause, unpause and stop
* Pause, unpause, stop and get details on what is currently played
* Add album to audio library
* Add album or a song to the audio playlist
* Display current track information and playlist
 
* Integration with echonest to generate awesome playlists
Moreover, the module is able to generate smart playlists thanks to the echonest integration. Playing the music that you like is a no brainer.
* Sync playcount and rating


== Screenshots ==
== Screenshots ==
<gallery>
<gallery>
Py-xbmc-1.png
Py-xbmc-1.png
Line 33: Line 38:


== Further reading ==
== Further reading ==
All installation instructions and usage are described on GitHub:
* [https://github.com/Arn-O/py-kodi-remote-controller GitHub repo with install and usage instructions]
* [https://github.com/Arn-O/py-kodi-remote-controller GitHub repo with install and usage instructions]



Revision as of 16:58, 22 December 2015

py-kodi-remote-controller
Py-xbmc-1.png

Take control of Kodi from your terminal
Developer Arn-O
OS Linux/OS X
Website https://github.com/Arn-O/py-kodi-remote-controller
Home icon grey.png   ▶ Remotes ▶ PyKodi

PyKodi is a command line remote controller for the audio player of Kodi.

Summary

PyKodi is Python module to control the Kodi audio library. It can be used to create Python client for Kodi. The project is delivered with a cmd client, which is a wrapper for the module. This client allows you to control Kodi from a terminal.

Features

The module supports many controls on the audio library:

  • Local library for super fast audio library navigation
  • Navigate through the audio library using string search, page and random selection
  • Albums, genres and songs are managed
  • Pause, unpause, stop and get details on what is currently played
  • Add album or a song to the audio playlist

Moreover, the module is able to generate smart playlists thanks to the echonest integration. Playing the music that you like is a no brainer.

Screenshots

Further reading

All installation instructions and usage are described on GitHub:

See also