| 功能 | 描述 |
|---|---|
| roletask | 替换演员为中文名 |
| sorttask | 改变标题排序 |
| synctask | emby、plex观看同步 |
| scantask | emby、plex定时刷新媒体库 |
| mergetask | emby电影,混合内容库自动合并多版本电影 |
| titletask | 通过获取tmdb季标题,修改emby剧集季标题 |
| …… | …… |
| TODO | 增加豆瓣源,增加docker部署方式 |
git clone https://github.com/Bespertrijun/PrettyServer.git
cd PrettyServer
在 config.yaml 文件按需修改
python -m pip install -r requirements.txt
#可以开个screen后台运行
python ./PrettyServer/main.py
OSError: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /root/PrettyServer/lib/python3.7/site-packages/opencc/clib/lib/libopencc.so.1.1)
通过以下方式解决:pip install --upgrade opencc在线媒体资源 -> 发现更多 -> 停用发现来源aiohttp.client_exceptions.InvalidURL: xxx/library/sections/
请在配置文件中删除你不需要的服务器 Issues#4.wget https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.1.tar.gz &&
tar -xzf ver.1.1.1.tar.gz &&
cd ./OpenCC-ver.1.1.1/python &&
pip install -q wheel &&
apt-get install -y cmake &&
python setup.py bdist_wheel &&
cd ./dist &&
pip install ./OpenCC-ver.1.1.1/python/dist/OpenCC-1.1.1-py3-none-manylinux1_aarch64.whl
#若报错:OpenCC-1.1.1-py3-none-manylinux1_aarch64.whl is not a supported wheel on this platform.
尝试:
mv OpenCC-1.1.1-py3-none-manylinux1_aarch64.whl OpenCC-1.1.1-py3-none-linux_aarch64.whl &&
pip install ./OpenCC-1.1.1-py3-none-linux_aarch64.whl
$ claude mcp add PrettyServer \
-- python -m otcore.mcp_server <graph>