Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
2013-05-13, 14:53
(This post was last modified: 2013-05-13, 14:54 by jingai.)
Same here. Kind of annoying. If I select to display just one picture, it fits the image to the display (borders on the sides) instead of zooming it.
It's not possible to zoom out any further, btw. '0' is zoomed to fill the display area when in a slideshow.
edit: I see why it would do this for the ken burns effect, but I have that disabled, so it shouldn't zoom to fill, IMHO.
Posts: 1,483
Joined: Aug 2010
2013-05-13, 20:00
(This post was last modified: 2013-05-14, 18:21 by Robotica.)
In the slideshow settings, you can set effects. Those are the only GUI-options to alter slideshow behaviour. Then you also could alter behaviour with
advanced settings.xml, section 3.50
Code:
<slideshow>
<!-- Amount to pan images as a percentage of the screen -->
<panamount>2.5</panamount>
<!-- Amount to zoom images as a percentage of the screen -->
<zoomamount>5.0</zoomamount>
<!-- Amount to compensate (zoom) images to attempt to reduce black bars. -->
<!-- Results in cropping of the longer length of the image in order to reduce the black bars on the shorter length of the image. -->
<!-- Defaults to 20. -->
<blackbarcompensation>20</blackbarcompensation>
</slideshow>
I've seen related tickets (
#1,
#2) describing this Dharma and Eden behaviour. Frodo behaviour is also described in this
PR (but should be described in this
WIKI-picture-settings-pageor in the general
picture WIKI.).
With the latest
post-Frodo changes to
unifrom the behaviour between "show single picture" and "slideshow", the logic to select and use effects in different scenario's should ideally be improved to support more use-case scenario's. I think some extra advanced settings could be a stopgap solution for a better user experience.
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
A little disheartening that both of those tickets were essentially dismissed, but.. setting blackbarcompensation to 0 in advancedsettings.xml does indeed fix the issue.
IMHO, the default should be 0 given that the user can't change the setting via the GUI. Arbitrarily cropping my photos is a naughty thing to do.
Posts: 1,483
Joined: Aug 2010
2013-05-13, 20:15
(This post was last modified: 2013-05-13, 21:02 by Robotica.)
edit: updated 2 post above with this info.
Posts: 1,483
Joined: Aug 2010
2013-05-14, 13:20
(This post was last modified: 2013-05-14, 15:27 by Robotica.)
You're right that the option pan & zoom is doing a lot of stuff without much user-control: scrolling, cropping and filling(/zoom). The last option can be controlled with the <blackbarcompensation>-tag in as.xml.
Personally, I like the fillling to match display resolution but not the scrolling (which isn't configurable) and cropping so I think it would be better to control all 3 option at least via as.xml.
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
blackbarcompensation is applied without regard to pan and zoom.
I don't take issue with any of them existing, but I don't think any sort of cropping should be on by default if there is no way to change it via the GUI is all. Most people will just assume it's a bug I think.
Posts: 1,483
Joined: Aug 2010
2013-05-14, 20:56
(This post was last modified: 2013-05-14, 21:14 by Robotica.)
A while ago I gave this some thoughts, see
http://forum.xbmc.org/showthread.php?tid...pid1199034
Stille needs more work but it's a start...
Posts: 1,483
Joined: Aug 2010
2013-05-14, 23:44
(This post was last modified: 2013-05-15, 00:08 by Robotica.)
Only option is to reopen
this ticket ?
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
Or simply start a new one pointing to your thoughts on that other thread. The real issue isn't so much a bug report per se, but that the Pictures settings needs more than just three configurable options. At a glance, your suggestions for settings seems a great first start.
Posts: 1,483
Joined: Aug 2010
At the time of that posting xbmc wasn't ready fort those changes. But since that posting the picture departement have been greatly improved. I believe the time to uniform pictures with audio and video is very close.