/playlist/$PLAYLIST_NAME

🟢 Stable

This API is stable since festivald v1.0.0.


Download all the Song's in a Playlist.

Invalid Entry's will be ignored.

Each Song file will be prefixed with its index in the playlist.

The formatting is as such:

${INDEX}${SEPARATOR}${ARTIST_NAME}${SEPARATOR}${ALBUM_TITLE}${SEPARATOR}${SONG_TITLE}.${SONG_EXTENSION}

For example, if the filename_separator was left as the default -:

11 - Artist Name - Album Title - Song Title.mp3

Index starts at 0.

Input

InputType
Playlist namestring

Output

Playlist (valid Song files only) in ZIP.

Example Input

http://localhost:18425/playlist/My Playlist 2

Example Output

File:

Playlist - My Playlist 2.zip

Extracted:

Playlist - My Playlist 2/
  ├─ 0 - Artist Name - Album Title - Song Name.mp3
  ├─ 1 - Artist Name - Album Title - Song Name.flac
  ├─ 2 - Artist Name - Album Title - Song Name.ogg