Creating a physical music product in the digital age can be a rewarding way to connect with listeners. Here’s how I built a series of custom USB thumb drives containing my music, a self-contained HTML player, and visual artwork—perfect for promotional giveaways or unique fan experiences.
🎧 What You’ll Need
- USB thumb drives (I used these from Amazon)
- Your
.mp3
files - Album or track artwork
- A single, standalone
index.html
file (like the one I built here) with embedded CSS and JavaScript - A Mac or PC
- Optional: label maker for custom drive stickers
🔧 Step 1: Prepare Your Music Folder
Create a folder on your computer with the following structure:
cerkit-music/
├── index.html ← Fully self-contained HTML file
├── track1.mp3
├── track2.mp3
├── track1.jpg
├── track2.jpg
The
index.html
file includes the entire music player—CSS styles, JavaScript functionality, and HTML layout—all in one file. No external libraries or internet access is required.
🍎 Step 2: Setup on macOS
Insert your USB drive.
Open Finder and locate the USB drive (likely named “NO NAME”).
Right-click the drive and select Get Info.
Rename it to something meaningful like
Cerkit-Music
.In the Comments field, paste your website link:
https://cerkit.com/page/music
This serves as a helpful reference if the listener explores the drive’s properties.
Print and apply custom labels (I used ½-inch artist-name labels in an Epson LW-C610PX Bluetooth label maker).
Copy your entire
cerkit-music
folder to the USB drive.
🪟 Step 3: Setup on Windows
Insert the USB drive and open File Explorer.
Right-click the drive and select Properties.
Rename the volume to something like
Cerkit-Music
.Add a
.url
shortcut pointing to your promo page:Create a new file named
Cerkit Website.url
and paste the following:[InternetShortcut] URL=https://cerkit.com/page/music
Copy your
index.html
,.mp3
files, and image files to the drive’s root.
🎨 Bonus: Label Your Drives
Make your drives stand out as unique collector’s items:
- Custom printed stickers
- Handwritten signatures or notes
- Branded packaging (if mailing)
💡 Final Touch: Test the Experience
- Eject and reinsert the USB drive.
- Open
index.html
using a modern browser (Chrome, Edge, Safari, Firefox). - Confirm that:
- The music player interface loads.
- Tracks and artwork display properly.
- Playback functions (play, pause, track skip) work as expected.
📝 Wrapping Up
With just a few steps, you can create a portable, interactive music experience that fans will remember. These USB drives aren’t just storage—they’re a gateway to your world.
Whether for merch tables, limited-run promos, or personal gifts, this method gives you full creative control and a tangible connection to your listeners.
Curious what it looks like? Visit cerkit.com/post/usb-playlist-tutorial.
Music is meant to be shared—so why not make the delivery part of the art?