Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lujjjh/LitoMusic
A lightweight Apple Music client for Windows and macOS, built with MusicKit JS, Edge WebView2 / WKWebView and React.
https://github.com/lujjjh/LitoMusic
apple-music macos music react webview2 windows wkwebview
Last synced: 21 days ago
JSON representation
A lightweight Apple Music client for Windows and macOS, built with MusicKit JS, Edge WebView2 / WKWebView and React.
- Host: GitHub
- URL: https://github.com/lujjjh/LitoMusic
- Owner: lujjjh
- License: mit
- Archived: true
- Created: 2021-09-11T10:43:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T00:54:00.000Z (over 1 year ago)
- Last Synced: 2024-07-29T16:55:54.663Z (4 months ago)
- Topics: apple-music, macos, music, react, webview2, windows, wkwebview
- Language: JavaScript
- Homepage: https://litomusic.org
- Size: 6.87 MB
- Stars: 123
- Watchers: 2
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README-cn.md
- License: LICENSE
Awesome Lists containing this project
README
Lito Music
English
|
中文
Lito (/laɪto/) Music 是一个轻量级的 Windows / macOS Apple Music 客户端,
使用 MusicKit JS、Edge WebView2 / WKWebView 和 React 构建。## 系统需求
- 操作系统版本 ≥ Windows 10 或 macOS 11.0。
- 对 Windows:Edge WebView2 运行时 (预装于 Windows 10 Insider Preview 和 Windows 11)。
若未安装,Lito Music 会在首次启动时尝试下载和安装。## 下载
> 注意:Windows Defender 可能会对预编译版本产生误报。代码签名应当可以解决问题,但[其价格](https://www.google.com/search?q=code+signing+certificates+price)对开源软件开发者并不友好。如果你对此感到介意,欢迎[在自己的机器上构建](#构建)。
预编译版本可[在此获取][releases]。
## 特性
### 现在就听
### 时间同步歌词
## 构建
### 对 Windows
需安装 Visual Studio(包括 Windows 10 SDK)、Rust 和 Node.js。
```powershell
npm install
npm run build:windows
```### 对 macOS
需安装 Xcode 和 Node.js。
```sh
npm install
npm run build:darwin
```[releases]: https://github.com/lujjjh/lito/releases