23 lines
756 B
Markdown
23 lines
756 B
Markdown
# Jellyfin API 配置
|
||
|
||
## 基本信息
|
||
|
||
- **服务器地址(WSL 内)**: http://127.0.0.1:8096
|
||
- **服务器地址(Windows 宿主机)**: http://192.168.3.5:8096
|
||
- **服务器地址(WSL 网关 IP)**: http://172.25.208.1:8096
|
||
- **API Key**: `8cbcfe4d7d294c8aa00412ccc853459f`
|
||
- **OpenAPI 规范文件**: `/mnt/f/docs/jellyfin-openapi-stable.json`
|
||
- **用户 ID**: `0f2540701e884852a2d2a1b7e63299e8`
|
||
|
||
## 认证方式
|
||
|
||
```http
|
||
X-Emby-Authorization: MediaBrowser Client="OpenClaw", Device="PC", DeviceId="openclaw", Version="1.0", Token="8cbcfe4d7d294c8aa00412ccc853459f"
|
||
```
|
||
|
||
## 相关文档
|
||
|
||
- 搜索 API 参考: `jellyfin-search-api.md`
|
||
- 重复电影检测: `jellyfin-dedup-howto.md`
|
||
- 演员统计脚本: `../bt-scripts/jellyfin_actor_stats.py`
|