JavScraper / Emby.Plugins.JavScraper

Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
https://javscraper.com
3.37k stars 548 forks source link

Jellyfin 10.7.0 支持 #139

Open xjasonlyu opened 3 years ago

xjasonlyu commented 3 years ago

Jellyfin 10.7.0 正式版已经发布,请求适配

elizhyu commented 3 years ago

根据以下log中的报错信息,应该是调用的公用库版本过旧,在新版本的jellyfin中不被支持

[2021-03-10 02:57:48.002 +00:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/plugins/JavScraper/JavScraper.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin.
System.TypeLoadException: Method 'GetImageResponse' in type 'Emby.Plugins.JavScraper.JavMovieProvider' from assembly 'JavScraper, Version=1.2021.205.2100, Culture=neutral, PublicKeyToken=null' does not have an implementation.
   at System.Reflection.RuntimeAssembly.GetExportedTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
xjasonlyu commented 3 years ago

不是,是那个函数的返回类型在10.7.0里变成了HttpResponseMessage了。

cxfksword commented 3 years ago

今天升到 10.7 版本,用不了

weifile commented 3 years ago

今天升级10.7,也用不鸟了。求适配~

elizhyu commented 3 years ago

我直接退回10.6.4的版本了。。。感觉新版本的很多功能并没有需求,默默等各种插件做好适配再升级

weifile commented 3 years ago

怎么回退,重新安装一次吗?

elizhyu commented 3 years ago

怎么回退,重新安装一次吗?

我使用的是docker版本,直接搞个新的10.6.4的container然后停用10.7的container就行了,数据和设置文件都是共用的,别的安装版的我就不清楚了

xjasonlyu commented 3 years ago

我使用的是docker版本,直接搞个新的10.6.4的container然后停用10.7的container就行了,数据和设置文件都是共用的,别的安装版的我就不清楚了

docker下更新到10.7.0之后插件失效,倒回10.6.4之后打不开网页,可能是因为10.7.0把配置目录下什么数据改了。。

elizhyu commented 3 years ago

我使用的是docker版本,直接搞个新的10.6.4的container然后停用10.7的container就行了,数据和设置文件都是共用的,别的安装版的我就不清楚了

docker下更新到10.7.0之后插件失效,倒回10.6.4之后打不开网页,可能是因为10.7.0把配置目录下什么数据改了。。

我也遇到了同样的情况,但后来发现是两个container共用了一个端口号,将新的container更改端口号之后问题就解决了

xjasonlyu commented 3 years ago

整了个新项目,Jellyfin 10.7.0+。👀

https://github.com/xjasonlyu/jellyfin-plugin-avdc

chxbw commented 3 years ago

整了个新项目,Jellyfin 10.7.0+。👀

https://github.com/xjasonlyu/jellyfin-plugin-avdc

老哥你这个我是真心整不来啊,太复杂了点,也不知道作者大佬啥时候更新。。 你那个我基本理解为需要一个后端支持??

xjasonlyu commented 3 years ago

是需要后端支持,元数据整合api都在服务端。Docker的话一键拖进去就好了。

我看这个JavScraper要支持10.7.0要改的地方挺多的🤔。

chxbw commented 3 years ago

是需要后端支持,元数据整合api都在服务端。Docker的话一键拖进去就好了。

我看这个JavScraper要支持10.7.0要改的地方挺多的🤔。

那我开个Ubuntu然后开个docker就行了?还是说我用爱快的docker也是可以的?这玩意有点儿复杂我整不明白23333,菜鸡本人了

xjasonlyu commented 3 years ago

是docker就行,參數參考 https://github.com/xjasonlyu/AVDC#docker

docker-compose的話,https://github.com/xjasonlyu/AVDC/blob/main/docker-compose.yaml

chxbw commented 3 years ago

是docker就行,參數參考 https://github.com/xjasonlyu/AVDC#docker

docker-compose的話,https://github.com/xjasonlyu/AVDC/blob/main/docker-compose.yaml 整了半天还是没弄明白,老哥方便给个联系方式啥的吗?

wxhoy66 commented 3 years ago

同求啊

jonanqe commented 3 years ago

我的10.7.1也用不了,求适配

goodthins commented 3 years ago

jellyfin 10.7+ 求作者适配

LNai commented 3 years ago

整了个新项目,Jellyfin 10.7.0+。👀

https://github.com/xjasonlyu/jellyfin-plugin-avdc 大佬牛逼 在群晖 jellyfin 成功啦

4488dsq commented 3 years ago

整了个新项目,Jellyfin 10.7.0+。eyes https://github.com/xjasonlyu/jellyfin-plugin-avdc 大佬牛逼 在群晖 jellyfin 成功啦

用不用代理?