Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 3.81 KB

File metadata and controls

54 lines (42 loc) · 3.81 KB

Introduction

Warning

This repository has been superseded by mackorone/spotify-playlist-archive-2. The following instructions still apply, but you should submit all PRs to that repo instead of this one.

Playlists must be registered to be included in the archive. The playlists/registry directory acts as the registry; the filenames within it are the playlist IDs to include. To add a playlist to the archive, simply create an empty file in playlists/registry named after your playlist ID and submit a pull request. If you don't know what a playlist ID is, you can use this tool to extract it from the playlist's URL.

Adding Playlists

Note

If you want to add multiple playlists, please follow the slightly more complicated instructions below. It's much easier for me to merge one combined pull request than multiple separate pull requests.

Adding a single playlist

Instructions for creating single new file in playlists/registry:

  1. Go to https://github.com/mackorone/spotify-playlist-archive-2/new/main/playlists/registry
  2. Click "Fork this repository"
  3. Enter the playlist ID as the file name, leave the file empty
  4. Scroll down and click "Propose new file"
  5. Click "Create pull request"
  6. Click "Create pull request" again

Adding multiple playlists

Instructions for creating multiple new files in playlists/registry, one for each playlist:

  1. If you haven't done so already, fork this repository
    1. Go to https://github.com/mackorone/spotify-playlist-archive-2
    2. Click "Fork"
    3. Click "Create fork"
  2. Click the "playlists" folder
  3. Click the "registry" folder
  4. Click "Upload files"
  5. Upload empty files from your computer, one for each playlist
  6. Double-check the files, add a commit message, and click "Commit changes"
  7. Go back to your forked repo and click "Open pull request"
  8. Click "Create pull request"
  9. Click "Create pull request" again

Source Code

The source code for this project lives here: mackorone/spotify-playlist-archive-src