Search by tags (PDF jpg)

Have a suggestion for "Everything"? Please post it here.
Post Reply
Dmitry D.
Posts: 5
Joined: Sat Oct 14, 2017 8:26 am

Search by tags (PDF jpg)

Post by Dmitry D. »

There is the feature to search by the content of a file.
But it will be usefull to have the feature to search by the file tags, in my case — of PDF and jpg the first.
These tags are part of the file, not file streams, and I think search by them will be more efficient than by the full content.

With best regards,
Dmitry.
therube
Posts: 4979
Joined: Thu Sep 03, 2009 6:48 pm

Re: Search by tags (PDF jpg)

Post by therube »

ID3 Tags
The following search functions can be used to search for ID3 tags and FLAC tags:

track:<track> Track number or track range.
year:<year> Tear or year range.
title:<title> Song title.
artist:<artist> Song Artist.
album:<album> Album name.
comment:<comment> Track comment.
genre:<genre> Track genre.


ID3v1 is fully supported.

ID3v2, ID3v2.3 and ID3v2.4 are loosely supported.



ID3 tags and FLAC tags are not indexed. Searching for ID3 tags and FLAC tags is slow, combine with other searches for the best performance.

Only ID3 tags in mp3 files are currently supported.



Examples:

year:2002..2005genre:electronicregex:album:^[a-n]wildcards:title:red*track:>10year:>=2000


Image information
The following functions can be used to search for image dimensions

width:<width> The width of the image in pixels.
height:<height> The height of the image in pixels.
dimensions:<width>x<height> The width and height of the image in pixels. Use a x to separate the width and height.
orientation:<type> <type> can landscape or portrait.
bitdepth:<bitdepth> Find images with the specified bits per pixel..


Image information is not indexed. Searching for image information is slow, combine with other searches for the best performance.

Only jpg, png, gif and bmp files are supported.



Examples:

width:>2560
width:800..1920
height:600..1080d
imensions:800x600..1920x1080
Dmitry D.
Posts: 5
Joined: Sat Oct 14, 2017 8:26 am

Re: Search by tags (PDF jpg)

Post by Dmitry D. »

Thank you, but I mean this (just found):
viewtopic.php?f=4&t=6136&p=19552&hilit=xmp#p19103
Post Reply