SUMMARY While Timeline cursor is at the end of the timeline, starting playback won't work. Timeline cursor doesn't move, but still, the Play button in Project Monitor changes to "Pause", so there seems to be something going on in the background. OBSERVED RESULT Nothing happens. Last timeline frame shown in Project Monitor. EXPECTED RESULT Playback should start from the start of the Timeline. SOFTWARE/OS VERSIONS Kdenlive Version: 23.08.0 Beta Windows: 11 KDE Frameworks Version: 5.108.0 Qt Version: 5.15.10
Git commit 8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e by Jean-Baptiste Mardelle. Committed on 08/08/2023 at 09:18. Pushed by mardelle into branch 'release/23.08'. Fix play icon incorrectly active when playing from end, fix timeline not playing from start FIXED-IN: 23.08.0 M +11 -6 src/monitor/glwidget.cpp M +1 -1 src/monitor/glwidget.h M +12 -7 src/monitor/monitor.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e
(In reply to Jean-Baptiste Mardelle from comment #1) > Git commit 8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e by Jean-Baptiste > Mardelle. > Committed on 08/08/2023 at 09:18. > Pushed by mardelle into branch 'release/23.08'. > > Fix play icon incorrectly active when playing from end, fix timeline not > playing from start > FIXED-IN: 23.08.0 > > M +11 -6 src/monitor/glwidget.cpp > M +1 -1 src/monitor/glwidget.h > M +12 -7 src/monitor/monitor.cpp > > https://invent.kde.org/multimedia/kdenlive/-/commit/ > 8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e Great. Than was fast! Thank you!! P.S. It seems nightlies are not being generated since 08/08/23, so I couldn't test it yet.