explore your bandcamp collection online
db | ||
public | ||
pug | ||
routes | ||
scripts | ||
.gitignore | ||
COPYING.txt | ||
icons.js | ||
package-lock.json | ||
package.json | ||
passthrough.js | ||
pug-sync.js | ||
readme.md | ||
start.js |
BC Explorer
Explore your Bandcamp collection online!
You can easily search your whole collection and play it streaming rather than downloading every mp3 to your computer and using a media player.
(you should download every mp3, though, because the Bandcamp TOS says they can take away your online access at any time)
run your own version
- npm install
- node start.js
- http://localhost:2239
import more reliable statistics
by default, the data is mostly correct, which is good enough for me, but you can do this to get the exact data
- log into bandcamp in your browser
- in the top right, click the button to view your collection, should take you to a url like https://bandcamp.com/cloudrac3r
- open devtools and reload the page
- go to network tab and save all as har, save as scripts/account.har
- node scripts/populate-albums-tracks.js
license
agpl 3