cjcodeproj / vtmedia-schema

XML schema for cataloging media libraries.
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Music: Identify bonus tracks and album reissue #137

Closed cjcodeproj closed 5 months ago

cjcodeproj commented 5 months ago

Identify bonus tracks to an album. Identify when an album has been re-issued.

Proposed element:

<catalog>
 <!-- release copyright info -->
 <reissue/>
</catalog>
<classification>
 <!-- optional genre info -->
 <bonusTrack/>
</classification>

A bonus track is an additional track that was added after the first release of the album. They can be commonly found on CDs, because of the increased storage capacities compared to LPs.

It may or may not match the original tone or intension of the music artist; and there's a chance that the artist may not have been involved in the decision to add the extra track to the album.

cjcodeproj commented 5 months ago

Reference Notes

cjcodeproj commented 5 months ago

Commit:

https://github.com/cjcodeproj/vtmedia-schema/commit/35b9bb20b3f50dc96ed7085dfede2e16510c6423

cjcodeproj commented 5 months ago

Closing Notes