Skip to content

Query filter for search in media files. Based on MediaInfo.

Notifications You must be signed in to change notification settings

welle/JMetadataQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMetadataQuery Build Status quality gate

Quick summary

JMetadataQuery is Java library providing query search for Mediainfo metadata.

How to use it

Instantiate a search, and call isMatchingFile method. i.e.:
AudioCompressionModeSearch audioCompressionModeSearch = new AudioCompressionModeSearch(BinaryCondition.Op.NOT_EQUAL_TO, CompressionMode.LOSSLESS; boolean result = audioCompressionModeSearch.isFileMatchingCriteria(file);

See Unit tests to see how it works. You can fork and implementing other searches.

Version

Go to my maven repository to get the latest version.

Notes

Need the eclipse-external-annotations-m2e-plugin:

p2 update site to install this from: http://www.lastnpe.org/eclipse-external-annotations-m2e-plugin-p2-site/ (The 404 is normal, just because there is no index.html; it will work in Eclipse.)