Hacker News new | ask | show | jobs
by meeb 940 days ago
When Bandcamp was sold a few weeks back I built this to download my somewhat extensive music library without having to manually download and unzip hundreds of ZIP files:

https://github.com/meeb/bandcampsync

May be useful to anyone else in this thread who wants to do the same.

2 comments

This looks great! Thanks!

What is the download process like in terms of parallelism? Serial? Limited to n? Etc?

Serial, single download at a time. Even for large libraries though it doesn't really matter, just let it run for a few hours. My personal use case is via the container which runs every 24 hours, roughly.
was hoping to find something like this linked here!