Slideshow from a directory

Ideas for improvements and requests for new features in XnView MP

Moderators: helmut, XnTriq, xnview

Post Reply
User avatar
Mick P. F.
Posts: 5
Joined: Thu Nov 17, 2022 7:40 am

Slideshow from a directory

Post by Mick P. F. »

Hello,

If you create a slide show with "XnView MP" and select a directory as the source and not the files inside this directory, the files will be included in the slide show and not the directory. This means that every time you delete or add files in this directory, you have to change the slideshow. This is very inconvenient!

It's easy to change the code and this behavior so that the files aren't saved in the slideshow, and the directory is read every time the program starts and loads the saved slideshow (as the argument to the program).

Kind Regards,
Michael
Nobody is perfect!
Nobody lives forever to correct his mistakes someday in the future, if not right now!
Covid-19 is not responsible for any human failures!
User avatar
SullyPanda
Posts: 9
Joined: Sun May 22, 2016 1:22 pm

Re: Slideshow from a directory

Post by SullyPanda »

I was just searching for this post, before starting it myself.

Code: Select all

My_LovedOnes.SLD

Code: Select all

# Slide Show Sequence v2
UseTimer = 1
Timer = 2
Loop = 1
FullScreen = 0
"D:\Cloud\OneDrive\2018\*.*"
"D:\Cloud\OneDrive\2019\*.*"
"D:\Cloud\OneDrive\VisitPierre_atFrance\*.*"

Post Reply