39 Commits
Author SHA1 Message Date
junv c60a655e76 Update logic of artist avatar fetching 2025-11-07 21:00:03 +11:00
junv 6b9d4d88c5 Set proper thumbnail 2025-11-07 20:42:44 +11:00
junv 036cb513f8 Update download from search 2025-11-07 14:44:31 +11:00
junv fb8b83657a Update download logic to include artist name 2025-11-07 13:57:07 +11:00
junv 0a4ead5462 Update download logic 2025-11-07 13:23:33 +11:00
junv 2bbf7e823d Fix error 2025-11-07 13:03:50 +11:00
junv 5d18d58df6 Update 2025-11-02 23:11:05 +11:00
junv 3d9a7ce9af Update metadata 2025-11-02 23:11:05 +11:00
junv a624183d3c Update song 2025-11-02 23:11:05 +11:00
junv 0d8e6e53b3 Handle deleting a song 2025-11-02 21:09:17 +11:00
junv 447627ef5e UI update on mobile devices 2025-11-02 20:59:34 +11:00
junv 43f628991d UI update 2025-11-02 20:54:54 +11:00
junv cb469f2215 Ui update 2025-10-31 23:14:44 +11: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
junv c7fbfcd732 UI updates 2025-10-31 22:03:02 +11:00
junv cdacd40793 up 2025-10-31 15:14:52 +11: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
junv 484d74d249 Update style 2025-10-31 13:02:54 +11: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
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
junv 2f986515ac Update song picking logic 2025-10-31 11:55:29 +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 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 276a0237fe Update music library 2025-10-30 23:24:17 +11:00
junv 9c6ed82a56 add db migration 2025-10-30 22:35:02 +11:00
junv b298cb2e5c Fix the build attempt 3 2025-10-30 17:11:23 +11:00
junv 825a176250 Fix docker build 2025-10-30 16:56:24 +11:00
junv 574d0c7ffd Update 2025-10-30 16:32:04 +11:00
junv af4a3bb50e Showing music detail on iphone 2025-10-30 16:23:02 +11:00
junv 58ef625bd8 Update style 2025-10-30 16:19:01 +11:00
junv b3bb5668b7 Now it can download , play add to playlist, artist list page 2025-10-30 15:10:03 +11:00
junv 3d2e95e858 First version works! 2025-10-30 14:45:41 +11:00