lx-music-desktop/README.md

138 lines
6.3 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>
<a href="https://ci.appveyor.com/project/lyswhut/lx-music-desktop"><img src="https://ci.appveyor.com/api/projects/status/flrsqd5ymp8fnte5?svg=true" alt="Build status"></a>
2019-08-23 11:28:54 +00:00
<a href="https://travis-ci.org/lyswhut/lx-music-desktop"><img src="https://travis-ci.org/lyswhut/lx-music-desktop.svg?branch=master" alt="Build status"></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
所用技术栈:
2019-08-16 16:13:10 +00:00
- Electron 6.x
2019-08-16 09:27:23 +00:00
- Vue 2.x
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>
2019-09-07 05:09:05 +00:00
或者到网盘下载网盘内有MAC、windows版`https://www.lanzous.com/b906260/` 密码:`glqw`<br>
使用常见问题请转至:[常见问题](https://github.com/lyswhut/lx-music-desktop#常见问题)
2019-08-20 09:24:02 +00:00
2019-08-26 03:11:26 +00:00
#### TODO
- [ ] 新增拉取各大平台歌单
- [ ] 新增聚合搜索
2019-08-21 12:07:40 +00:00
### 源码使用方法
2019-08-16 09:27:23 +00:00
2019-08-21 12:07:40 +00:00
环境要求Node.js 12.x
2019-08-16 09:27:23 +00:00
```bash
# 开发模式
npm run dev
# 构建免安装版
npm run pack:dir
2019-08-24 02:31:53 +00:00
# 构建安装包windows版
2019-08-16 09:27:23 +00:00
npm run pack
```
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
2019-09-07 05:09:05 +00:00
### 常见问题
#### 歌曲无法试听与下载
该问题解决顺序如下:
1. 尝试更新到最新版本
2019-09-07 11:14:47 +00:00
2. 尝试切换其他歌曲(或直接搜索该歌曲),若全部歌曲都无法试听与下载则进行下一步
2019-09-12 08:24:28 +00:00
3. 尝试到设置-接口来源切换到其他接口
2019-09-27 02:55:56 +00:00
4. 尝试切换网络,比如用手机开热点(目前存在某些网络无法访问接口服务器的情况)
2019-09-12 08:24:28 +00:00
5. 若还不行请到这个链接查看详情:<https://github.com/lyswhut/lx-music-desktop/issues/5>
2019-09-28 02:45:26 +00:00
6. 若没有在第5条链接中的第一条评论中看到接口无法使用的说明则应该是你网络无法访问接口服务器的问题如果接口有问题我会在那里说明。
2019-09-07 05:09:05 +00:00
2019-09-26 05:34:07 +00:00
#### 软件安装包说明
软件发布页及网盘中有多个类型的安装文件,以下是对这些类型文件的说明:
文件名带 `win_` 的是在Windows系统上运行的版本<br>
其中安装版Setup可自动更新软件<br>
绿色版green为免安装版自动更新功能不可用
**`.dmg`** 结尾的文件为 MAC 版本;
2019-09-07 05:09:05 +00:00
2019-09-26 05:34:07 +00:00
**`.AppImage`**、**`.deb`** 结尾的为 Linux 版本。
带有`x64`的为64位的系统版本带`x86`的为32位的系统版本若两个都带有的则为集合版安装时会自动根据系统位数选择对应的版本安装。
2019-09-07 05:09:05 +00:00
#### 软件更新
软件启动时若发现新版本时会自动从本仓库下载安装包,下载完毕会弹窗提示更新。<br>
若下载未完成时软件被关闭,下次启动软件会再次自动下载。<br>
2019-09-26 05:34:07 +00:00
若还是**更新失败**可能是无法访问GitHub导致的这时需要手动更新即下载最新安装包直接覆盖安装即可。<br>
注意:**绿色版**的软件自动更新功能**不可用**,建议使用安装版!!<br>
2019-09-07 05:09:05 +00:00
注意:**Mac版**、**Linux deb**版不支持自动更新!
2019-09-26 05:34:07 +00:00
#### Windows 7 下界面异常
当 win7 没有开启**透明效果**时界面将会显示异常,开启方法请自行百度。
#### 安装版安装失败,提示应用未安装
2019-09-25 16:06:02 +00:00
对于部分电脑出现安装失败的问题我也不懂什么原因,,可以尝试清理下安装文件,或者重启电脑试试。
#### 缺少`xxx.dll`
这个是电脑缺少某些dll导致的正常的系统是没有这个问题的解决办法需自行百度弹出的错误信息看下别人是怎么解决的。
2019-08-21 12:07:40 +00:00
### 致谢
2019-08-30 05:11:02 +00:00
感谢 [@messoer](https://github.com/messoer) 曾经提供的部分音乐API
2019-08-21 12:07:40 +00:00
2019-08-24 16:38:08 +00:00
### 免责声明
2019-08-29 00:36:21 +00:00
本项目**不开发或者破解直接获取音频数据**的功能,所有音频数据均来自**第三方接口**<br>
本软件仅用于**测试 `electron 6.x` 在各种系统上的兼容性**及用于**对比各大音乐平台歌单、排行榜等数据列表的差异性**,使用本软件产生的**任何涉及版权相关的数据**请于**24小时内删除**。<br>
2019-09-08 16:40:00 +00:00
本软件仅用于学习交流使用,禁止用于商业用途,使用本软件所造成的的后果由使用者承担!<br>
若对此有疑问请 mail to: lyswhut@qq.com
2019-08-24 16:38:08 +00:00
2019-08-21 12:07:40 +00:00
### 许可证
2019-08-16 16:13:10 +00:00
2019-08-21 12:07:40 +00:00
[Apache License 2.0](https://github.com/lyswhut/lx-music-desktop/blob/master/LICENSE)