Page 1 of 1
Are API thumbnails limited?

Posted:
Tue Jan 02, 2024 6:52 pm
by teacherguy
I have great high-quality thumbnails on my various devices, but when I utilize the rest API they are 160 x 160. Is there any setting I can alter?
Thanks
Re: Are API thumbnails limited?

Posted:
Wed Jan 03, 2024 2:47 pm
by atc98092
160x160 is the default DLNA thumbnail size. I have all my profiles modified to enable HD thumbnails, and I set the HD thumbnail resolution at 1000. All my thumbnails look great, but then I'm not accessing them using the API function, just what appears in my players and MediaBrowser.
You set the thumbnail resolution within a profile with this tag: <ThumbnailsResolution>HD</ThumbnailsResolution>
To set the HD thumbnail size, you add a system config line to the user.vmoptions file in the config folder with this tag: -Dserviio.hdThumbnailResolution=1000
Re: Are API thumbnails limited?

Posted:
Wed Jan 03, 2024 4:20 pm
by teacherguy
Thanks, I had made those adjustments along the way but they seem to have no impact on the API thumbnails. I did find a way to get the full size artwork using the other API (cds) but I'd rather use the rest API if possible. Anyway thanks for replying.