Skip to content

noraworld/raspberry-juke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

mkdir $HOME/.pibox
mv /path/to/sound-or-music-file $HOME/.pibox

Usage

Play sound or music.

juke play /path/to/sound-or-music-file

You can also play multiple sound or music simultaneously.

juke play /path/to/sound-or-music-file /path/to/another-sound-or-music-file

Stop sound or music.

juke stop /path/to/sound-or-music-file

You can also stop all sound and music at once.

juke stop all

License

All codes of this project are available under the MIT license. See the LICENSE for more information.