Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"youtube-dl not found on path" #88

Closed
cyberpunk2350 opened this issue Aug 2, 2023 · 1 comment
Closed

"youtube-dl not found on path" #88

cyberpunk2350 opened this issue Aug 2, 2023 · 1 comment

Comments

@cyberpunk2350
Copy link

Running version 1.0.3.8 of the plugin, receiving the following error:

2023-08-02T00:41:56.223949954Z [00:41:56] [ERR] [18] MediaBrowser.Providers.Movies.MovieMetadataService: Error in YoutubeMetadata
2023-08-02T00:41:56.223993716Z System.IO.FileNotFoundException: youtube-dl not found on path!
2023-08-02T00:41:56.224004775Z    at NYoutubeDL.Services.PreparationService.SetupPrepare(YoutubeDLP ydl)
2023-08-02T00:41:56.224013411Z    at NYoutubeDL.Services.InfoService.GetDownloadInfoAsync(YoutubeDLP ydl, CancellationToken cancellationToken)
2023-08-02T00:41:56.224021895Z    at NYoutubeDL.Services.PreparationService.PrepareDownloadAsync(YoutubeDLP ydl, CancellationToken cancellationToken)
2023-08-02T00:41:56.224030261Z    at NYoutubeDL.Services.DownloadService.DownloadAsync(YoutubeDLP ydl, CancellationToken cancellationToken)
2023-08-02T00:41:56.224038546Z    at NYoutubeDL.Services.DownloadService.DownloadAsync(YoutubeDLP ydl, String url, CancellationToken cancellationToken)
2023-08-02T00:41:56.224046955Z    at NYoutubeDL.YoutubeDLP.DownloadAsync(String videoUrl)
2023-08-02T00:41:56.224055249Z    at Jellyfin.Plugin.YoutubeMetadata.Utils.YTDLMetadata(String id, IServerApplicationPaths appPaths, CancellationToken cancellationToken)
2023-08-02T00:41:56.224063650Z    at Jellyfin.Plugin.YoutubeMetadata.Providers.YTDLMovieProvider.GetAndCacheMetadata(String id, IServerApplicationPaths appPaths, CancellationToken cancellationToken)
2023-08-02T00:41:56.224072012Z    at Jellyfin.Plugin.YoutubeMetadata.Providers.AbstractYoutubeRemoteProvider`3.GetMetadata(E info, CancellationToken cancellationToken)
2023-08-02T00:41:56.224080345Z    at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
@cyberpunk2350
Copy link
Author

this is probably due to not having yt-dlp installed, disregard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant