MediaBrowser / Emby.AutoOrganize

Auto-organize plugin for Emby Server
MIT License
21 stars 18 forks source link

Order of metadata provider matters #31

Closed SirLemyDanger closed 4 years ago

SirLemyDanger commented 5 years ago

It seems to me that the order in which the meta data provider are configured for my library have a impact if metadata is found AT ALL.

I just tried to add tv show Power S01E07. With a setting "TheTVDB" > "The Open Movie Database" > "TheMovieDb" I get an error like this in the log and Auto Organize is not organising the episode:

2019-06-06 17:32:44.740 Error HttpServer: Error processing request Error Report Version: 4.1.1.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Unix 4.9.0.3 64-Bit OS: True 64-Bit Process: True User Interactive: True Runtime: file:///system/System.Private.CoreLib.dll Processor count: 8 Program data path: /config Application directory: /system System.Exception: System.Exception: No provider metadata found for Power (2014) season 1 episode 7 at Emby.AutoOrganize.Core.FileOrganizationService.PerformOrganization(EpisodeFileOrganizationRequest request) Source: Emby.AutoOrganize TargetSite: Void MoveNext()

If I use "TheMovieDB" as the first meta data provider it works.

LukePulverenti commented 5 years ago

Hi, yes it should matter. Please attach the complete log file. thanks.

SirLemyDanger commented 5 years ago

sorry i don't have the complete log anymore

LukePulverenti commented 4 years ago

To answer the question, yes, your library fetcher order is used by auto-organize.