Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Jun 20, 2024
1 parent 88ee608 commit dba20a4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 88 deletions.
115 changes: 27 additions & 88 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,23 @@

提示:这个版本的netPlayer `v1.x` **不会**再添加功能性更新了,如果软件本身存在致命性的问题我会更新这个仓库,新功能和特性将会在netPlayer Next `v2.0+` 中更新,其源代码见[**netPlayer Next**](https://github.com/Zhoucheng133/netPlayer-Next)

||v1 (当前仓库) |v2|v3|
|-|-|-|-|
|支持Windows版本|Windows7~|Windows10~|Windows10~|
|支持macOS|||*|
|单曲循环||||
|定位歌曲||||
|全局快捷键|仅macOS|||
|WebSocket服务||||

\* 由于本人换电脑,macOS没法打包,如果你有需要可以在自己的设备上打包v3版本(所以也不清楚macOS版本的运行情况,欢迎给予反馈!)

**注意,鉴于Subsonic没有提供“获取所有歌曲”的API,因此“所有歌曲”是通过获取随机歌曲排序后得到的,只能获取500首歌曲**

## 截图
<img src="./build/demo1.png" height="400px"/>

**点击歌曲封面可以查看歌词**

<img src="./build/demo3.png" height="400px"/>
<img src="./build/demo2.png" height="400px"/>

## 快捷键

Expand Down Expand Up @@ -79,13 +88,24 @@

## 更新日志

### 2.0.7 (2024/5/12) 【仅对Windows版本的更新】
- 添加全局快捷键
- 添加是否添加全局快捷键的开关
### 3.0.0 (2024/6/20)
- 重构了整个软件,现在看起来更加美观
- 大幅提高了运行效率
- 添加了音量调节功能
- 添加了歌曲界面艺人显示
- 现在搜索不区分大小写了
- 改进了搜索逻辑
- 修复软件信息在Windows下的显示问题
- 修复歌单为0时添加歌单崩溃的问题
- 修复歌单发生变化时的定位问题

<details>
<summary>过去的版本</summary>

### 2.0.7 (2024/5/12) 【仅对Windows版本的更新】
- 添加全局快捷键
- 添加是否添加全局快捷键的开关

### 2.0.6 (2024/3/28)
- 添加显示/隐藏歌词的快捷键
- 添加Windows上切换歌曲的快捷键
Expand Down Expand Up @@ -126,7 +146,7 @@
- 修复定位图标是否可用没有区分的问题
- 修复Windows上窗口按钮图标错误的问题

### 2.0.0 Beta (2024/2/26, **不在Release中**)
### 2.0.0 Beta (2024/2/26)
- 使用Flutter重构了整个项目
- 添加单曲循环播放模式
- 添加记住播放模式功能
Expand All @@ -137,87 +157,6 @@
- 🚫检查更新功能暂时无法使用
- 🚫Windows版隐藏到状态栏暂时无法使用
- 🚫歌词功能暂时无法使用

### ~~1.5.1 (2024/2/20)~~
- ~~改进侧栏显示方式~~
- ~~改进一些动画显示的效果~~

### 1.5.0 (2024/1/26)
- 添加设置界面
- 添加打开软件连接失败是否重试的提示
- 修复Windows上歌词界面无法显示窗口控制
- 修复添加到歌单时没有自动刷新歌单的问题
- 修复歌单没有内容时加载错误的问题
- 修复从一个歌单添加到另外一个歌单时候弹窗没有自动关闭的问题
- 改进歌词滚动效果

### 1.4.0 (2024/1/4)
- 添加歌词显示界面(**点击歌曲封面图即可查看歌词**)
- 添加记住播放模式功能

### 1.3.4 (2023/12/30)
- 添加查看播放位置
- 添加Windows的底部托盘
- 修复艺人显示的问题
- 改进底部播放栏显示效果
- 改进交互UI

### 1.3.3 (2023/11/23)
- 添加所有歌曲≥500首歌曲的提示

### 1.3.2 (合并到1.3.3)
- 修复歌单页面搜索选中问题
- 修复播放时无法自动顺序播放
- 可以在播放栏上star/unstar

### 1.3.1 (2023/11/21)
- 添加完全随机播放
- 自动加载上一次播放的歌曲
- 完善一些图标显示

### 1.3.0 ~~(2023/11/6)~~ (2023/11/7)
- 重构界面结构
- 大幅提高页面切换速度
- 现在刷新歌单不会停止播放了
- 改进进度条样式
- 现在可以“滑动”进度条了
- 修复unstar歌曲的问题

### 1.2.3 (2023/10/28)
- 修复一个布局问题
- 更改显示播放方式

### 1.2.2 (2023/10/22)
- 按照添加顺序显示所有歌曲
- 添加系统控制中心控制音乐播放和显示歌曲信息
- 可以自定义随机播放还是顺序播放

### 1.2.1 (2023/8/30)
- 修复当喜欢的音乐为0无法显示的情况

### 1.2.0 (2023/8/18)
- 在任何地方可以看到喜欢的歌曲
- 可以添加活着取消喜欢歌曲
- 可以新建、删除或重命名播放列表
- 添加一些操作功能,包括
- 播放当前歌曲
- 添加到喜欢的歌曲
- 从喜欢的歌曲中删除
- 添加到现有的歌单
- 从现有的歌单中删除

### 1.1.0 (->合并到版本1.2.0)
- 添加搜索功能
- 可以在搜索内容中播放
- 修复一些错误

### 1.0.1 (2023/8/13)
- 可以在歌单中搜索
- 改进菜单

### 1.0.0 (2023/8/12)
- 第一个版本

</details>

## Subsonic API
Expand Down
Binary file modified build/demo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/demo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/demo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dba20a4

Please sign in to comment.