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
- Host: GitHub
- URL: https://github.com/flosewn/jukeberry
- Owner: FloSewn
- License: mit
- Created: 2021-12-29T20:57:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T21:06:40.000Z (over 4 years ago)
- Last Synced: 2025-01-18T10:28:39.130Z (over 1 year ago)
- Topics: jukebox, kivy-framework, music-player, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Jukeberry
---------------------------

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`.

## 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.