README.rst 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. enabled = true
  29. screen_width = 320
  30. screen_height = 240
  31. cursor = True
  32. fullscreen = False
  33. cache_dir = $XDG_CACHE_DIR/mopidy/touchscreen
  34. Features
  35. =============
  36. Working
  37. -------
  38. * Seek Track
  39. * Play/Pause
  40. * Mute/Unmute
  41. * Change volume
  42. * Next/Previous track
  43. * See track info (track name, album, artist, cover image)
  44. Planned
  45. -------
  46. * Shuffle on/off
  47. * Repeat one/on/off
  48. * Playback list and control
  49. * Playlists
  50. * Library
  51. * Menu (exit mopidy, restart...)
  52. * Use keyboard or GPIO buttons instead of touchscreen
  53. Screenshots
  54. ===========
  55. .. image:: http://i60.tinypic.com/i4l0fq.jpg
  56. .. image:: http://i62.tinypic.com/nd7vk1.jpg
  57. Extension running on
  58. `Texy's display <http://www.raspberrypi.org/forums/viewtopic.php?f=93&t=65566>`_
  59. Project resources
  60. =================
  61. - `Source code <https://github.com/9and3r/mopidy-touchscreen>`_
  62. - `Issue tracker <https://github.com/9and3r/mopidy-touchscreen/issues>`_
  63. - `Download development snapshot <https://github.com/9and3r/mopidy-touchscreen/archive/master.tar.gz#egg=Mopidy-Touchscreen-dev>`_
  64. Changelog
  65. =========
  66. v0.1.0 (UNRELEASED)
  67. ----------------------------------------
  68. - Initial release.