Commit Graph
62 Commits
Author SHA1 Message Date
junv 43f628991d UI update 2025-11-02 20:54:54 +11:00
youmusic-bot 9bd37fa7e4 chore: Update k8s manifest to version master-33 2025-10-31 12:15:41 +00:00
junv cb469f2215 Ui update 2025-10-31 23:14:44 +11:00
youmusic-bot b8fcefc4bc chore: Update k8s manifest to version master-32 2025-10-31 11:59:37 +00:00
junv 325be8487e UI update 2025-10-31 22:58:26 +11:00
junv 9996c731fe Show lyrics on desktop 2025-10-31 22:58:26 +11:00
youmusic-bot 84cebff21b chore: Update k8s manifest to version master-31 2025-10-31 11:04:18 +00:00
junv 6f9596be4a Update scan logic 2025-10-31 22:03:02 +11:00
junv c7fbfcd732 UI updates 2025-10-31 22:03:02 +11:00
youmusic-bot 308026f405 chore: Update k8s manifest to version master-30 2025-10-31 04:15:47 +00:00
junv cdacd40793 up 2025-10-31 15:14:52 +11:00
youmusic-bot 442cc67c1f chore: Update k8s manifest to version master-29 2025-10-31 03:56:52 +00:00
junv f22b02cc4b Update docker image to have a smaller size 2025-10-31 14:54:23 +11:00
youmusic-bot bb82afddd8 chore: Update k8s manifest to version master-28 2025-10-31 03:33:29 +00:00
junv 337b231385 Update public api 2025-10-31 14:32:42 +11:00
youmusic-bot e661aede03 chore: Update k8s manifest to version master-27 2025-10-31 02:56:38 +00:00
junv 8678cb3d7f Update 2025-10-31 13:55:38 +11:00
junv 4b798d6d9b Remove debug log 2025-10-31 13:55:38 +11:00
youmusic-bot 2f340e1a10 chore: Update k8s manifest to version master-26 2025-10-31 02:03:55 +00:00
junv 484d74d249 Update style 2025-10-31 13:02:54 +11:00
youmusic-bot d87319be2c chore: Update k8s manifest to version master-25 2025-10-31 01:35:40 +00:00
junv 3fb7510f9f Update artist songs 2025-10-31 12:34:39 +11:00
junv b27998c5f4 Fix artist image 2025-10-31 12:34:39 +11:00
youmusic-bot c919866f11 chore: Update k8s manifest to version master-24 2025-10-31 01:12:46 +00:00
junv b0c35fb1e3 fix: Replace spaces with underscores in artist image filenames 2025-10-31 12:12:05 +11:00
youmusic-bot 565779615d chore: Update k8s manifest to version master-23 2025-10-31 01:05:10 +00:00
junv 06ade07c72 feat: Add manual artist photo refresh button
Backend changes:
- Add POST /artists/refresh endpoint to force fetch from remote APIs
- Bypasses cache and fetches fresh artist photo from Deezer/MusicBrainz
- Automatically downloads and caches the image locally
- Returns updated artist info immediately

Frontend changes:
- Add refresh button (RefreshCw icon) next to Back button
- Shows spinning animation while refreshing
- Uses mutation with optimistic update to query cache
- Toast notification on success/failure
- Button disabled during refresh

User flow:
1. Click refresh button on artist detail page
2. Backend fetches fresh data from remote APIs
3. Image is downloaded and cached
4. Artist info updates automatically on page
5. Success toast shown
2025-10-31 12:03:45 +11:00
youmusic-bot 676ef53dc2 chore: Update k8s manifest to version master-22 2025-10-31 00:56:42 +00:00
junv 2f986515ac Update song picking logic 2025-10-31 11:55:29 +11:00
youmusic-bot 8dcfc9166e chore: Update k8s manifest to version master-21 2025-10-31 00:36:25 +00:00
junv bb7cfacb1f Update 2025-10-31 11:35:48 +11:00
youmusic-bot f75fbda8c6 chore: Update k8s manifest to version master-20 2025-10-31 00:29:39 +00:00
junv f05d648927 fix: Add run-number based image tag to Docker build
- Generate image version (branch-runNumber) before metadata extraction
- Add generated version as a raw tag type in metadata action
- Use consistent version across Docker tagging and manifest update
- Tags will now include: latest, master, master-cd1b89f, AND master-{runNumber}
- Manifest uses the master-{runNumber} tag for consistency
2025-10-31 11:28:53 +11:00
youmusic-bot 2127e9b9f9 chore: Update k8s manifest to version master-19 2025-10-31 00:20:00 +00:00
junv cd1b89f7fe feat: Auto-update k8s manifest with Docker image version in CI
- Add manifest-template.yaml with {{IMAGE_VERSION}} placeholder
- Update CI workflow to generate versioned manifest on main/master pushes
- Version format: {branch}-{run_number}
- Auto-commit updated manifest back to repo
- Inspired by badger CI workflow pattern
2025-10-31 11:19:16 +11:00
junv ba8a6ec8a1 Update auto download 2025-10-31 09:51:59 +11:00
junv ef3a5cd7c8 Fxi the build 2025-10-31 09:31:43 +11:00
junv f7e4686816 Implement the following:* Search function should time out in 1 min if something goes wrong
* Add function tofull-size current playing song through a button in the bottom control panel
* Add an API also a feature in the home page, to allow user type a song name, then create a backend job to auto search and download song in the background, when pick the song from the results, put the result into priority candicdate if the name either has “official song” or “官方”, if the same exact song has been downloaded before, then just put the job as pending to confirm, and let user to confirm, once user confirmed, then the system can download the duplicate song, we need to persist the those jobs, if a job fails, then we mark it failed, and user can retry it later through UI, also add an summary about how to trigger this function through API
* Add API keys section in settings, so we need to evaluate api keys for public APIs
    * Now we only put the auto search and download song into the pubic API
* Add feature in search to search artist, which would return all the matched artists,
* Add sort feature to the artists and library page, like the one we have in playlist detail page
* By default sort the song in the library page by added at desc
2025-10-31 09:17:44 +11:00
junv 40c2fcb382 Update 2025-10-31 00:04:32 +11:00
junv 3b36a3137e Update libs 2025-10-31 00:04:04 +11:00
junv 986024bc09 Upgrade yt-dlp 2025-10-31 00:03:11 +11:00
junv 6dfa32b732 Fix build 2025-10-30 23:54:53 +11:00
junv 53044cc301 Expire shared song link 2025-10-30 23:52:36 +11:00
junv c93fb5ffa7 add func to share music 2025-10-30 23:50:11 +11:00
junv 7e764c65da Add share link 2025-10-30 23:49:46 +11:00
junv 276a0237fe Update music library 2025-10-30 23:24:17 +11:00
junv b150564b0b update k8s 2025-10-30 23:14:10 +11:00
junv 2ba4ff3113 Fix docker 2025-10-30 22:54:20 +11:00
junv 9c6ed82a56 add db migration 2025-10-30 22:35:02 +11:00
junv 5dd486844f Make docker image work 2025-10-30 17:31:29 +11:00