Skip to content
Snippets Groups Projects
Unverified Commit 8b81771e authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

document how metadata is used by the exporters

parent 7abfa6fb
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,14 @@ all tracks, which may consume a little additional time. ...@@ -145,7 +145,14 @@ all tracks, which may consume a little additional time.
The MusicXML export currently specifically recognises these keys: The MusicXML export currently specifically recognises these keys:
- Title, Copyright, Encoder (person), Source - Title, Copyright, Encoder (person), Source
- Composer, Lyrics, Arranger, Translator *xor* Artist (deprecated, only - Artist (deprecated) *xor* any (including multiple) of
one) Composer, Lyrics, Arranger, Translator
Any other key is treated as miscellaneous field. Any other key is treated as miscellaneous field.
The NXC export copies metadata as C comment into the generated code.
It additionally uses either the ``Now Playing`` metadata, or creates
one from the ``Title`` (or filename), ``Composer`` (plus ``Lyrics``
and ``Arranger`` if present) or ``Artist``, and ``Source`` entries,
as text to show on the robot’s LCD (wrapped every 16 characters and
truncated after eight lines) during playback.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment