Closed GoogleCodeExporter closed 9 years ago
for something like this a workaround would be tags ;-)
of course it's uncomfortable...
Original comment by zaar...@gmail.com
on 10 Jul 2009 at 1:14
i once wrote some basic rating support, the rating is saved in
Exif.Image.RatingPercent and cached in the
database like comments, but i was not able to create a filter for my ratings...
heres my diff, hope it helps
Original comment by lome...@googlemail.com
on 27 Dec 2009 at 12:04
Attachments:
Based on lomex13's previous work, here is my humble contribution (attached),
including filter and sort.
Complete rating feature set:
* rating from 0 to 5 (use the <r> tag in the jBrout database), with the
equivalent
rating percents: 0=0%, 1=1%, 2=25%, 3=50%, 4=75%, 5=99% (like in digiKam)
* metadata read: EXIF:RatingPercent, with fallback to EXIF:Rating
* metadata write: EXIF:Rating and EXIF:RatingPercent, and update XMP accordingly
* list view: list display/sort/filter, info bar display, set by context menu and
keypad 0-5
* full screen: side panel display, set by keypad 0-5
Original comment by julien.d...@gmail.com
on 22 Feb 2010 at 11:57
Attachments:
grate, it's quite slow but it works
there is ability to add small icons to the top thumbnail, for example when you
add
image to basket.
So may be has some sense to add rating star there ? I think i will look grate,
and
you can see rating and tag or filenames at the same time.
Original comment by Oleg.Bla...@gmail.com
on 27 Mar 2010 at 2:19
nice patch ! nice work
I will apply in the main branch.
and will try to find a way to add stars/ratings on thumbs
Original comment by manat...@gmail.com
on 27 Mar 2010 at 11:19
[deleted comment]
Here is a try (based on revision 300) for both:
* list view: one cross for each star (besides the basket icon)
* full screen: display stars (in the upper right corner)
Original comment by julien.d...@gmail.com
on 23 Jun 2010 at 7:31
Attachments:
Sorry for the long time
But today I tried to apply your patch (on r310)
but it doesn't worked ...
I tried :
$ patch -p1 < 300rating+.diff
in my jbrout's trunk ...
and creates me a lot of rej/orig files in the trunk dir ...
Could you help me to apply your patch ?
Original comment by manat...@gmail.com
on 11 Oct 2010 at 6:25
The following is now OK on top of r311:
patch -p0 -i 311ratingX.diff
Please note that, although it meets the (basic) needs for my personal picture
management, there is still a large part for improvement.
Original comment by julien.d...@gmail.com
on 11 Oct 2010 at 8:24
Attachments:
patch added (as is) on r314
Original comment by manat...@gmail.com
on 12 Oct 2010 at 6:54
Original issue reported on code.google.com by
Oleg.Bla...@gmail.com
on 10 Jul 2009 at 12:55