Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.23 KB

Trabandcamp Build Status License

Download tracks from bandcamp GO style

Full documentation can be found at the Trabandcamp's Wiki Page

Installation

Download the latest binary from the releases page

Usage

  • ./trabandcamp-<os>-<arch>[.exe] <Band Name>
    e.g for https://dopethrone.bandcamp.com/ on a 64bit Linux you should run ./trabandcamp-linux-amd64 dopethrone
  • If you want to change the download directory you can add a .trabandcamprc file (there is already a sample one for you to copy)

Development

If you want to build the binary yourself
(export GOOS=<Operating System>; export GOARCH=<Architecture>; go build -o build/trabandcamp-$GOOS-$GOARCH trabandcamp.go)
if you want to target ARM architecture you should also add the GOARM variable