Giter VIP home page Giter VIP logo

Comments (8)

JavScraper avatar JavScraper commented on June 1, 2024 1

[email protected]

试试看。 @lsl061085

from emby.plugins.javscraper.

JavScraper avatar JavScraper commented on June 1, 2024

我看看 jellyfin 的开发文档。

from emby.plugins.javscraper.

wmysummer avatar wmysummer commented on June 1, 2024

[email protected]

试试看。 @lsl061085

好的,我下载试下,非常感谢!

from emby.plugins.javscraper.

wmysummer avatar wmysummer commented on June 1, 2024

@JavScraper 我刚试了下,我把插件拷贝到jellyfin的插件目录后,重启jellyfin服务会失败。插件也给了jellyfin的权限。
插件权限:
drwxr-xr-x 2 jellyfin jellyfin 4096 Jun 7 2019 configurations/
-rw-rw-r-- 1 jellyfin jellyfin 323584 Feb 16 18:45 JavScraper.dll
drwxr-xr-x 2 jellyfin jellyfin 4096 Jun 7 2019 'TMDb Box Sets'/

jellyfin版本:Jellyfin version: "10.3.3.0"
LINUX系统:Ubuntu 18.04.2 Server
插件目录:/var/lib/jellyfin/plugins
报错日志信息(var/log/jellyfin/jellyfin.log):
[2020-02-16 19:15:08.622 +08:00] [INF] Loading assemblies
[2020-02-16 19:15:08.633 +08:00] [INF] Loaded assembly "JavScraper, Version=1.22.47.1845, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/JavScraper.dll"
[2020-02-16 19:15:08.638 +08:00] [INF] Disposing "CoreAppHost"
[2020-02-16 19:15:09.644 +08:00] [INF] Jellyfin version: "10.3.3.0"
[2020-02-16 19:15:09.672 +08:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--restartpath=/usr/lib/jellyfin/restart.sh", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", ""]
[2020-02-16 19:15:09.683 +08:00] [INF] Operating system: "Linux" "4.15.0.74"
[2020-02-16 19:15:09.683 +08:00] [INF] Architecture: X64
[2020-02-16 19:15:09.685 +08:00] [INF] 64-Bit Process: True
[2020-02-16 19:15:09.686 +08:00] [INF] User Interactive: True
[2020-02-16 19:15:09.686 +08:00] [INF] Processor count: 2
[2020-02-16 19:15:09.686 +08:00] [INF] Program data path: "/var/lib/jellyfin"
[2020-02-16 19:15:09.686 +08:00] [INF] Web resources path: "/usr/lib/jellyfin/bin/jellyfin-web/src"
[2020-02-16 19:15:09.686 +08:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2020-02-16 19:15:09.846 +08:00] [INF] Setting cache path to /var/cache/jellyfin
[2020-02-16 19:15:09.877 +08:00] [INF] Loading assemblies
[2020-02-16 19:15:09.889 +08:00] [INF] Loaded assembly "JavScraper, Version=1.22.47.1845, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/JavScraper.dll"
[2020-02-16 19:15:09.894 +08:00] [INF] Disposing "CoreAppHost"
[2020-02-16 19:15:09.895 +08:00] [FTL] Unhandled Exception
System.IO.FileNotFoundException: Could not load file or assembly 'MediaBrowser.Controller, Version=10.4.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

from emby.plugins.javscraper.

JavScraper avatar JavScraper commented on June 1, 2024

@lsl061085
估计你要把 Jellyfin 升级到 10.4.x 才得。。。我编译时候,用的库是最新版本的。

from emby.plugins.javscraper.

wmysummer avatar wmysummer commented on June 1, 2024

@lsl061085
估计你要把 Jellyfin 升级到 10.4.x 才得。。。我编译时候,用的库是最新版本的。

好的,我更新试下,谢谢!由于服务器没有挂代理,更新有点慢,更新好了我再进行测试,然后再反馈使用情况。

from emby.plugins.javscraper.

wmysummer avatar wmysummer commented on June 1, 2024

@lsl061085
估计你要把 Jellyfin 升级到 10.4.x 才得。。。我编译时候,用的库是最新版本的。

今天有空搞了代理升级jellyfin到10.4.x了,插件可以正常了。想问下能否配置插件走自己架设的代理服务器来刮削?不怎么会玩jsproxy

from emby.plugins.javscraper.

JavScraper avatar JavScraper commented on June 1, 2024
  • 你可以使用默认的jsproxy,但每天有配额限制,可能会用完(北京时间早上8点重置)。
  • 目前的方式不设置普通的代理服务器是因为Emby要自己请求图片,如果不在url中增加代理信息的话,无法请求。所以不能配置使用普通代理。当然,如果在路由上设置了全局代理(策略代理)那也可以使用。
  • 目前这个版本是自动填充封面图片和背景图片。如果Emby不再需要自己请求图片,可以改为普通代理模式。

from emby.plugins.javscraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.