Commit Graph

846 Commits

Author SHA1 Message Date
Gao, Ruiyuan
daeb0ae4b6
bugfix: async func should have await (#205) 2024-09-26 11:52:40 +08:00
涵曦
02d9987ad7 fix: 修复windows下路径问题 2024-09-26 07:32:02 +08:00
涵曦
aa7b25cd33
Update README.md 2024-09-26 00:42:32 +08:00
涵曦
e42537d591
Update README.md 2024-09-26 00:41:00 +08:00
Gao, Ruiyuan
410d4452d1
drop request.url.path (#204) 2024-09-25 23:56:33 +08:00
涵曦
092dd8a532
Fix code scanning alert no. 33: Use of a broken or weak cryptographic hashing algorithm on sensitive data (#202)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-09-25 22:27:08 +08:00
涵曦
2b6619b4da
Fix code scanning alert no. 32: Use of a broken or weak cryptographic hashing algorithm on sensitive data (#203)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-09-25 22:26:48 +08:00
Gao, Ruiyuan
db8b90487f
feat: 加密音乐和图片访问链接 (#200)
* use basic auth, cannot work

* Revert "use basic auth, cannot work"

This reverts commit 16a9683855daed20efc4a9aef0628413380b62bc.

* use access key/code control

* Auto-format code 🧹🌟🤖

---------

Co-authored-by: Formatter [BOT] <runner@fv-az1766-921.lyuwioyq51hutffh0ei52p4blg.dx.internal.cloudapp.net>
2024-09-25 18:41:28 +08:00
涵曦
dec21aa57c perf: 对歌曲信息中的图片缩小到300 #190 2024-09-25 12:51:53 +08:00
涵曦
baf9a83e50 feat: 歌曲信息中的图片改为url #190 2024-09-25 03:11:29 +08:00
Gao, Ruiyuan
d214cc8df3
format action (#199) 2024-09-24 14:18:53 +08:00
Gao, Ruiyuan
55b8b4e966
fix: 解决 L05C 无提示音问题 support MiIOService tts (#198)
* support MiIOService tts

* Auto-format code 🧹🌟🤖

---------

Co-authored-by: Formatter [BOT] <runner@fv-az1773-635.5c5iphqueiuuvdxclnr0txjlua.dx.internal.cloudapp.net>
2024-09-24 14:18:09 +08:00
涵曦
6e8830c4e6 feat: 新增更新提醒 2024-09-24 09:26:39 +08:00
Gao, Ruiyuan
609cb4f10f
use async task for building tags (#195)
* use threading for building tags

* change tag cache to use asyncio

* sleep 0 is not effective, change to 0.001
2024-09-24 07:24:33 +08:00
Gao, Ruiyuan
917c6d21c8
hotfix: multi-stage search may result in duplicates (#194) 2024-09-23 15:42:29 +08:00
涵曦
2095ea0d45 feat: 定时任务新增刷新播放列表接口 2024-09-23 08:44:08 +08:00
涵曦
ec8099b7a0 feat: 后台设置名称优化 2024-09-23 07:54:50 +08:00
涵曦
b077dbedce
Update README.md 2024-09-23 07:49:52 +08:00
涵曦
e6b030e7f1 refactor: 更新静态文件 2024-09-23 03:29:07 +08:00
涵曦
5145590b1e feat: 新增按钮刷新 tag 信息 2024-09-23 03:27:01 +08:00
涵曦
329c6b26bd fix: 解决歌曲信息乱码问题 2024-09-23 02:31:47 +08:00
涵曦
44860d495e feat: 新增 musicinfos 接口用于批量查询歌曲信息 2024-09-23 02:31:47 +08:00
Gao, Ruiyuan
7c9576874b
feat: 增加 tags 缓存 (#193) 2024-09-23 02:31:28 +08:00
Gao, Ruiyuan
3110c2221b
feat: 使用 opencc 将歌曲名转化为简体 (#192) 2024-09-22 23:18:36 +08:00
Gao, Ruiyuan
a428f377d4
feat: 搜索的歌曲存成列表供前端显示,实现额外索引 (#188)
* bug fix after cd54dae; implement #186

* bug fix

* convert musiclist to basename

* revert to basename in all_music

* move list2str to utils.py

* use _extra_index_search in search
2024-09-22 21:22:52 +08:00
涵曦
c1915fb6b1 fix: 修复搜索补全不生效的问题 2024-09-21 23:33:19 +08:00
涵曦
cd54dae176 fix: 修复默认主题没有选中上次播放列表的问题 2024-09-21 23:25:20 +08:00
Gao, Ruiyuan
c72a619df0
feat: 搜索多个结果,并更新“当前”播放列表 (#185)
* local search returns multiple match, and refill play list

* bug fix

* bug fix in play: sometimes we do not need to update play_list

* bug fix in find_best_match; do not update play_list when only 1 match
2024-09-21 21:28:00 +08:00
涵曦
425214d453 feat: musicinfo接口新增musictag参数,用于返回歌曲额外信息 2024-09-21 21:18:56 +08:00
Gao, Ruiyuan
10693e103e
fix: ffmpeg only output audio (#184) 2024-09-21 13:19:03 +08:00
涵曦
8f045ceaf3
Update README.md 2024-09-21 07:39:09 +08:00
涵曦
ff883142f7
Update README.md 2024-09-21 07:32:08 +08:00
涵曦
91f1586ab0
Update README.md 2024-09-21 01:12:04 +08:00
涵曦
cef5278f16 feat: 新增口令【播放列表第几个+列表名】来播放列表里的第几个 #158 2024-09-21 01:10:50 +08:00
涵曦
c923ad00f8
Update README.md 2024-09-21 00:25:27 +08:00
涵曦
ec3dc578b8 feat: 新增定时任务功能 #182 2024-09-20 17:36:20 +08:00
Gao, Ruiyuan
c5e0d4f3ca
feat: hostname can take protocol,域名支持 https 格式 (#181) 2024-09-20 14:52:02 +08:00
涵曦
53c6c20d5e bump: version 0.3.36 → 0.3.37 2024-09-20 06:41:45 +08:00
涵曦
1ffc8e7175 build: update static version 2024-09-20 06:41:44 +08:00
52fisher
1c8d5fe423
feat: Pure主题更新 设置中心新增主题音乐列表样式选择、夜间模式、其他多项优化 (#180)
* fixed 账号设置页面未拉取最新设置的问题
* fixed 播放页面 在小爱设备上播放 按钮状态不对的问题
* feat 导航面板在小尺寸设备上可自动折叠
* Update 设置中心新增主题音乐列表样式选择、夜间模式
* fixed 修复播放列表因数量过大而卡死的情况(手风琴风格)
* feat 播放列表新增手风琴风格
2024-09-20 06:15:29 +08:00
涵曦
6299ad3b55
Update README.md 2024-09-19 08:17:44 +08:00
涵曦
e4efa0d879 bump: version 0.3.35 → 0.3.36 2024-09-19 07:08:47 +08:00
涵曦
2ebc0f11d2 build: update static version 2024-09-19 07:08:46 +08:00
52fisher
180f28800e
feat: Pure 主题更新 (#178)
* 使用hash路由以改进后端服务器无法返回正确* 路由的结果
* 更新关于界面
* 播放列表界面优化
* 增加欢迎页的功能说明
2024-09-19 06:48:19 +08:00
涵曦
7f5692d6cd feat: 支持配置获取对话记录间隔时间 #169 2024-09-19 00:45:08 +08:00
涵曦
8d7b5337eb feat: 允许在后台设置监听端口 2024-09-18 23:32:00 +08:00
hui
dcbf4330be
fix: 修复开启继续播放时歌曲播放不完整问题 (#177) 2024-09-18 20:14:55 +08:00
涵曦
2e53f20d80
Update README.md 2024-09-18 12:01:02 +08:00
涵曦
2914ddcc36 bump: version 0.3.34 → 0.3.35 2024-09-18 07:17:12 +08:00
涵曦
442756e3cc build: update static version 2024-09-18 07:17:11 +08:00