-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
26 lines (22 loc) · 1001 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
FIRST OF ALL:
=============
http://bandcamp.com/faq#steal
HOW TO USE BANDCAMP-DOWNLOADER:
===============================
In order to download an album from bandcamp, the bandcamp_downloader.rb file needs only 1 parameter - a JSON file.
use it like so
ruby bandcamp_downlaoder.rb --json <path to json file>
Instructions:
=============
1. Go to www.bandcamp.com (preferrably with Google Chrome)
2. Find the page of the album you want to download
3. Press F12 to open Chrome's developer tools pane, and go to the JavaScaript console
4. type the following in the JavaScript console (without the qoutes):
"JSON.stringify(TralbumData)"
5. Copy the output you got from the console, and paste it into a file
6. Save the above file with a .json extension
TO DO:
======
1. Support Hebrew/Unicode
2. Insert album art cover to each track
3. Parse bandcamp metadata automatically, without having to save it into a local file (this whole thing should be a google chrome extension)