http://bugs.kde.org/show_bug.cgi?id=178051
Summary: Digikam loses rating video from 0.9 to 0.10 Product: digikam Version: unspecified Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: (using KDE 4.1.3) OS: Linux Installed from: Ubuntu Packages I passed from Digikam 0.9.x to the Digikam 0.10. Everything works well, except I lose my video rating (instead the pictures rating are fine). Is it related with the different DB schema? Can I retrieve my ratings? -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
http://bugs.kde.org/show_bug.cgi?id=178051
Gilles Caulier caulier gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|general |Database Version|unspecified |0.10.0-svn --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2008-12-18 12:02:40 --- It's certainly relevant of Database migration code. The new schema don't care file format to assign rate. It's nust not be a problem. Marcel can give you more info about... Gilles Caulier -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-18 18:58:42 --- Yes it is a problem with ImageScanner, which does not know how to scan videos. We should see to get that fixed after beta7, and find out from where in KDE API we can get meta information about videos. Did you already use your digikam for work? If not I would suggest to wait till beta8 and convert then again to get your video ratings back. Else we will have to do SQL magic. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
--- Comment #3 from zeusOne <vaudano gmail com> 2008-12-18 22:20:58 --- Thanks for the quick feedback. I will wait the beta8 and after the ImageScanner fixing I will port my video rating from digikam3 to digikam4 via sql. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
--- Comment #4 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-19 10:52:45 --- KFileMetaInfo gives me such enormously interesting information like the file name, the suffix and the modification date, but nothing like video format or length, for the .mov file I am testing with. No strigi support for such files? Can someone send me an .avi created by a camera? -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
--- Comment #5 from Gilles Caulier <caulier gilles gmail com> 2008-12-19 11:15:11 --- Marcel, For me KFileMetaInfo for KDE4 is a regression and do not be used in digiKam. KFileMetaInfo only support audio file: no image, no video. With Exiv2 0.19, support for video files is planed. Advantage : we use the same metadata framework everywhere. It's definitively better... To found video file generated by camera, it's easy. Go to : http://www.dpreview.com/ ... and use Search engine with "video mode preview" in camera test database. ex. of result : http://www.dpreview.com/reviews/SonyH2/page7.asp ...where 2 video samples are available to download. Gilles -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
--- Comment #6 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-21 22:12:33 --- SVN commit 899917 by mwiesweg: Implement most basic scanning for video and audio, so that we can at least assign ratings. No useful metadata information is extracted so far. CCBUG: 178051 M +160 -3 database/imagescanner.cpp M +5 -0 database/imagescanner.h M +1 -1 dimg/dimg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=899917 -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
Marcel Wiesweg marcel wiesweg gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-12-21 22:17:29 --- I mark this as fixed now. While we have not much support to extract metadata information from video and audio files (and we are a photo application, so focus is images), we can at least assign tags now, which was missing before. If you remove your digikam4.db and convert again, your ratings should now be kept untouched. If not please report back. -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
http://bugs.kde.org/show_bug.cgi?id=178051
zeusOne vaudano gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #8 from zeusOne <vaudano gmail com> 2008-12-22 23:49:22 --- Great, it's work! Thanks -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Hi I'm new to digikam hacking.
I'm mainly interested in improving GUI and usability. I filed a description of some problems I was having with zooming in preview widgets : http://bugs.kde.org/show_bug.cgi?id=178540 I have a patch to clean up this zooming, What is the best way to get feedback and contribute this code, send a patch? thanks, -brandon _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
sorry I was using "reply" to get the digikam mailing list addresss and I forgot to change the subject.
please ignore this email, I will resend it with a new subject. On Mon, Dec 22, 2008 at 10:51 PM, Brandon Sharp <[hidden email]> wrote: Hi I'm new to digikam hacking. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
https://bugs.kde.org/show_bug.cgi?id=178051
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.10.0-svn |0.10.0 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by zeusOne
https://bugs.kde.org/show_bug.cgi?id=178051
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Database |Database-Scan CC| |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |