You need to enable the XMPDump field in jpg-comment.ini to make it working.
Code: Select all
; Experimental dump
Sep_4=6|-|Separator
;EXIF_Dump=9|ExifDump|Exif.Dump
;IPTC_Dump=9|IptcDump|Iptc.Dump
XMP_Dump=9|XmpDump|Xmp.Dump
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
; Experimental dump
Sep_4=6|-|Separator
;EXIF_Dump=9|ExifDump|Exif.Dump
;IPTC_Dump=9|IptcDump|Iptc.Dump
XMP_Dump=9|XmpDump|Xmp.Dump
Code: Select all
1. Creating a Custom columns view
2. Create a View mode + buttons
3. Adaptation of the file %COMMANDER_PATH%\jpg-comment.ini
4. Creation and execution of the search query
Code: Select all
[=tc.ext] ... --> separates file extension from name!
[=jpg-comment.Xmp_xmp_RatingStars]
[=tc.size.bytes]
[=tc.writedate]
[=tc.path]
Code: Select all
TOTALCMD#BAR#DATA
cm_SrcViewModeList Photos_Rating
wcmicons.dll,52
cm_SrcViewModeList Photos_Rating|Search by file attribute 'Rating'|https://ghisler.ch/board/viewtopic.php?f=3&t=68419
-1
Code: Select all
TOTALCMD#BAR#DATA
cm_SrcViewMode0,cm_50Percent,cm_RereadSource
wcmicons.dll,86
cm_SrcViewMode0,cm_50Percent,cm_RereadSource || VIEW MODE <DEFAULT>|- cm_SrcViewMode0 8500 Source: Default View mode (no colors or icons)|- cm_50Percent 909 Window separator at 50%|- cm_RereadSource 540 Reread source
-1
Code: Select all
With the "Extended Button" the command: cm_50Percent is not necessary in this case,
because it is enough that command: cm_SrcViewMode0,cm_50Percent is used.
However, a combination from commands or em_commands is recommended to cover *other requirements* in other cases
with regard to View Mode <Default>, e.g. cm_SrcActivateTab1,cm_TrgActivateTab1,cm_FocusLeft,cm_RereadSource ... OR ...
cm_50Percent,cm_FocusLeft,cm_SrcViewMode0,em_ClearAllFilter,cm_FocusRight,cm_SrcViewMode0,em_ClearAllFilter,cm_SrcActivateTab1,cm_TrgActivateTab1,cm_FocusLeft,cm_RereadSource
Code: Select all
usercmd.ini
[em_ClearAllFilter]
button=
cmd=cd *.*
-----------------------------------------------------------------------------------------------------------------------
https://ghisler.ch/board/viewtopic.php?p=344777#p344777 ....: FAQs: User-Defined Command (UDC) (usercmd.ini) em_command
https://ghisler.ch/board/viewtopic.php?p=337337#p337337 ....: Here are topics that also relate to this topic
Code: Select all
Plugin Property OP Value:
----------------------------------------------------------------------
jpg-comment Xmp_xmp_RatingStars = *****
jpg-comment Xmp_xmp_RatingStars = ****
jpg-comment Xmp_xmp_RatingStars = ***
jpg-comment Xmp_xmp_RatingStars = **
jpg-comment Xmp_xmp_RatingStars = *
jpg-comment Xmp_xmp_RatingStars = ~
jpg-comment XmpDump !contains Xmp.xmp.Rating --> This value: type in manually! *)
*) Search for pictures without rating!
Code: Select all
TOTALCMD#BAR#DATA
%COMMANDER_EXE%
%Z/N %X"%P" "%T"
TOTALCMD.EXE
TC open a further instance:|Instance no. + version no. + registered user in title bar|%COMMANDER_EXE% %Z/N %X"%P" "%T"|https://ghisler.ch/board/viewtopic.php?p=386324#p386324|See also: https://ghisler.ch/board/viewtopic.php?t=49620
-1