openclaw-sync/memory/2026-02-05.md

72 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2026-02-05 歌曲库拓展
## 目标
- 拓展 Navidrome 音乐库
- 新歌来源网易云、YouTube 等
## 当前状态
### Navidrome
- 状态:已启动
- 端口4533
- 访问http://UbuntuIP:4533
### 音乐库位置
```
/mnt/nas-backups/media/music/
├── CloudMusic/ ← 新歌存放目录
├── Audio/
└── 《侠岚》1-5季OST原声大碟/
```
---
## 下载方案尝试
### 已安装工具
| 工具 | 用途 |
|------|------|
| yt-dlp | YouTube 音频下载 |
| spotdl | Spotify/网易云下载 |
### yt-dlp 命令示例
```bash
# 按歌手下载
yt-dlp "ytsearch10:周杰伦" -x --audio-format mp3 -o "/mnt/nas-backups/media/music/CloudMusic/%(title)s.%(ext)s"
# 最高音质
yt-dlp "URL" -x --audio-format flac
```
### spotdl 命令示例
```bash
# 从网易云歌单下载
spotdl "https://music.163.com/#/playlist?id=xxxxx"
```
---
## 遇到的问题
### 浏览器控制
- OpenClaw 浏览器扩展不稳定
- 多次连接失败
### yt-dlp YouTube 下载
- 连接超时
- 不稳定
---
## 待办
- [ ] 成功下载新歌到 CloudMusic
- [ ] 触发 Navidrome 重新扫描
- [ ] 浏览器服务稳定性修复
---
## 重要笔记
- 浏览器扩展需要手动点击连接
- YouTube 下载音质一般128-160kbps
- 网易云 API 下载音质更佳,但需要 cookies/登录