> ## Documentation Index
> Fetch the complete documentation index at: https://help.supertape.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bandcamp

> Supertape's Bandcamp integration lets you promote your music, merch, and video on your own website, and automatically imports new releases as soon as they drop.

export const Syncs = ({music = false, merch = false, videos = false, tour = false, followers = false}) => <AccordionGroup cols={3}>
    <Accordion title="Profile" icon="id-card" iconType="light">
      Allows you to <a href="/docs/share">share</a>, <a href="/docs/posts">post</a>, or add a link to your platform profile in your site's <a href="/docs/design">footer</a>.
    </Accordion>
    
    {music && <Accordion title="Music" icon="album-collection" iconType="light">
        Syncs albums into your <a href="/docs/music">music catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
      </Accordion>}

    {merch && <Accordion title="Merch" icon="tags" iconType="light">
      Syncs products into your <a href="/docs/merch">merch catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {videos && <Accordion title="Videos" icon="films" iconType="light">
      Syncs videos into your <a href="/docs/videos">videos catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {tour && <Accordion title="Tour" icon="tickets" iconType="light">
      Syncs events into your <a href="/docs/tour">tour catalog</a> and creates smart links to <a href="/docs/share">share</a> with fans.
    </Accordion>}

    {followers && <Accordion title="Followers" icon="users" iconType="light">
      Syncs the number of <a href="/docs/followers">followers</a> you have on the platform over time.
    </Accordion>}

  </AccordionGroup>;

## Synced from Bandcamp

<Syncs music merch />

## Finding your Bandcamp URL

1. Open or search for your artist profile on [Bandcamp](https://bandcamp.com/).
2. Copy the URL from your browser's address bar.
3. Remove any extra text after the .com in the URL.

## Connecting Bandcamp

1. Visit **Platforms** and select **New** in the top right.
2. Select **Music** and then **Bandcamp**.
3. Enter your Bandcamp profile URL and hit **Save**.

## Good to know

* [All of your albums should have UPCs.](https://get.bandcamp.help/hc/en-us/articles/23020695426327-How-do-I-get-your-sales-reported-to-music-charts) This allows us to match your music to other platforms far more accurately.
* Different album formats (ie vinyl, cassette, digital, etc) should have separate UPCs, typically provided by your manufacturer. Otherwise they look like duplicates to Supertape and [music charts](https://get.bandcamp.help/hc/en-us/articles/23020695426327-How-do-I-get-your-sales-reported-to-music-charts).
* Albums from other Bandcamp profiles can't be imported. Either add the album to your Bandcamp, or in the case of labels, [request that they add you](https://get.bandcamp.help/hc/en-us/articles/23020661223447-your-artist-already-has-a-page-on-Bandcamp-but-we-want-our-own-version).
* [All tracks on Bandcamp need to be part of an album.](https://get.bandcamp.help/hc/en-us/articles/23020678558103-How-do-I-move-loose-tracks-into-an-album) Any loose tracks that don't belong to an album can't be matched to your music from other platforms, so they won't be added to your Supertape catalog.
* Displaying your artist subscription on your Bandcamp home page will currently prevent us from syncing your catalog. For now, you should remove it from your Bandcamp home page.
* Make sure your album names are formatted properly on Bandcamp, like you do on platforms like Spotify and Apple Music.
