Sockpuppet Blog.

Some thoughts on Bandcamp Friday

Bandcamp Friday is a thing that Bandcamp started in the midst of the 2020 pandemic, primarily to help out performing musicians who no longer had access to live performance venues due to the COVID lockdowns. It was a very nice gesture on their part, to help offset some of the suck of the world affecting musicians by waiving their cut of the purchase price.

As someone who wasn’t a performing musician at the time, I still benefitted from it, as it gave me an occasional tiny boost to my (already tiny) music income.

But at this point it’s an entrenched tradition and it’s actually causing more harm than good. It might be time for it to end, or at least be reconsidered.

Bandcamp Friday, May 2025 edition

Hey y'all! It is Bandcamp Friday once again. Today is the best day to support musicians on Bandcamp (including myself) as Bandcamp waives their cut of the sale price of all music for this day only.

Bandcamp have recently made some default pricing changes and based on their reasoning I have opted to change my own pricing strategy (as hinted at previously). Previously I had a kind of complicated and largely vibes-based approach to pricing, but it was doing me no favors. From now on, all of my albums will be $1/track up to $9, and individual songs will be $1.50/track, with occasional exceptions for certain considerations.

Anyway, for this Bandcamp Friday, you can get 25% off anything in my catalog (including my full discography, which is also always discounted) with the discount code “MAYDAY25.”

Also, as usual, here’s some of the stuff I’ll be buying this month:

And here’s some of my other recommendations for things I already own:

Bulk-editing Bandcamp per-track pricing

Bandcamp recently rolled out bulk editing for albums, but unfortunately it only lets you bulk-edit album prices, rather than the prices of individual tracks within an album. Fortunately, it isn’t too difficult to do this with a little Javascript.

For each album that you want to change the prices on:

  1. Open up your album’s editor

  2. Open up your browser’s Javascript console (usually using ctrl-alt-I on a PC, or cmd-alt-I on a Mac)

  3. Paste in this bit of code (assuming you want to set the price to 1.50 per track in your local currency; change the '1.50' to whatever value you want it to be otherwise) and press Enter:

    document.querySelectorAll('input.price[name^="track.price"]')
        .forEach(e=>{e.value='1.50';e.dispatchEvent(new Event('change'))})
    
  4. Verify that the prices are the way you want them and then click “update album”

Bandcamp Friday picks for December 6, 2024

Hello my lovelies! December 6 is the last Bandcamp Friday of the year. On this day, Bandcamp waives their share of the sale price, leaving musicians with a bit more money from their hard work.

I of course have my latest album, Transitions, and quite a few other albums available, including with a deep discount if you opt to buy my entire discography all at once.

There are also a lot of other artists that I think you should consider supporting!