Libitum / jellyfin-plugin-douban

Douban metadata provider for Jellyfin
MIT License
611 stars 76 forks source link

如何在pve的lxc下得到支持 #56

Open Parrotings opened 1 year ago

Parrotings commented 1 year ago

在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],无任何事发生