ZeroQI / YouTube-Agent.bundle

Plex Metadata Agent for Movies and TV Series libraries
452 stars 43 forks source link

Load local images if possible while parsing info.json files #70

Closed garbled1 closed 3 years ago

garbled1 commented 3 years ago

Change the filename.split to filename.rsplit to deal with video names that have .'s in them. Add img_load() to search the directory for local thumbnails and bypass youtube for thumbnails. Fixes #63. If you have local metadata and local thumbs, speeds up refresh metadata a ton, and doesn't use up your API quota.

ZeroQI commented 3 years ago

https://github.com/ZeroQI/YouTube-Agent.bundle/issues/59 should be solved with this