An open API service indexing awesome lists of open source software.

https://github.com/flosewn/jukeberry

A simple jukebox for a raspberry pi built with the kivy framework
https://github.com/flosewn/jukeberry

jukebox kivy-framework music-player python raspberry-pi

Last synced: 3 months ago
JSON representation

A simple jukebox for a raspberry pi built with the kivy framework

Awesome Lists containing this project

README

          

# Jukeberry
---------------------------
Jukeberry-MainMenu

Jukeberry is a small Python/Kivy application to use your Raspberry Pi as a jukebox.

Simply place all songs that should appear in your jukebox playlist in the `mp3_files` directory.
All songs must be named in the following format:

`ID-ARTIST-TITLE.mp3`

The `ID` refers to an integer which is used to group songs into different playlists.
The current implementation allows four playlists with IDs `1` to `4`.

Jukeberry-SettingsMenu

## License
The project is licensed under the MIT License - see the LICENSE file for details.
For the used fonts the corresponding license file is given in the respective directories.