XnView Slide-Show control

Ideas for improvements and requests for new features in XnView Classic

Moderators: XnTriq, helmut, xnview

bpasch

XnView Slide-Show control

Post by bpasch »

Suggestion for improvement:
Handle slide-show config statements within the file list as shown in the following example.
This allows to adapt slide show behavior dynamically within the show.
Any config option should be allowed whose change makes sense within the show.

# Slide Show Sequence
Timer = 5.000000
Loop = 1
... more initial config statements ...
Effect = 1
"CIMG0003.jpg"
"CIMG0005.jpg"
Timer = 1.000000
Effect = 0
"CIMG0006.jpg"
"CIMG0007.jpg"
Effect = 1
"CIMG0010.jpg"
User avatar
xnview
Author of XnView
Posts: 45310
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: XnView Slide-Show control

Post by xnview »

bpasch wrote:Suggestion for improvement:
Handle slide-show config statements within the file list as shown in the following example.
This allows to adapt slide show behavior dynamically within the show.
Any config option should be allowed whose change makes sense within the show.

# Slide Show Sequence
Timer = 5.000000
Loop = 1
... more initial config statements ...
Effect = 1
"CIMG0003.jpg"
"CIMG0005.jpg"
Timer = 1.000000
Effect = 0
"CIMG0006.jpg"
"CIMG0007.jpg"
Effect = 1
"CIMG0010.jpg"
Yes, it's a good enhancement but the GUI should be able to do that too
Pierre.