| Summary: | Image sequence set to "invalid" with relative paths | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | François <ftechene> |
| Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | NOR | ||
| Version First Reported In: | 16.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdenlive/0ce898669ab4efe6d2a6bf6ac2a1edf57c5e3c1f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
François
2017-01-11 15:39:57 UTC
Git commit 0ce898669ab4efe6d2a6bf6ac2a1edf57c5e3c1f by Jean-Baptiste Mardelle. Committed on 12/01/2017 at 21:29. Pushed by mardelle into branch 'Applications/16.12'. Fix slideshow clips displayed as invalid when re-opening project M +17 -0 src/doc/documentvalidator.cpp M +7 -2 src/project/dialogs/slideshowclip.cpp https://commits.kde.org/kdenlive/0ce898669ab4efe6d2a6bf6ac2a1edf57c5e3c1f This bug was triggered when using the "Filename pattern" method for slideshow (or the "import image sequence" checkbox from add clip). It will work correctly now with this patch. As a workaround for people using Kdenlive <= 16.12.1, you can open your .kdenlive project file in text editor and replace occurences of "?begin:" with "?begin=" (having = instead of : fixes the error). |