GithubHelp home page GithubHelp logo

autodjcmd's Introduction

FYP CMD Client

This is a command-line client for my Final Year Project.

Setup

  1. Create a virtual environment.
python -m venv .env
  1. Load the newly created virtual environment.

    • Linux
    source .env/bin/activate
    • Windows
    .env/Scripts/activate
    
  2. Install dependencies

pip install -r requirements.txt

Running

python autodjcmd [--params-here] --total-duration [int here] 

To run the program, you need to specify parameters that the server must adhere to.

Arguments

usage:  [-h] [--original-artist ORIGINAL_ARTIST] [--year YEAR] [--position POSITION]
        [--keyword {river,love,blues,party,time,tonight,rain,morning,breathe,fire,woman,disco,rock,music,dancin,baby,twist,lonely,stop,boogie,christmas,moon}] [--total-duration TOTAL_DURATION]
        [--include-tracks-at INCLUDE_TRACKS_AT] [--tolerance-window TOLERANCE_WINDOW]

optional arguments:
  -h, --help            show this help message and exit
  --original-artist ORIGINAL_ARTIST
                        Search for tracks with the same original artist
  --year YEAR           Search for tracks released in the same year.
  --position POSITION   Search for tracks with the same track number.
  --keyword {river,love,blues,party,time,tonight,rain,morning,breathe,fire,woman,disco,rock,music,dancin,baby,twist,lonely,stop,boogie,christmas,moon}
                        Search for tracks with a specified keyword in the title.
  --total-duration TOTAL_DURATION
                        The length of the playlist you would like to generate.
  --include-tracks-at INCLUDE_TRACKS_AT
                        Path to a JSON file containing tracks you would like to be included.
  --tolerance-window TOLERANCE_WINDOW
                        Stringency for how close the playlist duration should be to the specified time limit (does not guarantee stringency).

autodjcmd's People

Watchers

James Cloos avatar Dylan King avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.