cxfksword / jellyfin-plugin-metashark

jellyfin电影元数据插件
GNU General Public License v3.0
1.16k stars 61 forks source link

如何只用TMDB而不用豆瓣?或者让TMDB的优先级高于豆瓣? #70

Closed dongguaguaguagua closed 2 months ago

dongguaguaguagua commented 3 months ago

描述错误

Log

[2024-04-04 17:48:23.487 +08:00] [WRN] douban搜索不到内容,这消息大量出现时,可能触发了爬虫风控。。。keyword: "Top020 搏击俱乐部 Fight Club"
[2024-04-04 17:48:23.496 +08:00] [INF] [MetaShark] 匹配失败!可检查下年份是否与豆瓣一致,是否需要登录访问. [name]: Top020.搏击俱乐部.Fight.Club [year]: 1999
[2024-04-04 17:48:23.502 +08:00] [INF] [MetaShark] GetImages for item: Top020.搏击俱乐部.Fight.Club [metaSource]: None
[2024-04-04 17:48:23.505 +08:00] [INF] [MetaShark] Got images failed because the images of "Top020.搏击俱乐部.Fight.Club" is empty!
[2024-04-04 17:48:23.528 +08:00] [ERR] Error in metadata saver
System.UnauthorizedAccessException: Access to the path '/mnt/SeaGate4TB/jellyfin/DoubanTop250/Top020.搏击俱乐部.Fight.Club.1999.Bluray.1080p.x265.AAC(5.1).GREENOTEA.nfo' is denied.
 ---> System.IO.IOException: Permission denied
   --- End of inner exception stack trace ---
   at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
   at System.IO.FileStream..ctor(String path, FileStreamOptions options)
   at MediaBrowser.XbmcMetadata.Savers.BaseNfoSaver.SaveToFileAsync(Stream stream, String path)
   at MediaBrowser.XbmcMetadata.Savers.BaseNfoSaver.SaveAsync(BaseItem item, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.ProviderManager.SaveMetadataAsync(BaseItem item, ItemUpdateType updateType, IEnumerable`1 savers)

运行环境(请填写以下信息):

cxfksword commented 3 months ago

你可以直接使用官方的插件

dongguaguaguagua commented 3 months ago

你可以直接使用官方的插件

官方插件没法自定义api host,我想把api.tmdb.org改成我的代理地址。

cxfksword commented 2 months ago

metashark以豆瓣为主的,你可以向官方提个FR,让改为可配置的