Skip to content

archelaus/archiveify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Archiveify

archiveify is a bash script that allows archiving music from Spotify.

DependenciesUsageLimitations

Dependencies

The script requires the following dependencies:

Usage

The script requires only one argument:

  • Spotify link to the playlist (in the format spotify:playlist:<id> or https://open.spotify.com/playlist/<id>)

To run the script, navigate to the directory where it is saved and enter the following command in your terminal:

$ ./archiveify <spotify_link>

The downloaded FLAC files will be saved in a directory named after the playlist in the user's home directory.

Limitations

The script uses an external API to search for the tracks and download the FLAC files. As such, the availability and quality of the files may vary depending on the API used.

Disclaimer

This script is provided for educational purposes only. The use of this script may be against Spotify's terms of service and/or copyright laws. The user is responsible for ensuring that they have the necessary rights to download and use the files. The author of this script is not responsible for any misuse or damages caused by the use of this script.