Solved sun.awt.image.ImageFormatException: Unsupported color conversion request
#1
https://paste.kodi.tv/celepigebu.kodi

The images mentioned in the logs above:

https://imgur.com/a/iXMAUzG

https://imgur.com/a/xC7xIO8
#2
thx, will have a look....
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#3
your file was in CMYK format which is not supported by plain Java. I've added a third party library which added support for CMYK JPEGs.
Should work in the next version
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#4
(2020-03-29, 21:07)mlaggner Wrote: your file was in CMYK format which is not supported by plain Java. I've added a third party library which added support for CMYK JPEGs.
Should work in the next version

Can you please tell me which thirdparty library can be used for that?
#5
https://github.com/haraldk/TwelveMonkeys
Code:

<dependency>
  <groupId>com.twelvemonkeys.imageio</groupId>
  <artifactId>imageio-jpeg</artifactId>
  <version>3.5</version>
</dependency>
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#6
I just tested 3.1.5. Actually is not solved...

https://paste.kodi.tv/orazotomil.kodi

The same error now happens but with no information about which file gave the exception. Is there a "Debug" mode or something in tmm that could give me more information?

It keeps "stuck" on the terminal in this error as well. The script doesn't finish. I need to press ctrl+c to finish.

@myron @mlaggner
#7
Do you have by any chance a trace.log file?

you might want to change the console loglevel in start script first:
tinyMediaManagerCMD.sh
-Dtmm.consoleloglevel=INFO to -Dtmm.consoleloglevel=TRACE
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#8
Somehow it worked. Don't now if it's a internet problem...

Logout Mark Read Team Forum Stats Members Help
sun.awt.image.ImageFormatException: Unsupported color conversion request0