cjcodeproj / musicscan

Python code to examine music files and extract metadata
MIT License
0 stars 0 forks source link

Lyric dump as XML comment #42

Open cjcodeproj opened 3 weeks ago

cjcodeproj commented 3 weeks ago

Provide an option to dump the lyrics of a song (if the id3 metadata is present) as a comment in the output XML.

If lyrics are present in the metadata, the user should have 3 different options.

  1. Flag presence: Just identify that lyrics are included in the metadata.
  2. Base64 encoding: Encode the lyrics as a base64 string in a comment block
  3. Full dump: Dump the lyrics in a comment block.