home / releases

release

Data license: ODbL

email_id
Email that contains the release
added
When was the email received
source
bcrel: 'New release from {label} ...' email bcblurb: '... new music for you on Bandcamp' email <user-handle>: Usernames from the '... and {num} others bought new music on Bandcamp' email
album/artist/label/title
Release details
url
Release URL, which may contain the user handle who bought the release
comment
All bcblurb and some bcrel releases come with comments - they would be found here
done
Signifies a release that has been reviewed / listened to
done_date
The datetime the above happened
bought
Signifies a release that has also been bought

5 rows where "added" is on date 2022-05-02, bought = 0 and label = "nitix" sorted by added descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, album, done, done_date, added (date), done_date (date)

Link source label album artist title comment url email_id added ▲ done done_date bought
giselleguedes,https://nitix.bandcamp.com/track/orbwd-stimul?from=fanactv-giselleguedes giselleguedes nitix III] ORBWD STIMUL   https://nitix.bandcamp.com/track/orbwd-stimul?from=fanactv-giselleguedes XDwN4OASTgy8V6f1rAgCNg@geopod-ismtpd-3-6 2022-05-02 05:32:18 0   0
giselleguedes,https://nitix.bandcamp.com/track/draag-x-orbwd-unt?from=fanactv-giselleguedes giselleguedes nitix IV] DRAAG X ORBWD UNT|   https://nitix.bandcamp.com/track/draag-x-orbwd-unt?from=fanactv-giselleguedes XDwN4OASTgy8V6f1rAgCNg@geopod-ismtpd-3-6 2022-05-02 05:32:18 1 2022-05-17 12:18:16 0
giselleguedes,https://nitix.bandcamp.com/track/orbwd-x-payneen-unt?from=fanactv-giselleguedes giselleguedes nitix IV] ORBWD X PAYNEEN UNT||||   https://nitix.bandcamp.com/track/orbwd-x-payneen-unt?from=fanactv-giselleguedes XDwN4OASTgy8V6f1rAgCNg@geopod-ismtpd-3-6 2022-05-02 05:32:18 1 2022-05-17 12:18:16 0
giselleguedes,https://nitix.bandcamp.com/track/khors666-merciful?from=fanactv-giselleguedes giselleguedes nitix III] KHORS666 MERCIFUL   https://nitix.bandcamp.com/track/khors666-merciful?from=fanactv-giselleguedes XDwN4OASTgy8V6f1rAgCNg@geopod-ismtpd-3-6 2022-05-02 05:32:18 0   0
mattyclanz,https://nitix.bandcamp.com/track/dead-yucca-err?from=fanactv-mattyclanz mattyclanz nitix III] DEAD YUCCA ERR   https://nitix.bandcamp.com/track/dead-yucca-err?from=fanactv-mattyclanz XDwN4OASTgy8V6f1rAgCNg@geopod-ismtpd-3-6 2022-05-02 05:32:18 0   0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE 'release' (
    source TEXT,
    label TEXT,
    album TEXT,
    artist TEXT,
    title TEXT,
    comment TEXT,
    url TEXT,
    email_id TEXT,
    added TEXT,
    done INTEGER DEFAULT 0,
    done_date TEXT,
    bought INTEGER DEFAULT 0,
    PRIMARY KEY(source, url) ON CONFLICT IGNORE
  );
Powered by Datasette · Queries took 162.974ms · Data license: ODbL