-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more optional fields. Update state to Active
- Loading branch information
1 parent
db20ea8
commit 2593434
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ CIP: 60 | |
Title: Music Token Metadata | ||
Authors: Andrew Westberg <[email protected]>, Ryan Jones <[email protected]>, Justin Morgan <[email protected]>, Ian Singer <[email protected]>, Anthony Eizmendiz <[email protected]>, Session Cruz <[email protected]>, Jimmy Londo <[email protected]>, Gudbrand Tokerud <[email protected]>, Kevin St.Clair <[email protected]> | ||
Comments-URI: no comments yet | ||
Status: Proposed | ||
Status: Active | ||
Type: Process | ||
Created: 2022-07-26 | ||
License: CC-BY-4.0 | ||
|
@@ -29,7 +29,7 @@ This CIP divides the additional metadata parameters into two categories of `Requ | |
| artists | Array\<Artist\> | "artists": [<br/> { "name": "Stevie Nicks" },<br/>{ "name": "Tom Petty" }<br/>] | | | ||
| album_title| String | "album_title": "Mr. Bad Guy" | | | ||
| track_number | Integer | "track_number": 1 | | | ||
| song_title | String \| Array<\String\> | "song_title": "Let's Turn it On" | | | ||
| song_title | String \| Array\<String\> | "song_title": "Let's Turn it On" | | | ||
| song_duration | String | "song_duration": "PT3M21S" | ISO8601 Duration Format | | ||
| genres | Array\<String\> | "genres": ["Rock","Classic Rock"] | Limited to 3 genres total. Players should ignore extra genres. | | ||
| copyright | String | "copyright": "℗ 1985 Sony Records" | | | ||
|
@@ -63,6 +63,10 @@ This CIP divides the additional metadata parameters into two categories of `Requ | |
| parental_advisory | String | "parental_advisory": "Explicit" | Explicit/Censored/Non-Explicit | ||
| explicit | Boolean | "explicit": true | | | ||
| isrc | String | "isrc": "US-SKG-22-12345" | | | ||
| iswc | String | "iswc": "T-123456789-Z" | | | ||
| ipi | Array\<String\> | "ipi": ["595014347","342287075","550983139"] | | | ||
| ipn | Array\<String\> | "ipn": ["38474593","2734040"] | | | ||
| isni | Array\<String\> | "isni": ["000000038578365X","0000000037234532X"] | | | ||
| metadata_language | String | "metadata_language": "en-US" | https://tools.ietf.org/search/bcp47 | | ||
| country_of_origin | String | "country_of_origin": "United States" | | | ||
| language | String | "language": "en-US" | https://tools.ietf.org/search/bcp47 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters