Creates a Now_Playing.txt of the tracks you are playing on DJ Pro 2
- Written in python
- Easy to install - just use the install script.
- Stupidly easy to use
- Works on Mac
USAGE:
$ chmod +x install.sh
$ ./install.sh
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
$ git clone git@github.com:geraldnolan/djpro-nowplaying.git
$ cd djpro-nowplaying/
$ pip install watchdog
$ python nowplaying.py
$ python nowplaying.py # outputs now playing text
$ python nowplaying.py /Users/username/Music/djay\ Pro\ 2/djay\ Media\ Library.djayMediaLibrary
Please use the issue tracker to report any bugs or file feature requests.
PRs are welcome. To begin developing, do this:
$ git clone git@github.com:geraldnolan/djpro-nowplaying.git
$ cd nowplaying/
$