Content Manager
Manage Music & Visuals
This page adds, edits and reorders what shows up in the Music and Visuals sections of the website. Nothing here uploads anywhere — it all stays in this browser until you click Download content.js, which produces the one file the live site reads from.
No tracks yet — add one above.
No videos yet — add one above.
Draft auto-saved in this browser.
How this works
- This site has no server or database — it's plain files, so "managing content" means editing one small file:
assets/content.js. - Add tracks or videos above. Pick the actual media file so the path fills in for you (edit it if you'd rather organise files differently).
- Category is optional but recommended — it shows as a badge on the item and the site auto-builds a filter bar from whatever categories you use (e.g. Album / Single / Voice Over for Music, Show Moment / DJ Intro for Visuals). Type anything; it doesn't have to match the suggestions.
- Click "Download content.js" and save it into your site's
assetsfolder, replacing the old one. - Copy the real media files (mp3s, mp4s, cover/thumbnail images) into
assets/music/andassets/videos/so the paths in content.js actually resolve. - Refresh index.html — the Music and Visuals sections update instantly. No rebuild, no deploy step.
- Coming back later to edit the list? Use "Import existing content.js" to load your current file back into this tool first.