ankenyr / jellyfin-youtube-metadata-plugin

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

Disable YT-DL online Scrapping #76

Closed azukaar closed 1 year ago

azukaar commented 1 year ago

I am using the plugin alongside a library that's already had their metadata populated in json files by YTDL. Since it is useless to do it twice, I am trying to use the plugin in some "local only" fashion, but despite not having youtube-dl in its PATH, the plugin is always trying to reach for it, causing thousands of errors and slowing down the scan. Anyway I can tell the plugin to be local only? Shouldn't it be local only by default anyway if the json files is already there? Thanks you !

ankenyr commented 1 year ago

Did you disable the remote downloader in your libraries settings?

azukaar commented 1 year ago

Sorry do you mean this? image

ankenyr commented 1 year ago

No, sorry for not responding.

image

When you go into a library and change it's settings, there are a few sections for the metadata plugins. The Reader (top one in image) section as shown here is for local. The subsequent ones named Download (bottom one mentioning TV shows) is for downloading from remote.

ankenyr commented 1 year ago

Will mark this closed but feel free to reopen.