Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

callmeTayyy/FlacFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

FlacFile is a utility for storing arbitrary files in the metadata section of a FLAC file.

What is the format stored in the metadata?

The data is stored in an APPLICATION metadata block with the ID 0x41544348 ("ATCH"):

(1 byte) Description length
(variable) Description (UTF-8)
(1 byte) MIME type length
(variable) MIME type (UTF-8)
(variable) File contents

Are there recommended "Description" values?

Yes:

  • Front Cover
  • Back Cover
  • Media
  • Artist
  • Venue
  • Live
  • Lyrics
  • Credits
  • Reflection

About

This is an archive of the app created by Ian Gulliver. You can still view the original site via The Wayback Machine.

Learn more about FLAC's APPLICATION metadata blocks.

About

FlacFile is a utility for storing arbitrary files in the metadata section of a FLAC file

Topics

Resources

Stars

Watchers

Forks