Page 1 of 1

Info - tag - improve Categories, IPTC:Keywords, IPTC:Sup. Category

Posted: Tue Feb 11, 2025 5:53 am
by user0
XnViewMP 1.8.5 64bit
Windows11 (24H2), display resolution 3840x2160, win scaling 150%


General - Info
there are few inconveniencies with keyword tags:
- no unified separator
- no hierarchy indication
- no space after keywords (all concatenated into single string via separator) that makes line break impossible

eg all default Categories assigned to image will look like this:
test_img_keywords.jpg
test_img_keywords.jpg (12.92 KiB) Viewed 947 times
  • {Categories}

    Code: Select all

    Other:Photographs:Family:Friends:Pets:Travel:Landscapes:Portraits:Flowers:Animals:Pictures:Icons:Drawings:Videos
  • {IPTC:Keywords}

    Code: Select all

    Other,Photographs,Family,Friends,Pets,Travel,Landscapes,Portraits,Flowers,Animals,Pictures,Icons,Drawings,Videos
  • {IPTC:Sup. Category}

    Code: Select all

    suppl_cat_B,suppl_cat_C,suppl_cat_A

Suggestion
  • improve output of 'keyword' tags
    (update existing tags behavior OR add tag options OR add new tag)
    • {Categories}
      - add option to show hierarchy (pipe as separator)
      - change keywords separator to comma
      - add space after keyword separator
      - use AZ sorting
    • {IPTC:Keywords}
      - add option to show hierarchy (pipe as separator)
      - add space after keyword separator
      - use AZ sorting
    • {IPTC:Sup. Category}
      - add space after keyword separator
      - use AZ sorting




Related

Re: Info - tag - improve Categories, IPTC:Keywords, IPTC:Sup. Category

Posted: Sun Mar 23, 2025 2:28 pm
by xnview
See issue for current status and some details.

Re: Info - tag - improve Categories, IPTC:Keywords, IPTC:Sup. Category

Posted: Thu Mar 27, 2025 8:53 am
by xnview
This problem is supposed to be fixed in XnView MP 1.8.7. Please check and confirm the bug fix here.

Re: Info - tag - improve Categories, IPTC:Keywords, IPTC:Sup. Category

Posted: Thu Mar 27, 2025 9:51 am
by user0
done in 187
(except showing hierarchy)