Refactor Plex interaction into separate module

This commit is contained in:
Koha9
2025-06-20 21:54:55 +09:00
parent 78422a7d33
commit aa4223b413
5 changed files with 51 additions and 6 deletions
+4
View File
@@ -12,6 +12,10 @@ PlexPlaylistSync 是一个用于同步 Plex 播放列表和本地 `.m3u`/`.m3u8`
- **低功耗运行**: 适合 NAS 或服务器 24 小时运行,优化资源使用,减少能耗。
- **Docker 部署**: 可通过 Docker 轻松部署和运行。
### Token 登录
首次登录时使用用户名和密码连接 Plex 服务器,成功后程序会将获得的 `token` 保存在配置文件中,后续通信仅使用该 `token`,不再保存明文密码。
## 安装
首先安装依赖: