{{ nickelsText }}
Welcome to KCFC Jukebox!
Enter your name to start picking songs
Let's Rock!
Add to Queue?
{{ cleanTitle(pendingTrack.title) }}
{{ pendingTrack.artist }}
Cancel
{{ confirmLoading ? 'Adding...' : 'Add Song' }}
{{ confirmError }}
$
2-PLAYS-10¢
1-PLAY-5¢
◀
▶
{{ playlist[(slideIndex - 1) * 10 + (pos - 1)].code }}
{{ playlist[(slideIndex - 1) * 10 + (pos - 1)].code }}
{{ cleanTitle(playlist[(slideIndex - 1) * 10 + (pos - 1)].track.title) }}
{{ playlist[(slideIndex - 1) * 10 + (pos - 1)].track.artist }}
{{ playlist[(slideIndex - 1) * 10 + (pos + 4)].code }}
{{ playlist[(slideIndex - 1) * 10 + (pos + 4)].code }}
{{ cleanTitle(playlist[(slideIndex - 1) * 10 + (pos + 4)].track.title) }}
{{ playlist[(slideIndex - 1) * 10 + (pos + 4)].track.artist }}
KCFC Jukebox
{{ letter }}
{{ num }}
Now Playing
{{ cleanTitle(currentTrack.title) }}
{{ currentTrack.artist }}
Album: {{ currentTrack.album || 'Unknown' }}
Duration: {{ formatDuration(currentTrack.durationMs) }}
No song playing
Next Up
Up Next #{{ index + 1 }} • {{ item.startTime }}
{{ cleanTitle(item.title) }}
{{ item.artist }}
Requested by: {{ item.requestedBy || 'Unknown' }}
Queue is empty - pick a song!