Changeset d727e92 in Klonkt for src/assets


Ignore:
Timestamp:
06/20/2026 05:37:42 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
a66f691
Parents:
183875b
Message:

feat(audio): tracks without audio (link-only) — list with open-in links, no upload

You can now add a "Track without audio" in Admin → Audio (button) — only
title/artist + the Spotify/YouTube/SoundCloud links, no file. Such tracks
appear in albums & playlists (and standalone track embeds) in the list
with the open-in icons but WITHOUT a play button, and stay outside the
playback queue (which matches on URL). Lookups (posts album/single +
PlaylistService) no longer filter out fileless tracks. New route POST
/admin/audio/create-link. buster audio.css?v=9.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/assets/css/audio.css

    r183875b rd727e92  
    105105.pat-link--youtube    { color: #FF0000; }
    106106.pat-link--soundcloud { color: #FF5500; }
     107
     108/* Link-only tracks (geen audiobestand): plek van de afspeelknop = stil muziek-icoon. */
     109.pat-noplay {
     110  display: inline-flex; align-items: center; justify-content: center;
     111  flex: 0 0 38px; width: 38px; align-self: center;
     112  color: var(--ink-faint, #a8a29e);
     113}
     114.pat-noplay svg { width: 18px; height: 18px; }
     115.pat-row.pat-static { cursor: default; }
    107116
    108117/* ============================================================
Note: See TracChangeset for help on using the changeset viewer.