Skip to content
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

⚠️ basic shell skills required ⚠️ requires Python 3 🐍

Install

  1. Open a shell and clone moo

    $ git clone https://github.com/siznax/moo.git
  2. Install moo dependencies

    $ cd moo
    $ python3 setup.py
  3. 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'
  4. Create a symbolic link to your music for moo

    $ cd 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