Closed sandreas closed 2 years ago
Introduced with v0.0.6
(tone.json
).
Main key meta
has been implemented.
Missing is a main key for the audio and file specific information, e.g.:
{
"meta": {},
"audio": {
"codec": "aac",
"duration": 834833,
"format": "mp4",
"bitrate": 64000
"samplerate": 44100
},
"file": {
"size": 13255,
"created": "2020-01-01T12:34:56Z",
"mimeType": "audio/x-m4b"
}
}
fixed with 0.0.8
Think over a metadata format (JSON?) that contains all possible metadata fields (
JsonMeta
) and a container, to wrap this format to contain even more information (file
,options
, etc.). Additionaly, a parameter--json-path
should be implemented, where this output can be queried indump
command (see here), e.g.:Meta:
Container:
References:
Chapters - for now
start
,length
andtitle
would be enoughPictures - for now
data
,picType
andtagType
are enough (position
can be calculated automatically?)