8 Commits
Author SHA1 Message Date
junv 337b231385 Update public api 2025-10-31 14:32:42 +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 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
junv 574d0c7ffd Update 2025-10-30 16:32:04 +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