geraldnolan / djpro-nowplaying

DJay Pro / butt (broadcast using this tool) NowPlaying.txt Info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djpro-nowplaying

Creates a Now_Playing.txt of the tracks you are playing on DJ Pro 2

Features

Installation

Option 1: From install.sh

USAGE:
    $ chmod +x install.sh 
    $ ./install.sh

Option 2: From source

Step #1 — First of all download the get-pip file by running:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Step #2 — Now run this file to install pip

python get-pip.py
$ git clone git@github.com:geraldnolan/djpro-nowplaying.git
$ cd djpro-nowplaying/
$ pip install watchdog
$ python nowplaying.py

Basic usage

$ python nowplaying.py    # outputs now playing text

With Different Directory

$ python nowplaying.py /Users/username/Music/djay\ Pro\ 2/djay\ Media\ Library.djayMediaLibrary   

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. To begin developing, do this:

$ git clone git@github.com:geraldnolan/djpro-nowplaying.git
$ cd nowplaying/
$ 

About

DJay Pro / butt (broadcast using this tool) NowPlaying.txt Info


Languages

Language:Python 76.2%Language:Shell 23.8%