-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Steve edited this page Mar 1, 2021
·
60 revisions
🎷 moo
is a simple and powerful browser music player for everyone. Why?
Follow @mooznax for screen caps
💡 Pro tip: just keep mashing the r
key (for a random album) until you're happy
-
Open a shell and clone
moo
$ git clone https://github.com/siznax/moo.git
-
Install
moo
dependencies$ cd moo $ python3 setup.py
-
Set
BASE
to your music folder (at any level) in moo/Moo/play/config.py$ cd Moo/play # edit config.py
BASE ='/Users/steve/Music'
-
Create a symbolic link to your music for
moo
$ cd static $ ln -s ${BASE} ./Moo
Run moo/play.sh
$ cd moo
$ ./play.sh
Visit http://localhost:5000 in your browser
😎 Rock on!