Skip to content
Steve edited this page Feb 27, 2021 · 60 revisions

🎷 moo is a simple and powerful browser music player for everyone. Why?

Requires Python 3 🐍

Install

  1. Open a shell and clone moo

    $ git clone https://github.com/siznax/moo.git
  2. Point BASE to your music folder (at any level) in moo/Moo/play/config.py

    BASE ='/Users/steve/Music'
  3. Create a symbolic link to your music for moo

    $ cd moo/Moo/play/static
    $ ln -s ${BASE} ./Moo

Start moo

Run moo/play.sh

$ cd moo
$ ./play.sh

Visit http://localhost:5000 in your browser

😎 Rock on!

Clone this wiki locally