Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 3.57 KB

CONTRIBUTING.md

File metadata and controls

53 lines (41 loc) · 3.57 KB

Introduction

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.

Tip

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

Important

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/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. 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