Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WonRay/JMetadataQuery

Open more actions menu
 
 

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.)

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.