Archive:PyKodi: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
| name        = py-kodi-remote-controller
| name        = py-kodi-remote-controller
| logo        =  
| logo        =  
| image        = [[file: Py-xbmc-1.png|thumb|center]]
| image        = [[file: Pykodi-7.png|thumb|center]]
| caption      = Take control of Kodi from your terminal
| caption      = Take control of Kodi from your terminal
| developer    = Arn-O
| developer    = Arn-O
Line 8: Line 8:
| website      = https://github.com/Arn-O/py-kodi-remote-controller
| website      = https://github.com/Arn-O/py-kodi-remote-controller
}}
}}
{{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 shipped 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
Pykodi-1.png
Py-xbmc-2.png
Pykodi-2.png
Py-xbmc-3.png
Pykodi-3.png
Py-xbmc-4.png
Pykodi-4.png
Py-xbmc-5.png
Pykodi-5.png
Pykodi-6.png
Pykodi-7.png
Pykodi-8.png
</gallery>
</gallery>


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


== See also ==
All installation instructions and usage are described on GitHub:
* [[:Category:Remotes]]
* [[:Category:Supplemental tools]]


[[Category:Remotes]]
* [https://github.com/Arn-O/py-kodi-remote-controller GitHub repo with install and usage instructions]
[[Category:Supplemental tools]]

Latest revision as of 00:25, 13 July 2020

py-kodi-remote-controller
Pykodi-7.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

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 shipped 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: