Audio Vault is currently in active development and pending broader Spotify API access approval. Due to new Spotify Web API access restrictions (2026), only allowlisted tester accounts can use live export features at this time. Public availability is planned once expanded access is approved.
Audio Vault exports your Spotify library into a clean, local backup package so you can keep a readable record of your music data.
It currently exports 3 collections:
- Followed Artists
- Saved Albums
- Liked Songs
- You connect your Spotify account with OAuth (PKCE).
- Audio Vault reads your library data from Spotify.
- It downloads a ZIP package to your device.
- You open
index.htmlin that ZIP for a visual report, or use the CSV files for spreadsheets/analysis.
The app downloads a ZIP named like:
AudioVault_Backup_<username>_<YYYY-MM-DD>.zip
Inside that ZIP:
index.html(visual report with all extracted records)Lists/followed_artists.csvLists/albums.csvLists/liked_songs.csvignore/manifest.jsonignore/library.jsonignore/favicon.icoignore/favicon-32x32.pngignore/android-chrome-192x192.png
index.html is meant for normal users.
CSV files are for Excel/Google Sheets.
JSON files are for technical/reference use.
- Unzip the downloaded file.
- Open
index.htmlin your browser. - Scroll the three full sections:
- Followed Artists
- Saved Albums
- Liked Songs
- If you need spreadsheet workflows, open files in
Lists/.