(2020-02-20, 22:36)Michael Horvath Wrote: I'm starting to write my own parser that will convert an MPD file to JSON format.
Are the FILE, Name:, Author:, !LICENSE, ROTATION properties case-sensitive? Will they always be the same case or should I ignore case?
Thanks.
For METAs, per the spec:
"In a META command, a keyword follows the line type in the line. The keyword must be in all caps"
So I'd say that, yes, these commands are case-sensitive.
filenames, however, are not.