Giter Club home page Giter Club logo

nocopyrightsounds-downloader's Introduction

NoCopyrightSounds Downloader

Little script that helps

  • download and catalog some set of your favorite NCS songs
  • auto add proper NCS text (for use in YouTube and Twitch) to ID3 comment tag

No Copyright Sounds logo

Usage

*nix:

cat NoCopyrightSounds.txt | NoCopyrightSounds.js > out

Windows:

type NoCopyrightSounds.txt | node.exe NoCopyrightSounds.js > out.txt

NoCopyrightSounds.txt must contain one full YouTube URL and user-comment (optionaly) per line.

Line format:

<full YouTube URL> (<user-comment>)

Example

I love this song so much https://www.youtube.com/watch?v=vpvytpRa_tQ&index=12&list=PLRBp0Fe2GpgnIh0AiYKh7o7HnYAej-5ph I can't stop (and pause) listening (cool)

This line produce ./music/Jensation - Joystick.mp3 file and set ID3 comment tag to:

(cool)
Song: Jensation - Joystick [NCS Release]
Music provided by NoCopyrightSounds.
Video Link: https://youtu.be/vpvytpRa_tQ

Errors

If you see errors in out file then just use it as input file:

cat out | NoCopyrightSounds.js > out0

You can also use pipe-man style (-:

cat out0 | NoCopyrightSounds.js | NoCopyrightSounds.js | NoCopyrightSounds.js | NoCopyrightSounds.js | NoCopyrightSounds.js > out1

Remember, this script not universal. It support only few original songs sources (see downloadFrom object).

Install ๐Ÿ“ฆ

You will need:

  • Node.js
  • ffmpeg 3.2 (mp3 ID3 COMM tag problem, see comment in NoCopyrightSounds.js)
  • ID3 (place together with NoCopyrightSounds.js)

For Windows: just download (includes ID3), unpack and configure.

For *nix: clone or download repo, configure NoCopyrightSounds.js and run:

npm install --production

OR download Windows version ;)

Configure NoCopyrightSounds.js ๐Ÿ”ง

Find all //CONFIGURE: comments in file and follow the White Rabbit ๐Ÿ‡

See also //NOTE: comments.

nocopyrightsounds-downloader's People

Contributors

zirokyl avatar

Stargazers

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