-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Steve edited this page Feb 26, 2021
·
60 revisions
🎷 moo
is a simple and powerful browser music player for everyone. Why?
-
Open a shell and clone
moo
$ git clone https://github.com/siznax/moo.git
-
Point
BASE
to your music folder (at any level) in moo/Moo/play/config.pyBASE ='/Users/steve/Music'
-
Create a symbolic link your music folder in
moo
$ cd moo/Moo/play/static $ ln -s ${BASE} ./Moo
Run moo/play.sh
$ cd moo
$ ./play.sh
Visit http://localhost:5000 in your browser
😎 Rock on!