Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 344 Bytes

mdisk.md

File metadata and controls

19 lines (18 loc) · 344 Bytes

mdisk (Music Disk)

Basic Format

Must have:

  1. left.dfpwm
  2. metadata.json

For stereo the following file needs to be included:

  1. right.dfpwm

Metadata

Must include all the information the following example does:

{
	"metaver": 1,
	"artist": "Lemon Demon",
	"album": "Dinosaurchestra",
	"song": "Fine",
	"year": 2006
}