feat: rename mukke to music, add cover art upload via mana-media

Rename the music module from "Mukke" to "Music" across the entire
codebase: API routes, web app module, shared packages, search provider,
dashboard widgets, i18n keys, app registry, and route paths.

Add POST /api/v1/music/cover/upload endpoint that uploads cover art
images through mana-media for deduplication, thumbnails, and Photos
gallery visibility.

Dexie table names (mukkePlaylists, mukkeProjects) kept unchanged to
preserve existing IndexedDB data.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-05 15:25:34 +02:00
parent ee7ff7d5e8
commit d4700a07f9
64 changed files with 258 additions and 214 deletions

View file

@ -45,7 +45,7 @@ export type AppSource =
| 'chat'
| 'storage'
| 'presi'
| 'mukke'
| 'music'
| 'cards'
| 'picture'
| 'uload'
@ -59,7 +59,7 @@ export const APP_SOURCE_LABELS: Record<string, string> = {
chat: 'Chat',
storage: 'Storage',
presi: 'Presi',
mukke: 'Mukke',
music: 'Music',
cards: 'Cards',
picture: 'Picture',
uload: 'uLoad',