From 70ea02962fc2da83809e25e9f3af4ba49a0eb67e Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 8 Sep 2024 01:27:44 +0800 Subject: [PATCH] :memo: Update README.md --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9a393d8..f978324 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,30 @@ Yet another spotify third-party client. Support multi-platform because built wit This project is inspired by and taken supported by [spotube](https://spotube.krtirtho.dev). Their original app is good enough. But I just want to redesign the user interface and make it ready add to more features and more backend support. +## Highlight + +Compare to original spotube. This project added more audio source e.g. netease cloud music, kugou and provide the ability to use in China Mainland. + +At the same time, this project also focus on playing experience of VOCALOID songs. +We improve the search and rank algorithm to make the querying will less pick the cover version instead of original ones. + +Due to the end service of jiosaavn in Asian region (maybe other regions also affected). We removed the jiosaavn audio source. + ## Roadmap - [x] Playing music - - [x] Add netease music as source - - [ ] Add bilibili as source - - [ ] Add kuwo music as source - - [ ] Add kugo music as source + - [x] Add netease music as source + - [ ] Add bilibili as source + - [ ] Add kuwo music as source + - [x] Add kugou music as source + - [x] Optimize fallback strategy - [x] Re-design user interface - - [x] Simplified UI and UX - - [x] Support for large screen device + - [x] Simplified UI and UX + - [x] Support for large screen device ## License This project is open-sourced under APGLv3 license. The original spotube project is open-sourced under license BSD-Clause4 and copyright by Kingkor Roy Tirtho. -This project is all rights reversed by LittleSheep and Solsynth LLC. \ No newline at end of file +This project is all rights reversed by LittleSheep and Solsynth LLC. +