在lxc下的/var/lib/jellyfin/plugins存在
config data metadata plugins root transcodes
以上目录,并在plugins下新建Douban并将最新版dll放入,但奇怪的是,jellyfin进程无法启动
root@Jellyfin:~# service jellyfin status
jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
`-jellyfin.service.conf
Active: inactive (dead) since Wed 2022-12-28 14:29:40 UTC; 22s ago
Process: 202 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLY>
Main PID: 202 (code=exited, status=143)
CPU: 3.911s
Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.ApplicationHost.GetExports[T](CreationDelegateFactory defaul>
Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.Plugins.PluginManager.CreatePlugins()
Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.ApplicationHost.FindParts()
Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
Dec 28 14:29:40 Jellyfin jellyfin[202]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Dec 28 14:29:40 Jellyfin jellyfin[202]: [14:29:40] [INF] Running query planner optimizations in the database... This might take a while
Dec 28 14:29:40 Jellyfin jellyfin[202]: [14:29:40] [INF] Disposing CoreAppHost
Dec 28 14:29:40 Jellyfin jellyfin[202]: [14:29:40] [INF] Received a SIGTERM signal, shutting down
Dec 28 14:29:40 Jellyfin systemd[1]: jellyfin.service: Succeeded.
Dec 28 14:29:40 Jellyfin systemd[1]: jellyfin.service: Consumed 3.911s CPU time.
在lxc下的/var/lib/jellyfin/plugins存在 config data metadata plugins root transcodes 以上目录,并在plugins下新建Douban并将最新版dll放入,但奇怪的是,jellyfin进程无法启动
root@Jellyfin:~# service jellyfin status
Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.ApplicationHost.GetExports[T](CreationDelegateFactory defaul> Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.Plugins.PluginManager.CreatePlugins() Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.ApplicationHost.FindParts() Dec 28 14:29:40 Jellyfin jellyfin[202]: at Emby.Server.Implementations.ApplicationHost.InitializeServices() Dec 28 14:29:40 Jellyfin jellyfin[202]: at Jellyfin.Server.Program.StartApp(StartupOptions options) Dec 28 14:29:40 Jellyfin jellyfin[202]: [14:29:40] [INF] Running query planner optimizations in the database... This might take a while Dec 28 14:29:40 Jellyfin jellyfin[202]: [14:29:40] [INF] Disposing CoreAppHost Dec 28 14:29:40 Jellyfin jellyfin[202]: [14:29:40] [INF] Received a SIGTERM signal, shutting down Dec 28 14:29:40 Jellyfin systemd[1]: jellyfin.service: Succeeded. Dec 28 14:29:40 Jellyfin systemd[1]: jellyfin.service: Consumed 3.911s CPU time.
清除上述操作,再次尝试在jellyfin目录下新建config/plugins/Douban,并将dll放入其中,能启动,但无任何事情发生。
清除上述操作,也尝试过在jellyfin的存储库中添加[https://raw.githubusercontent.com/Libitum/jellyfin-plugin-douban/master/manifest.json],无任何事发生