lx-music-desktop/README.md

134 lines
10 KiB
Markdown
Raw Normal View History

2019-08-20 09:24:02 +00:00
<p align="center"><a href="https://github.com/lyswhut/lx-music-desktop"><img width="200" src="https://github.com/lyswhut/lx-music-desktop/blob/master/doc/images/icon.png" alt="lx-music logo"></a></p>
2019-08-16 09:27:23 +00:00
2019-08-20 08:57:43 +00:00
<p align="center">
<a href="https://github.com/lyswhut/lx-music-desktop/releases"><img src="https://img.shields.io/github/release/lyswhut/lx-music-desktop" alt="Release version"></a>
2021-03-10 01:21:43 +00:00
<a href="https://github.com/lyswhut/lx-music-desktop/actions/workflows/release.yml"><img src="https://github.com/lyswhut/lx-music-desktop/workflows/Build/badge.svg" alt="Build status"></a>
2021-03-10 01:35:48 +00:00
<a href="https://github.com/lyswhut/lx-music-desktop/actions/workflows/beta-pack.yml"><img src="https://github.com/lyswhut/lx-music-desktop/workflows/Build%20Beta/badge.svg" alt="Build status"></a>
2019-11-16 12:12:42 +00:00
<a href="https://electronjs.org/releases/stable"><img src="https://img.shields.io/github/package-json/dependency-version/lyswhut/lx-music-desktop/dev/electron/master" alt="Electron version"></a>
2019-08-29 00:36:21 +00:00
<!-- <a href="https://github.com/lyswhut/lx-music-desktop/releases"><img src="https://img.shields.io/github/downloads/lyswhut/lx-music-desktop/latest/total" alt="Downloads"></a> -->
2019-08-20 08:57:43 +00:00
<a href="https://github.com/lyswhut/lx-music-desktop/tree/dev"><img src="https://img.shields.io/github/package-json/v/lyswhut/lx-music-desktop/dev" alt="Dev branch version"></a>
<!-- <a href="https://github.com/lyswhut/lx-music-desktop/blob/master/LICENSE"><img src="https://img.shields.io/github/license/lyswhut/lx-music-desktop" alt="License"></a> -->
</p>
<!-- [![GitHub release][1]][2]
2019-08-16 09:27:23 +00:00
[![Build status][3]][4]
2019-08-18 14:35:17 +00:00
[![GitHub Releases Download][5]][6]
2019-08-16 09:27:23 +00:00
[![dev branch][7]][8]
2019-08-20 08:57:43 +00:00
[![GitHub license][9]][10] -->
2019-08-16 09:27:23 +00:00
2019-08-20 08:57:43 +00:00
<!-- [1]: https://img.shields.io/github/release/lyswhut/lx-music-desktop
2019-08-16 09:27:23 +00:00
[2]: https://github.com/lyswhut/lx-music-desktop/releases
[3]: https://ci.appveyor.com/api/projects/status/flrsqd5ymp8fnte5?svg=true
[4]: https://ci.appveyor.com/project/lyswhut/lx-music-desktop
2019-08-18 14:35:17 +00:00
[5]: https://img.shields.io/github/downloads/lyswhut/lx-music-desktop/latest/total
2019-08-20 08:57:43 +00:00
[5]: https://img.shields.io/github/downloads/lyswhut/lx-music-desktop/total
2019-08-16 09:27:23 +00:00
[6]: https://github.com/lyswhut/lx-music-desktop/releases
[7]: https://img.shields.io/github/package-json/v/lyswhut/lx-music-desktop/dev
[8]: https://github.com/lyswhut/lx-music-desktop/tree/dev
2019-08-18 14:35:17 +00:00
[9]: https://img.shields.io/github/license/lyswhut/lx-music-desktop
2019-08-20 08:57:43 +00:00
[10]: https://github.com/lyswhut/lx-music-desktop/blob/master/LICENSE -->
<h2 align="center">洛雪音乐助手桌面版</h2>
2019-08-16 09:27:23 +00:00
2019-08-20 08:57:43 +00:00
### 说明
2019-08-16 09:27:23 +00:00
2019-08-23 12:42:05 +00:00
一个基于 Electron + Vue 开发的音乐软件。
2019-08-16 09:27:23 +00:00
所用技术栈:
2021-12-03 14:11:11 +00:00
- Electron 13
- Vue 3
2019-08-16 09:27:23 +00:00
2019-08-23 12:42:05 +00:00
已支持的平台:
- Windows 7 及以上
2019-08-24 02:31:53 +00:00
- Mac OS
2019-08-23 12:42:05 +00:00
- Linux
2019-08-21 12:07:40 +00:00
软件变化请查看:[更新日志](https://github.com/lyswhut/lx-music-desktop/blob/master/CHANGELOG.md)<br>
2019-08-22 15:02:59 +00:00
软件下载请转到:[发布页面](https://github.com/lyswhut/lx-music-desktop/releases)<br>
2021-05-16 06:09:03 +00:00
或者到网盘下载网盘内有MAC、windows版`https://www.lanzoui.com/b0bf2cfa/` 密码:`glqw`(若链接无法打开请百度:蓝奏云链接打不开)<br>
2019-11-13 13:11:14 +00:00
使用常见问题请转至:[常见问题](https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md)
2019-08-20 09:24:02 +00:00
2019-08-21 12:07:40 +00:00
### 源码使用方法
2019-08-16 09:27:23 +00:00
环境要求Node.js 14+
2019-08-16 09:27:23 +00:00
```bash
# 开发模式
npm run dev
# 构建免安装版
npm run pack:dir
2020-04-29 04:37:44 +00:00
# 构建安装包Windows版
2021-01-20 06:55:34 +00:00
npm run pack:win
2019-08-16 09:27:23 +00:00
2020-04-29 04:37:44 +00:00
# 构建安装包Mac版
npm run pack:mac
# 构建安装包Linux版
npm run pack:linux
2019-08-16 09:27:23 +00:00
```
2019-08-16 16:13:10 +00:00
2019-08-20 09:12:23 +00:00
### UI界面
2019-08-20 09:24:02 +00:00
<p><a href="https://github.com/lyswhut/lx-music-desktop"><img width="100%" src="https://github.com/lyswhut/lx-music-desktop/blob/master/doc/images/app.png" alt="lx-music UI"></a></p>
2019-08-20 09:12:23 +00:00
2020-03-02 08:21:40 +00:00
### 启动参数
目前软件已支持的启动参数如下:
- `-search` 启动软件时自动在搜索框搜索指定的内容,例如:`-search="突然的自我 - 伍佰"`
2021-01-10 05:14:50 +00:00
- `-dha` 禁用硬件加速启动Disable Hardware Acceleration窗口显示有问题时可以尝试添加此参数启动v1.6.0起新增)
2021-03-03 08:52:19 +00:00
- `-dt` 以非透明模式启动Disable Transparent对于未开启AERO效果的win7系统可加此参数启动以确保界面正常显示该参数对桌面歌词无效原来的`-nt`参数已重命名为`-dt`v1.6.0起重命名)
2021-04-24 08:10:22 +00:00
- `-dhmkh` 禁用硬件媒体密钥处理Disable Hardware Media Key Handling此选项将禁用Chromium的Hardware Media Key Handling特性v1.9.0起新增)
- `-proxy-server` 设置代理服务器,代理应用的所有流量,例:`-proxy-server="127.0.0.1:1081"`不支持设置账号密码v1.17.0起新增)。注:应用内“设置-网络-代理设置”仅代理接口请求的流量,优先级更高
- `-proxy-bypass-list` 以分号分隔的主机列表绕过代理服务器,例:`-proxy-bypass-list="<local>;*.google.com;*foo.com;1.2.3.4:5678"`(与`-proxy-server`一起使用才有效v1.17.0起新增)。注:此设置对应用内接口请求无效
2021-02-22 04:59:39 +00:00
- `-play` 启动时播放指定列表的音乐,参数说明:
- `type`:播放类型,目前固定为`songList`
- `source`:播放源,可用值为`kw/kg/tx/wy/mg/myList`,其中`kw/kg/tx/wy/mg`对应各源的在线列表,`myList`为本地列表
2021-03-08 11:20:49 +00:00
- `link`要播放的在线列表歌单链接、或IDsource为`kw/kg/tx/wy/mg`之一(在线列表)时必传,举例:`./lx-music-desktop -play="type=songList&source=kw&link=歌单URL or ID"`注意如果传入URL时必须对URL进行编码后再传入
- `name`要播放的本地列表歌单名字source为`myList`时必传,举例:`./lx-music-desktop -play="type=songList&source=myList&name=默认列表"`
- `index`:从列表的哪个位置开始播放,选传,若不传默认播放第一首歌曲,举例:`./lx-music-desktop -play="type=songList&source=myList&name=默认列表&index=2"`
2020-03-02 08:21:40 +00:00
2022-01-07 09:23:48 +00:00
### Scheme URL支持
从v1.17.0起支持 Scheme URL可以使用此功能从浏览器等场景下调用LX Music我们开发了一个[油猴脚本](https://github.com/lyswhut/lx-music-script#readme)<br>
以下是目前可用的Scheme URL调用方式
- URL统一以`lxmusic://`开头
- 此技术目前只支持 Windows、Mac系统
- URL传参以经过URL编码的JSON数据传参`lxmusic://music/play?data=xxxx`,其中`xxxx`为经过URL编码后的JSON数据
- 若无特别说明,源的可用值为:`kw/kg/tx/wy/mg`
- 若无特别说明,音质的可用值为:`128k/320k/flac/flac32bit`
| 描述 | URL | 参数
| --- | --- | ---
2022-01-07 09:59:40 +00:00
| 打开歌单 | `songlist/open` | `source<String>`(源,必须)<br>`id<String/Number>`歌单ID可选<br>`url<String>`歌单URL可选其中ID与URL必需传一个
| 播放歌单 | `songlist/play` | `source<String>`(源,必须)<br>`id<String/Number>`歌单ID可选<br>`url<String>`歌单URL可选其中`id`与`url`必需传一个<br>`index<Number>`播放第几首歌可选从0开始
| 播放歌曲 | `music/play` | `name<String>`(歌曲名,必传)<br>`singer<String>`(艺术家名,必传)<br>`source<String>`(源,必传)<br>`songmid<String/Number>`歌曲ID必传<br>`img<String>`(歌曲图片链接,选传)<br>`albumId<String/Number>`歌曲专辑ID选传<br>`interval<String>`(格式化后的歌曲时长,选传,例:`03:55`<br>`albumName<String>`(歌曲专辑名称,选传)<br>`types<Object>`(歌曲可用音质数组,必传,<br>数组格式:`[{"type": "<音质>", size: "<格式化后的文件大小,选传>", hash: "<kg源必传>"}]`<br>例:`[{"type": "128k", size: "3.56M"}, {"type": "320k", size: null}]`<br><br>以下为平台特定参数:<br>`hash<String>`歌曲hashkg源必传<br>`strMediaMid<String>`歌曲strMediaMidtx源必传<br>`albumMid<String>`歌曲albumMidtx源专用选传<br>`copyrightId<String>`歌曲copyrightIdmg源必传<br>`lrcUrl<String>`歌曲lrcUrlmg源专用选传
2021-03-07 09:54:02 +00:00
2019-09-07 05:09:05 +00:00
### 常见问题
2019-10-18 10:04:28 +00:00
常见问题已移至:<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>
2019-09-25 16:06:02 +00:00
2020-04-23 04:12:46 +00:00
### 项目协议
2019-08-24 16:38:08 +00:00
2020-04-23 04:12:46 +00:00
本项目基于 [Apache License 2.0](https://github.com/lyswhut/lx-music-desktop/blob/master/LICENSE) 许可证发行,以下协议是对于 Apache License 2.0 的补充,如有冲突,以以下协议为准。
词语约定:本协议中的“本项目”指洛雪音乐桌面版项目;“使用者”指签署本协议的使用者;“官方音乐平台”指对本项目内置的包括酷我、酷狗、咪咕等音乐源的官方平台统称;“版权数据”指包括但不限于图像、音频、名字等在内的他人拥有所属版权的数据。
2019-08-24 16:38:08 +00:00
2020-04-23 04:12:46 +00:00
1. 本项目的数据来源原理是从各官方音乐平台的公开服务器中拉取数据,经过对数据简单地筛选与合并后进行展示,因此本项目不对数据的准确性负责。
2. 使用本项目的过程中可能会产生版权数据,对于这些版权数据,本项目不拥有它们的所有权,为了避免造成侵权,使用者务必在**24小时**内清除使用本项目的过程中所产生的版权数据。
3. 本项目内的官方音乐平台别名为本项目内对官方音乐平台的一个称呼,不包含恶意,如果官方音乐平台觉得不妥,可联系本项目更改或移除。
4. 本项目内使用的部分包括但不限于字体、图片等资源来源于互联网,如果出现侵权可联系本项目移除。
5. 由于使用本项目产生的包括由于本协议或由于使用或无法使用本项目而引起的任何性质的任何直接、间接、特殊、偶然或结果性损害(包括但不限于因商誉损失、停工、计算机故障或故障引起的损害赔偿,或任何及所有其他商业损害或损失)由使用者负责。
6. 本项目完全免费,且开源发布于 GitHub 面向全世界人用作对技术的学习交流,本项目不对项目内的技术可能存在违反当地法律法规的行为作保证,**禁止在违反当地法律法规的情况下使用本项目**,对于使用者在明知或不知当地法律法规不允许的情况下使用本项目所造成的任何违法违规行为由使用者承担,本项目不承担由此造成的任何直接、间接、特殊、偶然或结果性责任。
2019-08-16 16:13:10 +00:00
2020-10-28 03:02:21 +00:00
若你使用了本项目,将代表你接受以上协议。
2020-04-23 04:12:46 +00:00
音乐平台不易,请尊重版权,支持正版。<br>
若对此有疑问请 mail to: lyswhut+qq.com (请将`+`替换成`@`)