/imusic

This project is a library of music-related-operation tools based on related jars (e.g.,org.jaudiotagger, etc.).

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

Introduction

中文版

This project is a library of music-related-operation tools based on related jars (e.g.,org.jaudiotagger, etc.).

Related theory knowledge, can look at This Blog

Has complete functions

  • Access to the information in the mp3 music files (singer, song name, album title, the broadcast time)

Specification

Project structure

  • main : The main program code

    • java : Java code
      • model : Store related music models
      • util : Tool class method
    • resource : Project-related resources
  • test : The code of test

    • java : Java code
      • util : Tool class method of test
    • resource : Project-related resources of test

Code specification

  • Follow the code rules alibaba Java development manual