Merged
Conversation
The property [[titleEIDR]] used for storing EIDR (Entertainment Identifier Registry) values is also used for [[TVSeason]] and [[TVSeries]] and should be added to those two types. E.g.: TVSeries for "12 Monkeys": https://ui.eidr.org/view/content?id=10.5240/354B-4B1D-02AA-068E-CDFD-3 with titleEIDR 10.5240/354B-4B1D-02AA-068E-CDFD-3 TVSeason for "12 Monkeys: Season 1": https://ui.eidr.org/view/content?id=10.5240/9450-3CB5-BB29-5430-CCDA-B with titleEIDR 10.5240/9450-3CB5-BB29-5430-CCDA-B Google's Media Action Developer site already recommends titleEIDR for both [TVSeason](https://developers.devsite.corp.google.com/actions/media/reference/data-specification/tv-shows-specification#tvseason) and [TVSeries](https://developers.devsite.corp.google.com/actions/media/reference/data-specification/tv-shows-specification#tvseries).
Contributor
|
Thanks, I've added this to the release notes. |
Contributor
|
I'm sorry - I had believed this merged in v16 yesterday, but it didn't go through. The change is already in the release notes and the schema definitions will now update to match that next time I push a release - eg. tomorrow. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The property [[titleEIDR]] used for storing EIDR (Entertainment Identifier Registry) values is also used for [[TVSeason]] and [[TVSeries]] and should be added to those two types.
E.g.:
TVSeries for "12 Monkeys": https://ui.eidr.org/view/content?id=10.5240/354B-4B1D-02AA-068E-CDFD-3 with titleEIDR 10.5240/354B-4B1D-02AA-068E-CDFD-3 TVSeason for "12 Monkeys: Season 1": https://ui.eidr.org/view/content?id=10.5240/9450-3CB5-BB29-5430-CCDA-B with titleEIDR 10.5240/9450-3CB5-BB29-5430-CCDA-B
Google's Media Action Developer site already recommends titleEIDR for both TVSeason and TVSeries.