Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.89 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.89 KB

Music File Maker

Tired of downloading mp3 files and adding tags? Try using this automatic music file maker!

GitHub license GitHub issues GitHub pull-requests Only 32 Kb GitHub stars

Features

  • Downloads mp3 file from YouTube
  • Adds track tags including title, artist, album, album art, and lyrics automatically
  • Completely free, you don't need any paid api keys (only free ones)

How to use

Prerequisites

Step 1

At your console:

$ git clone
$ cd Music-File-Maker
$ npm install

If you want, you can just download this repository instead of using git.

Step 2

Create a file named options.json at root.

{
    "youtubeKey": "youtube-api-key-here",
    "lastFmKey": "last-fm-api-key-here"
}

Step 3

At your console:

$ node index.js

Now you're ready to use this program!