trying to use mpv as a thumbnailing utility

This commit is contained in:
Chris Cochrun 2023-02-07 15:25:51 -06:00
parent fb9d551f6b
commit 1b55be29e5
5 changed files with 48 additions and 31 deletions

View file

@ -59,7 +59,8 @@ Item {
anchors.fill: parent
hoverEnabled: true
onClicked: {
changeSlide(index);
/* changeSlide(index); */
showPassiveNotification(SlideModel.thumbnailVideo(model.videoBackground, model.serviceItemId));
}
cursorShape: Qt.PointingHandCursor
propagateComposedEvents: true