2021-02-01, 09:48
(2021-01-31, 19:26)Bungee_G Wrote: Hello, I just saw that the thumbnail size for tv show episodes is 400x225, I use the camera button to extract an image from a video but the thumbnails size is 400x225 while my videos are 1920x1080 and there are some others skin that display the thumbnail in a big size so the thumbnail seem to be be of poor quality... So is it possible to extract images with that camera but in 1920x1080 instead of 400x225 ?
Hi,
that option is not yet part of the use interfacce, but you can use an advancedsettings.xml: https://mediaelch.github.io/mediaelch-do...d-settings
You have to adapt these lines: https://github.com/Komet/MediaElch/blob/...ml#L57-L60
xml:<!--
Dimensions of generated episode thumbnails.
The aspect ratio of the original file will be respected, though.
Both have to be numbers >= 100.
-->
<episodeThumb>
<width>400</width>
<height>300</height>
</episodeThumb>
Regards,
Andre