File types known to Everything

Discussion related to "Everything" 1.5 Alpha.
Post Reply
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

File types known to Everything

Post by void »

A list of file types known to Everything:
  • application/pdf (*.pdf)
  • application/zip (*.zip)
  • application/x-7z-compressed (*.7z)
  • application/x-msdownload (*.exe)
  • application/x-ole-storage (*.msi)
  • application/vnd.rar (*.rar)
  • audio/flac (*.flac)
  • audio/midi (*.mid)
  • audio/mpeg (*.mp3)
  • audio/ogg (*.ogg)
  • audio/wav (*.wav)
  • audio/x-ape (*.ape)
  • image/bmp (*.bmp)
  • image/gif (*.gif)
  • image/jpeg (*.jpg;*.jpeg;*.jpe;*.jif;*.jfif;*.jfi)
  • image/png (*.png)
  • image/tiff (*.tiff;*.tif)
  • image/vnd.adobe.photoshop (*.psd;*.psb)
  • image/webp (*.webp)
  • image/x-icon (*.ico;*.cur)
  • image/x-pcx (*.pcx)
  • image/x-tga (*.tga)
  • video/avi (*.avi)
  • video/mp4 (*.mp4;*.m4a)
  • video/x-flv (*.flv)
  • video/x-matroska (*.mkv;*.mk3d;*.mks;*.webm;*.mka)


Everything will gather properties with the Windows Property System.

If this fails, Everything will fall back to it's own built in property handler for the above file types.



The Windows Property System is managed by the OS to provide properties for files.
The Windows Property System can be extended with third party property handlers.

Please make any request to add native support for a file type in this thread or send me an anonymous message.

Requested file types:
  • wmv
  • mpg
  • mov
  • ts
  • m4v
  • asf
  • PDF (Cross-reference stream)
  • heic
  • xmp
  • 7z
  • rar
  • .vw
  • .tta
  • .msg (email)
valuex
Posts: 7
Joined: Mon May 13, 2013 11:54 am

Re: File types known to Everything

Post by valuex »

Indexing the properties of pdf files is a highly requested feature. Is it possible to implement this?
tuska
Posts: 914
Joined: Thu Jul 13, 2017 9:14 am

Re: File types known to Everything

Post by tuska »

valuex wrote: Thu Feb 03, 2022 12:24 pm Indexing the properties of pdf files is a highly requested feature. Is it possible to implement this?
Everything-1.5.0.1299a
by void » 03.02.2022: added support for pdf properties (File Signature, Title, Authors, Software, Producer, Subject and Tags).
w64bit
Posts: 232
Joined: Wed Jan 09, 2013 9:06 am

Re: File types known to Everything

Post by w64bit »

Is it possible to add also PDF Version property?
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: File types known to Everything

Post by void »

I'll put this on my TODO list.

Thank you for the suggestion.
Rene
Posts: 57
Joined: Fri Nov 04, 2016 6:16 am

Re: File types known to Everything

Post by Rene »

hi void, welcome back !

ev is missing some properties for mkv files, the Video bit rate and Audio bit rate, there maybe others.

but most other props work fine, lenght, resolution, etc.
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: File types known to Everything

Post by void »

Good to be back, thanks.

Video bit rate and Audio bit rate are not stored in the mkv container.

This information is usually stored in the audio/video codec.
Everything doesn't understand any audio/video codecs (at this stage) and only looks in the mkv container for properties.

I will look into reading audio/video codecs for this information.
For now, please use the total bit rate which is calculated from the total file size / length


mkv spec
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: File types known to Everything

Post by void »

Everything 1.5.0.1319a adds rar support.
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: File types known to Everything

Post by void »

Everything 1.5.0.1321a adds version property support for PDF files.
Everything 1.5.0.1321a adds application/x-ole-storage (*.msi) support.
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: File types known to Everything

Post by void »

Everything 1.5.0.1338a adds support for zip64.
Thy Grand Voidinesss
Posts: 580
Joined: Wed Jun 01, 2022 5:01 pm

Re: File types known to Everything

Post by Thy Grand Voidinesss »

Please add lossless audio file formats Monkey's Audio, True Audio and WavPack
.APE
.TTA
.VW

as lossless audio formats are not that many to come around. In my music editor opinion, people dealing with audio in their work are more likely to use them than some lossy formats, of which there is a plethora to choose from [and which adding of all would be, I reckon, problematic]

And also extend the already added audio/mpeg with inclusion in it of
.MP2
Last edited by Thy Grand Voidinesss on Fri Aug 04, 2023 9:56 am, edited 1 time in total.
void
Developer
Posts: 15194
Joined: Fri Oct 16, 2009 11:31 pm

Re: File types known to Everything

Post by void »

Everything 1.5.0.1353a adds 7z support for the container filenames and container file count properties.
Post Reply