Jump to content
  • entries
    180
  • comments
    20
  • views
    3,127

Techno Acquisitions 2022-02-10


dcom

283 views

Spoiler

It didn't take me long to do this list, I got the release ids from my Bandcamp collection page by making sure all were visible, then executing

Array.from(document.getElementsByClassName('collection-item-container')).map(item => item.getAttribute('data-itemid')).slice(0, 22)

in my browser's devtools console to get the ids as an array

['4120159352', '2743077435', '819137584', '192326355', '347748973', '1542881767', '427872118', '1450237487', '2807445685', '3305928798', '2935928709', '2443022177', '1894754228', '1875943751', '1672276404', '3257870963', '812058489', '2888070973', '3425740282', '1026520228', '9520562', '218826675']

then just pumping them in one by one using the Bandcamp embed button on the editor.

 

Edited by dcom

  • Like 1
  • Thanks 1

0 Comments


Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.