Files

23 lines
756 B
Markdown
Raw Permalink 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.
# 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`