Skip to content

A tool for backing up Spotify accounts. Allows backing up "Liked Songs" and playlists.

License

Notifications You must be signed in to change notification settings

br0kenpixel/spotify-backup-restore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 Spotify Backup and Restore Tool 📝

A tool for backing up your Spotify library!

Check the wiki for more info.

Backups!

With the help of SBRT you can easily back up your Spotify library!

What is backed up? - Liked Songs
- All your playlists
Can I choose what to back up? Absolutely! SBRT gives you the ability to choose what to back up and what to restore!
What format is used for the backup files? Is it custom? The backup files use the .sbt (Spotify Backup Tool) extension. They are nothing more than just simple JSON files. In some cases the backup file may start with a LZMA or GZIP header. In such cases it means that the file was compressed. The backup tool allows users to compress the backup file.
Why JSON? JSON syntax is simple and fast to parse. This also allows third-party tools to work with SBRT's backup files easily, no need for a custom parser.
What compression methods are supported? The currently supported compression methods are:
  • GZIP
    • Fast compression and decompression
  • LZMA
    • Slow to compress, but decompression is much faster
    • Compression ratios are usually much higher than any other compression method
Will there be support for other formats? I may implement support for YAML or XML but for now I think JSON will suffice.

About

A tool for backing up Spotify accounts. Allows backing up "Liked Songs" and playlists.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages