tent.deep-swarm.xyz Open in urlscan Pro
2a05:f480:2000:1fd0:5400:4ff:fed2:baeb  Public Scan

URL: https://tent.deep-swarm.xyz/
Submission: On June 23 via manual from SE — Scanned from SE

Form analysis 1 forms found in the DOM

search.php

<form action="search.php">
  <input name="query" placeholder="Search..." required="">
</form>

Text Content

⚙️


DEEP-TENT-SWARM

Deep-Tent-Swarm is a simple alternative front-end for Bandcamp.
It is free and open source software, with its code available on Forgejo.
It was inspired by Invidious, Nitter and the like.


HOW DO I GET STARTED?

Use the search bar at the top to find what you're looking for.


WHY WOULD I USE THIS?

You might prefer it over the official Bandcamp website if you want to

 * browse Bandcamp without enabling JavaScript,
 * escape Bandcamp's analytics or
 * use a more lightweight website.


WHY WOULD I NOT USE THIS?

The official website may be preferable if you want to

 * support the artists you listen to,
 * purchase releases or merchandise or
 * manage your account or collection.


HOW DO I SET UP REDIRECTION?

The easiest way to automatically redirect Bandcamp to Deep-Tent-Swarm is to use
LibRedirect.
You can also use a generic redirection extension, in which case you need to
create the following rules:

 * https://$1.bandcamp.com/ → https://tent.deep-swarm.xyz/artist.php?name=$1
 * https://$1.bandcamp.com/$2/$3 →
   https://tent.deep-swarm.xyz/release.php?artist=$1&type=$2&name=$3
 * https://bandcamp.com/search?q=$1 →
   https://tent.deep-swarm.xyz/search.php?query=$1
 * https://f4.bcbits.com/img/$1 → https://tent.deep-swarm.xyz/image.php?file=$1
 * https://t4.bcbits.com/stream/$1/$2/$3?token=$4 →
   https://tent.deep-swarm.xyz/audio.php?directory=$1&format=$2&file=$3&token=$4

Tent © Sunny and contributors, Tent's logo © SecularSteve. Not affiliated with
Bandcamp. Running commit 9810896.