1.协议标准
a.角色相关(单个角色、多个角色、多个提供者等实践)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
| <SoundRecordingDetailsByTerritory> //主要提供者(演唱、乐队) <DisplayArtist SequenceNumber="1"> <PartyName> <FullName>U2</FullName> </PartyName> <PartyId Namespace="...">123</PartyId> <ArtistRole>MainArtist</ArtistRole> </DisplayArtist> // 顺序为2 <DisplayArtist **SequenceNumber**="2"> <PartyName> <FullName>Various Artists</FullName> </PartyName> <ArtistRole>MainArtist</ArtistRole> <DisplayArtist>
//艺术家 <ResourceContributor> <PartyName> <FullName>Bono</FullName> </PartyName> <ResourceContributorRole>GroupMember</ResourceContributorRole> </ResourceContributor> <ResourceContributor> <PartyName> <FullName>The Edge</FullName> </PartyName> <ResourceContributorRole>GroupMember</ResourceContributorRole> </ResourceContributor> <ResourceContributor> <PartyName> <FullName>Adam Clayton</FullName> </PartyName> <ResourceContributorRole>GroupMember</ResourceContributorRole> </ResourceContributor> <ResourceContributor> <PartyName> <FullName>Larry Mullen, Jr.</FullName> </PartyName> <ResourceContributorRole>GroupMember</ResourceContributorRole> </ResourceContributor> //一个艺术家两种角色 **<ResourceContributor> <PartyName> <FullName> John Smith </FullName> <PartyName> <ResourceContributorRole> Soloist </ResourceContributorRole> <ResourceContributorRole> Producer </ResourceContributorRole> </ResourceContributor>** ... <DisplayArtistName>U2</DisplayArtistName> ... </SoundRecordingDetailsByTerritory>
|
1
| https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/guidance-on-contributors%252C-artists-and-writers/band-members/
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| // DisplayArtist 角色 MainArtist FeaturedArtist
// ResourceContributor // 2020年 艺术家 1.Lyricist 2.Composer 3.ComposerLyricist 4.ComposerAndOrLyricist // 旧版本的艺术家 1.Lyricist 2.Composer 3.ComposerLyricist
|
1 2 3 4
| https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/guidance-on-contributors%252C-artists-and-writers/writer-roles/
https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/guidance-on-contributors%252C-artists-and-writers/communicating-display-artist(s)-and-display-artist-name(s)/
|
1 2 3 4 5 6
| c.多个角色
DDEX 消息允许与“主要艺术家”进行交流,即在产品封套上以大写字母显示的艺术家姓名。该信息可以通过两种方式提供:
- `DisplayArtist`是一个组合,可以传达艺术家(或多个艺术家)的姓名和角色,这些艺术家是给定版本的主要艺术家 - `DisplayArtistName`是一个字符串,可以按照发布创建者建议的显示名称的方式进行通信。每个版本只能有一个。
|
1
| https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/guidance-on-contributors%252C-artists-and-writers/displayartistnames-for-releases-and-resources/
|
b.插入和新增的区别
1
| https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/guidance-on-message-exchange-and-choreographies/differentiating-%22inserts%22-from-%22updates%22/
|
c.下架相关信息
1
| https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/deals-and-commercial-aspects/takedowns/
|
d.用户定义的值
1
| https://kb.ddex.net/implementing-each-standard/best-practices-for-all-ddex-standards/guidance-on-allowed-value-sets-(avs%252C-aka-code-lists)/user-defined-values/
|
f.dsp相关
https://kb.ddex.net/about-ddex-standards/which-standard-do-i-need/ddex-for-dsps/