Skip to content

jaydendancer12/AudioVault

Repository files navigation

Access Notice !IMPORTANT

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

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
App

What Audio Vault does

  1. You connect your Spotify account with OAuth (PKCE).
  2. Audio Vault reads your library data from Spotify.
  3. It downloads a ZIP package to your device.
  4. You open index.html in that ZIP for a visual report, or use the CSV files for spreadsheets/analysis.
Output

What gets downloaded

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.csv
  • Lists/albums.csv
  • Lists/liked_songs.csv
  • ignore/manifest.json
  • ignore/library.json
  • ignore/favicon.ico
  • ignore/favicon-32x32.png
  • ignore/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.

Structure

How to use the downloaded ZIP

  1. Unzip the downloaded file.
  2. Open index.html in your browser.
  3. Scroll the three full sections:
  • Followed Artists
  • Saved Albums
  • Liked Songs
  1. If you need spreadsheet workflows, open files in Lists/.
Header Liked

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published