Posts: 48
Joined: Jul 2019
Reputation:
3
2020-01-04, 18:17
(This post was last modified: 2020-01-04, 18:35 by pulsar124.)
Thanks for the quick reply. I just added the log link to my previous post.
So what should be the correct behavior: slideshow starts with low contrast (when foreground elements are still present), then should become bright and high contrast after the foreground is gone?
Also, what is the purpose of the "background diffusion" setting in your mod? I don't see any changes when I set it to different values.
Here is an idea - is it possible to make the skin AS using to post pictures the most foreground one? Then all potential foreground image issues will be dealt with.
EDIT: I found the following lines from my log file suspicious or potentially relevant (they all come from the log section when AS slideshow has already started):
2020-01-04 16:10:04.754 T:7074 ERROR: EXCEPTION: Invalid setting type
2020-01-04 16:10:04.757 T:7074 DEBUG: [Artist Slideshow] ArtistSlideshow.Image set to /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artistslideshow/resources/images/black-hd.png
2020-01-04 16:10:04.795 T:7049 DEBUG: ffmpeg[7F781970]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
2020-01-04 16:10:06.713 T:7047 DEBUG: Caching image 'smb://192.168.0.2/E/PHOTOS-LILY/IMG_9541.jpg' to '3/3be9a0a3.jpg':
2020-01-04 16:10:06.849 T:7047 DEBUG: cached image 'special://masterprofile/Thumbnails/3/3be9a0a3.jpg' size 727x720
2020-01-04 16:10:14.543 T:7015 DEBUG: ------ Window Deinit (Custom_1109_TopBarOverlay.xml) ------
The ERROR message is important I think - I wonder what's causing it?
Then the image black-hd.png - what does it do? Can it be masking my images somehow?
Not sure why I get the message "colorspace conversion found from yuv420p to bgra" for each of my images. All my images regular RGB jpeg files.
And then again this weird downscaling report, for each of my images being cached (scaled down to 720p).
Posts: 48
Joined: Jul 2019
Reputation:
3
Ok, at least I fixed the downscaling issue, by creating advancedsettings.xml file with the following content:
<advancedsettings version="1.0">
<imageres>9999</imageres>
<fanartres>9999</fanartres>
<imagescalingalgorithm>nearest_neighbor</imagescalingalgorithm>
</advancedsettings>
Now the cached images have the proper (unchanged) size.
Posts: 3,577
Joined: Jan 2011
Reputation:
382
pkscout
Team-Kodi Member
Posts: 3,577
New Beta Available (3.0.1~beta15)
- In daemon mode you can now change AS settings without having to restart Kodi
- fix for runaway loop if there is only one image in an artist's slideshow
Available from my beta repo as usual.
That first one is something that's really been an issue since, well, forever. I figured while I was fixing other stuff it was a good time to fix that too.
Posts: 48
Joined: Jul 2019
Reputation:
3
I will post this to one of the suggested Kodi forums, but want to clarify one more thing first.
I found this info online:
<color name="Background">ff000000</color>
<color name="FanartFade">8Fffffff</color>
<color name="FloorFade">D9000000</color>
Where exactly these parameters are set? Perhaps changing one ore more of them will solve my low contrast issue? Perhaps making FanartFade fully transparent (like this: 00ffffff?) will do the trick?
Posts: 3,577
Joined: Jan 2011
Reputation:
382
pkscout
Team-Kodi Member
Posts: 3,577
New Beta Available (3.0.1~beta16)
- fixes to eliminate Setting Type Error in Kodi logs
Available as usual from my beta repo.
Barring any other reports of issues, I will be submitting a PR to the main Kodi repo on Monday. Not that it will really matter, but the actual version will be 3.1.0. There were enough fixes and changes here to warrant a minor version bump rather than just a maintenance version bump.
Posts: 48
Joined: Jul 2019
Reputation:
3
I posted my issue on the Estuary sub-forum (no reply so far).
A question for pkscout: can you please describe what is the correct behaviour of your add-on AS? Do fanart images start with low contrast (when the foreground stuff is still present), and then are displayed correctly after the foreground elements go away?