- Create a new folder in
./public/playlists/for your playlist. Its name should be in kebab case. - Place an image for your playlist in the folder and name it miniature
- Convert it to webp by running
just to-miniature <file extension of your miniature>in the playlist folder - Create a subfolder
soundswhere you will place the mp3s - Make sure your mp3s are 10s or less if possible
- Normalize the sound levels of sounds by running
just normalize - Create an elm file for your playlist in
./src/elm/Playlist/ - Reference your playlist in
./src/elm/Playlist/All.elm - Check that it works, using extreme mode in the settings allows checking if the sounds play correctly.
- Add one ore more commits with the prefix
feat(<your playlist code>):