Giter VIP home page Giter VIP logo

karaoke-download-automation's Introduction

This is a utility script that automates a workflow for downloading individual tracks from Karaoke Version.

This workflow is specific to how I use this service. If you want to change it you'll have to make your own modifications.

It will solo & download each individual track separately using a scratch version of Chrome that will be downloaded automatically upon first run.

Requirements

  • Node 16+
  • Karaoke Version account with purchased songs
  • Chrome (will be downloaded automatically)

Installation & Set Up

  • Clone the project
  • Run npm i to install dependencies
  • Add a .env file in the root of the project and include:
KV_USERNAME=<yourusername>
KV_PASSWORD=<yourpassword>

Usage

First, you have to purchase the track in your Karaoke Version account. Copy the URL of the song you want.

Then run npm run start <song url>.

Options

  • -d <path> - Change the download location
  • -h or --headless - Use headless mode, which hides the UI.
  • -p <pitch offset> - Change the pitch of the downloaded tracks (-1 to go down half step, 1 to go up half step, etc)

Using headless mode may make it less clear what is going on behind the scenes, so I suggest testing it out in the regular mode first.

To pass these flags, you'll have to separate the npm run start .. command from the arguments with --, for example:

npm run start <song url> -- -d my_song_dir

Note

This may well be against their terms, so use at your own risk. I would hate for anyone's account to get banned for abusing automation like this.

And Karaoke Version, if you're listening: We'd love if this was fully supported in the UI!

Changelog

0.2

For now these shortcuts are replaced by npm run start <urls.txt>

  • Fixed usage of karaoke-version.co.uk
  • Added -d to change download path
  • Added -h for headless mode
  • Added -p for pitch changes

0.1

Initial release

License

This source code is released under the MIT license.

karaoke-download-automation's People

Contributors

subdigital avatar maxitech 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.