harvard-lts / fits

File Information Tool Set
http://fitstool.org
GNU Lesser General Public License v2.1
92 stars 46 forks source link

Update MediaInfo to latest version #249

Closed daveneiman closed 2 years ago

daveneiman commented 2 years ago

There are many versions of MediaInfo so the proper version will need to be selected for inclusion. Code and tests will likely need to be updated if raw tool output has changed.

kieranjol commented 2 years ago

Aye, a new schema has been introduced since the version included in current FITS

daveneiman commented 2 years ago

I made an attempt quite some time ago to accommodate this new schema. Given the time required I needed to stop so I could get back to more urgent work.

pwinckles commented 2 years ago

It is possible to use the old schema with the new library, as demonstrated in this PR: https://github.com/harvard-lts/fits/pull/209

pwinckles commented 2 years ago

MediaInfo was upgraded to 20.08 in this PR https://github.com/harvard-lts/fits/pull/209. However, the latest version is 21.09.

@sprater was going to try to get a decent build of 21.09 for this upgrade.