README.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ****************************
  2. Mopidy-Touchscreen
  3. ****************************
  4. .. image:: https://img.shields.io/pypi/v/Mopidy-Touchscreen.svg?style=flat
  5. :target: https://pypi.python.org/pypi/Mopidy-Touchscreen/
  6. :alt: Latest PyPI version
  7. .. image:: https://img.shields.io/pypi/dm/Mopidy-Touchscreen.svg?style=flat
  8. :target: https://pypi.python.org/pypi/Mopidy-Touchscreen/
  9. :alt: Number of PyPI downloads
  10. .. image:: https://img.shields.io/travis/9and3r/modipy-touchscreen/master.png?style=flat
  11. :target: https://travis-ci.org/9and3r/modipy-touchscreen
  12. :alt: Travis CI build status
  13. .. image:: https://img.shields.io/coveralls/9and3r/modipy-touchscreen/master.svg?style=flat
  14. :target: https://coveralls.io/r/9and3r/modipy-touchscreen?branch=master
  15. :alt: Test coverage
  16. Mopidy extension to show info on a display and control from it
  17. Installation
  18. ============
  19. Install by running::
  20. pip install Mopidy-Touchscreen
  21. Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com
  22. <http://apt.mopidy.com/>`_.
  23. Configuration
  24. =============
  25. Before starting Mopidy, you must add configuration for
  26. Mopidy-Touchscreen to your Mopidy configuration file::
  27. [touchscreen]
  28. # TODO: Add example of extension config
  29. Project resources
  30. =================
  31. - `Source code <https://github.com/9and3r/mopidy-touchscreen>`_
  32. - `Issue tracker <https://github.com/9and3r/mopidy-touchscreen/issues>`_
  33. - `Download development snapshot <https://github.com/9and3r/mopidy-touchscreen/archive/master.tar.gz#egg=Mopidy-Touchscreen-dev>`_
  34. Changelog
  35. =========
  36. v0.1.0 (UNRELEASED)
  37. ----------------------------------------
  38. - Initial release.