Skip to content
Tojo Saki edited this page Dec 14, 2016 · 8 revisions

This section contains collected documents geared towards folks who are new to μ and may be feeling a bit lost in the messing μ code. Although we are continuously trying to imporve μ's internal modularity and interfaces, the fact remains that μ was developed by a newbie programmer and we need to working on the other useless courses in the college. So, getting to work with μ can be a challenge.

We will category all the documents as far as we can, these documents may be updated without notification.

File formats

There're several information about the music file metadata on the Internet and many metadata parser source code. But many of them are wrong and it is still being copying. We gathered some information about the music/track info file format and write each of them a document to help the followers understand the format.

  1. ID3v1 tag format
  2. ID3v2 tag format
  3. FLAC metadata format
  4. CUE sheet format

Parsers

This section will provide some information about the music parser in μ.

  1. FFMpeg parser in μ

Coding handbook

Here are some documents may help you to imporve the coding quailty or may be useful for you to understand the structure of μ.

  1. Coding style
  2. FAQ
Clone this wiki locally