-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into downloadcollection-fix
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Bandcamp Greasy | ||
A set of [Grease Monkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)/[Tamper Monkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) scripts which allow you to download your entire bandcamp collection. | ||
A set of [Grease Monkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)/[Tamper Monkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) scripts which allow you to download your entire bandcamp collection. | ||
|
||
## Usage | ||
1. Import both scripts into Grease Monkey or Tamper Monkey | ||
2. Change the value of YOUR_USERNAME to your actual username in DownloadCollection.js | ||
3. Change the value of format to your desired format(MP3 320 is the default) in DownloadAlbum.js | ||
1. Import [DownloadCollection](https://github.com/RyanBluth/Bandcamp-Greasy/raw/master/DownloadCollection.user.js) and [DownloadAlbum](https://github.com/RyanBluth/Bandcamp-Greasy/raw/master/DownloadCollection.user.js) into Grease Monkey or Tamper Monkey by simply clicking the links (which should bring up the install dialog) | ||
2. Change the value of YOUR_USERNAME to your actual username in DownloadCollection.user.js | ||
3. Change the value of format to your desired format (MP3 320 is the default) in DownloadAlbum.user.js | ||
4. Make sure Grease Monkey/Tamper Monkey is enabled. | ||
5. Navigate to your collection on Bandcamp and a crusty looking UI will show up to let you download you collection | ||
5. Navigate to your collection on Bandcamp and a crusty looking UI will show up to let you download you collection. | ||
|
||
![UI](https://i.imgur.com/vJx9DAR.png) | ||
![UI](https://i.imgur.com/vJx9DAR.png) |