https://github.com/noraworld/raspberry-juke
Play sound or music easily on Raspberry Pi
https://github.com/noraworld/raspberry-juke
juke jukebox jukebox-player music pi raspberry raspberry-juke raspberry-pi raspberryjuke raspberrypi sound
Last synced: 8 months ago
JSON representation
Play sound or music easily on Raspberry Pi
- Host: GitHub
- URL: https://github.com/noraworld/raspberry-juke
- Owner: noraworld
- License: mit
- Created: 2022-07-10T06:27:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T02:28:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T21:27:44.597Z (9 months ago)
- Topics: juke, jukebox, jukebox-player, music, pi, raspberry, raspberry-juke, raspberry-pi, raspberryjuke, raspberrypi, sound
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Juke
Raspberry Juke lets your Raspberry Pi to play sound or music easily. Even though it's called Raspberry Pi, it's actually executable on any Linux device.# Setup
Put some sound or music under the `$HOME/.pibox/` directory.```shell
mkdir $HOME/.pibox
mv /path/to/sound-or-music-file $HOME/.pibox
```## Usage
Play sound or music.```shell
juke play /path/to/sound-or-music-file
```You can also play multiple sound or music simultaneously.
```shell
juke play /path/to/sound-or-music-file /path/to/another-sound-or-music-file
```Stop sound or music.
```shell
juke stop /path/to/sound-or-music-file
```You can also stop all sound and music at once.
```shell
juke stop all
```## License
All codes of this project are available under the MIT license. See the [LICENSE](/LICENSE) for more information.