- root@universal-web:/admin/audio# - ls albums/ -
// step 2 — group songs into a release with a cover.
- root@universal-web:/admin/audio# - mkdir albums/new -
// fill in the details, then tick the songs to include.
- root@universal-web:/admin/audio# - ls songs/ -
// step 1 — every audio file you upload becomes a song.
- root@universal-web:/admin/audio/{{ album.slug }}# - ls -
// album · {{ tracks | length }} song(s) · @@ -37,9 +33,6 @@
- root@universal-web:/admin/audio# - {% if album %}cp song.mp3 {{ album.slug }}/{% else %}cp song.mp3 songs/{% endif %} -
// goes straight into the album “{{ album.title }}”.
@@ -28,9 +24,6 @@