From 6116474da2ff4bd62749409d41fe79010b053f5f Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 15 Oct 2020 20:36:35 +0000 Subject: [PATCH] add composer, date, genre, language, lyricist, and performer tags; make rating optional --- xep-0118.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/xep-0118.xml b/xep-0118.xml index 023686f3..b965c7dd 100644 --- a/xep-0118.xml +++ b/xep-0118.xml @@ -118,22 +118,58 @@ artist - The artist or performer of the song or piece + The artist of the song or piece Yes xs:string + + composer + The composer of the song or piece + Дмитрий Дмитриевич Шостакович (Dmitri Shostakovich) + xs:string + + + date + The recording or publication date of the song or piece + 2003-02-15 + xs:string + + + genre + The genre of the song or piece + Opera + xs:string + + + language + The language of the song or piece, SHOULD be an ISO-639 three letter code + rus + xs:string + length The duration of the song or piece in seconds 686 xs:unsignedShort + + lyricist + The lyricist of the song or piece + William Shakespeare + xs:string + rating The user's rating of the song or piece, from 1 (lowest) to 10 (highest). 8 xs:positiveInteger + + performer + The performer of the song or piece + Елена Жидкова (Elena Zhidkova) + xs:string + source The collection (e.g., album) or other source (e.g., a band website that hosts streams or audio files) @@ -272,8 +308,14 @@ + + + + - + + +