ExifTool Forum

ExifTool => Developers => Topic started by: Curtis on May 17, 2014, 06:31:00 PM

Title: Quick Question - Supported file type groups and descriptions
Post by: Curtis on May 17, 2014, 06:31:00 PM
Is there an exittool command line option (like -listf) but would return the info with additional information like what is shown in the 'Supported File Types' table shown on the main web page https://exiftool.org/ (https://exiftool.org/) ?

I would like to get the grouping of the different supported file types and their corresponding Description.

Anyway to do that?  Or was that a 'Handmade' table?

Thanks!
Curtis
Title: Re: Quick Question - Supported file type groups and descriptions
Post by: Phil Harvey on May 17, 2014, 09:00:01 PM
Hi Curtis,

Unfortunately, these descriptions are only available via the API.

- Phil

Edit:  I just had a thought.  I could add the ability to combine the -l option with -listf etc to add the file descriptions.  Let me work on this.
Title: Re: Quick Question - Supported file type groups and descriptions
Post by: Curtis on May 18, 2014, 12:37:52 AM
Phil - you go above and beyond! - I appreciate anything for this.....   :)
Title: Re: Quick Question - Supported file type groups and descriptions
Post by: Curtis on June 09, 2014, 03:45:17 PM
Phil,

Thanks for adding the -l option for the extension list commands.  Besides the descriptions I was hoping to get the extension grouping.  With what you have done I can do that by grouping all extensions that have the same Description together, but I did notice that grouping this way does not give the same results as what is shown here: https://exiftool.org/ ? (https://exiftool.org/%20?)

But it is a great improvement and not at all critical to get the same results from -l as compared to the web page.

Thanks!
Curtis
Title: Re: Quick Question - Supported file type groups and descriptions
Post by: Phil Harvey on June 09, 2014, 04:19:43 PM
Hi Curtis,

Yes, there are a number of differences which are hard to avoid.  Some variants of files which are given separate descriptions on the home page can't easily be differentiated, so are given the same descriptions by ExifTool.  If there are any other significant differences, please let me know.

In this context, I think the only practical way to group the extensions is to search for identical descriptions, as you have mentioned.

- Phil