JordyAlkema / Youtube-DL-Agent.bundle

A plex metadata agent for Youtube-DL downloads
119 stars 14 forks source link

Support .webp thumbnails #2

Closed sethkinast closed 3 years ago

sethkinast commented 3 years ago

I noticed that when I added a playlist, only about a third of the videos had thumbnails. Closer investigation showed that those videos had .webp thumbnails instead of .jpg.

PLEX supports webp natively so we can load those thumbnails in the same manner.

sethkinast commented 3 years ago

After replacing my local agent with this modification, I see all of the videos populated with thumbnails.

Before: image

After: image

JordyAlkema commented 3 years ago

Great addition!