Slideshow clips. Windows specific issue.
Closed, ResolvedPublic

Description

This is a Windows specific issue. On linux, slideshow clips using mime type are created with an url like :

Picture/.all.jpg
(will take all jpg images in the Pictures folder

But on Windows, the url needs to be:
Picture\/.all.jpg

So we need to adjust the code to append a backslash to the path (and adjust a few places where we check for ".all." to identify mime slideshows.

Something like:

#ifdef Q_OS_WIN

folder.append(QDir::separator());

#endif

in line 423 of src/project/dialogs/slideshowclip.cpp should allow the creation of slideshow clips

see Bug 379351

emohr created this task.Nov 5 2018, 5:39 PM
emohr closed this task as Resolved.May 30 2019, 2:35 PM
emohr claimed this task.

SlideShow on Windows is solved: https://invent.kde.org/kde/kdenlive/commit/7db21278c5a38e4187abf48a9901d624cfb0466f will come with 19.04.2.