Skip to content
project-owner edited this page Sep 11, 2016 · 78 revisions

Introduction

Peppy is the audio player which contains three components: Hardware, Software and Woodware.

peppy

Why Peppy? This is the first word which came to my mind when I tried to find out any word which would contain three P characters for Python Pygame Player. That reflects the fact that the software component was written in Python language using Pygame library.

Here are the key features of the Hardware component:

Here are the key features of the Software component:

  • This is application written in Python.
  • Peppy provides Graphical User Interface for audio players running in a headless mode. Currently Peppy supports 'Mpd' audio player.
  • Embedded Web Server allows to control audio playback from any [Web Browser](https://github.com/project-owner/Peppy.doc/wiki/Web UI).
  • The default touchscreen resolution is 480*320. This is the resolution of the TFT used for this project. Though UI is dynamic and can scale to any screen resolution.
  • Currently Peppy has only Internet Radio functionality. In the future releases support for playing audio files and streams will be implemented as well.
  • By default Peppy has playlists containing free radio stations for English, French, German and Russian languages. Users can add their own stations to the playlists.

The key features of the Woodware component include:

<<Previous | Next>>

Contents

Clone this wiki locally