在CentOS上自定义Jellyfin界面可以通过以下几种方法实现:
Settings - Look and Feel
。Theme
下拉菜单中选择你喜欢的主题。.zip
文件)。/var/www/html/themes
。Settings - Look and Feel - Themes
。Add theme
按钮,选择你上传的皮肤包文件。/usr/share/jellyfin
。web
目录中的所有前端资源文件。sudo systemctl restart jellyfin
。http://your_server_ip:8096/plugins
。@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css");
@import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/logo.css");
通过以上步骤,你应该能够在CentOS上成功自定义Jellyfin界面。如果有任何问题,可以参考Jellyfin的官方文档或社区支持。