pi-jukebox
  • About pi-jukebox
    • Running pi-jukebox on your Raspberry Pi
  • Screenshots
    • The now playing screen
    • The playlist screen
    • The library screen
    • Selected artist Beck from the library
    • Searching an artist
    • Settings screen
  • Documentation pi-jukebox code
    • screen_player.py: Playback screen.
    • screen_library.py: MPD Library browsing screen
    • screen_settings.py: Settings screen
    • mpd_client.py: controlling and monitoring mpd via python-mpd2.
    • interface_widgets.py: graphical widgets for the GUI
    • gui_screens.py: Building blocks for creating screens and dialogues
    • screen_keyboard.py: On-screen keyboard
  • Preparing your Raspberry Pi
    • Hardware
    • Installing the operating system
    • Configuring the Raspberry Pi
    • Configuring the USB music device
    • Installing and configuring mpd
    • Setting up the music library
    • Zeroconf
    • Samba server
    • WiFi
 
pi-jukebox
  • Docs »
  • Welcome to pi-jukebox’s documentation!
  • View page source

Welcome to pi-jukebox’s documentation!¶

Did you ever have a project in mind in which you wanted a Raspberry Pi music (mpd) player with a touch screen? I did. So I made Pi-Jukebox; a python application that did just that. If you have the same urge I had: have fun using it!

You can find the python application here.

Contents:

  • About pi-jukebox
    • Running pi-jukebox on your Raspberry Pi
  • Screenshots
    • The now playing screen
    • The playlist screen
    • The library screen
    • Selected artist Beck from the library
    • Searching an artist
    • Settings screen
  • Documentation pi-jukebox code
    • screen_player.py: Playback screen.
    • screen_library.py: MPD Library browsing screen
    • screen_settings.py: Settings screen
    • mpd_client.py: controlling and monitoring mpd via python-mpd2.
    • interface_widgets.py: graphical widgets for the GUI
    • gui_screens.py: Building blocks for creating screens and dialogues
    • screen_keyboard.py: On-screen keyboard
  • Preparing your Raspberry Pi
    • Hardware
    • Installing the operating system
    • Configuring the Raspberry Pi
    • Configuring the USB music device
    • Installing and configuring mpd
    • Setting up the music library
    • Zeroconf
    • Samba server
    • WiFi

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2015, Mark Zwart.

Built with Sphinx using a theme provided by Read the Docs.