CollinHeist / TitleCardMaker

Automated title card maker for Plex, Jellyfin, and Emby
https://titlecardmaker.com/
GNU General Public License v3.0
455 stars 22 forks source link

Also browse Source Images from Emby and Jellyfin #434

Open CollinHeist opened 8 months ago

CollinHeist commented 8 months ago

These were originally excluded because their source image endpoints return bytes, not a URL. But if these bytes are Base64 encoded and then set as a src equal to data:image/png;base64, then the raw bytes should be viewable. The import endpoint will need to handle the decoding as well.