tent.sny.sh Open in urlscan Pro
217.251.81.74  Public Scan

URL: https://tent.sny.sh/
Submission: On August 28 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="" autofocus="">
</form>

Text Content

⛺

⚙️


TENT

Tent 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 Tent 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.sny.sh/artist.php?name=$1
 * https://$1.bandcamp.com/$2/$3 →
   https://tent.sny.sh/release.php?artist=$1&type=$2&name=$3
 * https://bandcamp.com/search?q=$1 → https://tent.sny.sh/search.php?query=$1
 * https://f4.bcbits.com/img/$1 → https://tent.sny.sh/image.php?file=$1
 * https://t4.bcbits.com/stream/$1/$2/$3?token=$4 →
   https://tent.sny.sh/audio.php?directory=$1&format=$2&file=$3&token=$4

Tent © Sunny and contributors. Not affiliated with Bandcamp. Running commit
104c4c9.