Git Product home page Git Product logo

jaudiotagger's Introduction

Jaudiotagger

Coverage Status Build Status

Jaudiotagger is a Java API for audio metatagging. Both a common API and format specific APIs are available, currently supports reading and writing metadata for:

  • Mp3
  • Flac
  • OggVorbis
  • Mp4
  • Aiff
  • Wav
  • Wma
  • Dsf

The main project page is http://www.jthink.net/jaudiotagger/ and you can contact the main developer via email:[email protected]

Requirements

Jaudiotagger requires Java 1.8 for a full build and install, but the code is Java 1.7 compatible (You can run mvn package successfully with Java 1.7)

Contributing

Jaudiotagger welcomes contributors, if you make an improvement or bug fix we are very likely to merge it back into the master branch with a minimum of fuss. If you can't contribute code but would like to support this project please consider making a donation—donations can be made at here.

Build

Build is with Maven.

  • pom.xml : Maven build file

Directory structure as follows:

Under source control

  • src : source code directory
  • srctest : source test code directory
  • www : java doc directory
  • testdata : test files for use by the junit tests, not all tests are included in the distribution because of copyright
  • target : contains the jaudiotagger***.jar built from maven

IDE files

  • jaudiotagger.iml : JetBrains Intellij Module
  • jaudiotagger.ipr : JetBrains Intellij Project

License

  • license.txt : license file

Build details

Run

mvn install

to compile, test, build javadocs and install into your local repository.

Run

mvn site

to generate a website for Jaudiotagger including code coverage reports, they will be found in target/site/index.html.

Your test coverage can be seen at target/site/cobertura/index.html.

Periodically we upload latest Code Coverage to: http://www.jthink.net/jaudiotagger/maven/cobertura/index.html

Jaudiotagger uses http://drone.io for continuous integration, the latest artifacts can be downloaded from

https://drone.io/bitbucket.org/ijabz/jaudiotagger/files

To use in your own project starting with Jaudiotagger 2.2.3 as final versions are released they are now available in a maven repository on bintray.

I.e update your pom.xml as follows to use release 2.2.3:

<repositories>
    <repository>
        <id>jaudiotagger-repository</id>
        <url>https://dl.bintray.com/ijabz/maven</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>net.jthink</groupId>
        <artifactId>jaudiotagger</artifactId>
        <version>2.2.3</version>
    </dependency>
</dependencies>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.