Welcome to the the _Bjork Remix Web_ archive project !

I am collecting remixes from the now defunct website arktikos.com/bjork - where an online community of Bjork fans gathered to post amateur remixes.

I am in the process of scrapping data from archive.org in order to make this place more than a pile of MP3s - in the meantime, you can still listen browse the files and listen.


# 2026-07-03 sorting the remixes

Remixes are now sorted by album and song. More importantly, I removed all the duplicates. It is not as easy as it sounds. In 25 years, a few things happened to those MP3s:

- some were encoded in a weird way and now considered corrupted,
- some were probably reencoded (sometimes I had two versions, one 128k CBR and one VBR)
- files were renamed
- ID3 tags were changed

In the end, I sorted the tracks by song manually, and wrote a small python script to compare audio fingerprints with [chromaprint](https://acoustid.org/chromaprint). It saved me a _lot_ of time.
