ankenyr / jellyfin-youtube-metadata-plugin

Youtube Metadata Plugin for Jellyfin
GNU Affero General Public License v3.0
481 stars 31 forks source link

With Windows #100

Closed SirdLay closed 4 months ago

SirdLay commented 4 months ago

Hey How do I use this with my Jellyfin server running on windows ? Not docker

I tried:

Installed plugin from catalogue. Downloaded yt-dlp and added path to Environment variable.

Issue: 'Identify' responds without any data

SirdLay commented 4 months ago

[2024-03-17 20:06:05.890 +00:00] [ERR] [16] MediaBrowser.Providers.Manager.ProviderManager: Provider "YoutubeMetadata" failed to retrieve search results System.NotImplementedException: The method or operation is not implemented. at Jellyfin.Plugin.YoutubeMetadata.Providers.AbstractYoutubeRemoteProvider3.GetSearchResults(E searchInfo, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.ProviderManager.GetSearchResults[TLookupType](IRemoteSearchProvider1 provider, TLookupType searchInfo, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.ProviderManager.GetRemoteSearchResults[TItemType,TLookupType](RemoteSearchQuery`1 searchInfo, BaseItem referenceItem, CancellationToken cancellationToken)

SirdLay commented 4 months ago

image

ankenyr commented 4 months ago

The error makes me think that methods I am using are not compatible with Windows. I don't use Windows and likely will not support it anytime soon.