| Summary: | Recreate (video-) thumbnails selectively | ||
|---|---|---|---|
| Product: | [Applications] kphotoalbum | Reporter: | Andreas Schleth <schleth_es> |
| Component: | Backend | Assignee: | KPhotoAlbum Bugs <kphotoalbum-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | johannes |
| Priority: | NOR | ||
| Version First Reported In: | GIT master | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/kphotoalbum/-/commit/6784c08ab39894dc135a4bec6340aaf1a26b14fe | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Andreas Schleth
2021-10-31 23:09:43 UTC
I just stumbled across this again (v5.12.0-129-g2c8635bc) and checked with a fresh build from git master (v5.12.0-133-g1de2d467). I think the maintenance feature "Refresh selected thumbnails and checksums" was introduced after I filed the first report (not sure). But it still does not (yet :-) work for video:
In my oldish version (-129-) the videothumbnail without a number (-0 ... -9) is refreshed, but the 10 other files that make up the "flicker film" (shown on mouse over) are not.
What happened with the demo-database (newest version):
* In the current version (-133-) I replaced the file movie.avi ("Hi I am Jesper...") with another avi file.
* Then "Refresh ...": Nothing happened. File date remains the same for all videothumbnails.
* Then I deleted the files in .videothumbnails. This finally triggers the rebuild.
* The flicker now film shows the correct video.
* The filenames in .videothumbnails remain the same (obviously they are just a hash of the filename).
* But the static image still shows Jesper. :-(
* This only changes after hitting "crtl"+"+"
What happened with my own database (oldish version):
* After "Refresh..." there were two files (without the -x ending) with a new date stamp.
* The other corresponding files (*-0 ... *-9) still had their old date stamps.
* Only after deleting all 22 files the thumbnails were correctly regenerated.
What I expect:
* on "Refresh ..." the static and the dynamic thumbnail images of a movie should be replaced by a newer version
currently:
KPA v5.12.0-129-g2c8635bc
KDE Frameworks Version 5.103.0
Qt Version 5.15.8
Git commit 6784c08ab39894dc135a4bec6340aaf1a26b14fe by Johannes Zarl-Zierl. Committed on 02/07/2024 at 22:22. Pushed by johanneszarl into branch 'master'. Merge branch 'work/jzarl/videothumbnailcache' https://invent.kde.org/graphics/kphotoalbum/-/commit/6784c08ab39894dc135a4bec6340aaf1a26b14fe Hi Andreas, Could you check the video thumbnail behavior again? I believe that this bug is not fixed... Cheers, Johannes Sorry, I meant to say "...the bug is now fixed", not "not". Hi Johannes, I can confirm that the bug seems to be(* fixed with v5.12.0-160-gb8726fbf Very nice! Thanks & Cheers, Andreas (* works for me (TM) |