Noticed when creating a smart collection that none of the thumbnails were loading. When inspecting the HTML source, I saw the thumbnails were referencing the thumbnail files created by Jellyfin.
Two issues with this I guess:
- The URL used for the img src doesn't use file://, so the URL ends up being relative to the /web/ dir of the Tunarr URL, e.g. on Windows: http://localhost:8000/web/Z:\movies\blah.mkv etc
- Even with the above fixed, browsers won't allow Tunarr to serve up local files (since it's a security issue), so the thumbnails would have to be served some different way
Pre-Jellyfin, thumbnails worked fine as there Tunarr was using thumbnails from Plex instead, rather than from the local library.