cjcodeproj / musicscan

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

Support for authorship record XML element #17

Open cjcodeproj opened 3 months ago

cjcodeproj commented 3 months ago

The vtmedia schema supports an XML element called <authorshipRecord> which is metadata on who created and maintained the file.

Output of the element should be an optional choice for users of the id3scan or other tools.

If the XML structure is requested, it should be populated with date and time creation information, user name information, and information on the tool used to create the XML output.

Related tickets:

https://github.com/cjcodeproj/vtmedia-schema/issues/10 https://github.com/cjcodeproj/vtmedia-schema/issues/71