Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurzhou/dashline
An extreme lightweight Netease music player for both large and small screens.
https://github.com/arthurzhou/dashline
android netease-cloud-music react shadcn-ui tauri
Last synced: 20 days ago
JSON representation
An extreme lightweight Netease music player for both large and small screens.
- Host: GitHub
- URL: https://github.com/arthurzhou/dashline
- Owner: ArthurZhou
- License: mit
- Created: 2024-12-22T08:57:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-14T14:31:35.000Z (20 days ago)
- Last Synced: 2025-01-14T15:52:30.216Z (20 days ago)
- Topics: android, netease-cloud-music, react, shadcn-ui, tauri
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashline
**STILL IN EARLY DEVELOPMENT STAGE!!!**
An extreme lightweight Netease music player for both large and small screens.
## Installation
**Windows, MacOS and Linux:**
Go to [Releases](https://github.com/ArthurZhou/Dashline/releases) for binaries or [build yourself](https://github.com/ArthurZhou/Dashline?tab=readme-ov-file#development)
**Android:**
Currently, please build yourself. You need to setup the environment properly first.
Remember to change the code [here](https://github.com/ArthurZhou/Dashline/blob/0ad4bd5cab69704016a78c94c17fb00ea3cc05d6/src-tauri/gen/android/app/build.gradle.kts#L29C5-L42C6) about signing.
**iOS:**
It should work on iOS, but I never test it. Go ahead if you want to do so.
## Development
```shell
# install dependencies
pnpm install# start dev with tauri
pnpm start# build for current platform
pnpm build# build for android
pnpm tauri android build```