You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment, OMDb returns multiple values in a single field.
E.g. "Genre":"Horror, Mystery"
This should be split into an array: "Genre":["Horror","Mystery"]
This extends to actors, awards etc..
There is an array called "Ratings" - but this only contains the imdb rating. "Ratings":[{"Source":"Internet Movie Database","Value":"6.8/10"}]
There are additional entries for metascore rating and a second imdb rating, outside the array. "Metascore":"N/A","imdbRating":"6.8","imdbVotes":"1,848"
I think there is lots of stuff we could clean up, to provide a great experience using omdb.
The text was updated successfully, but these errors were encountered:
At this moment, OMDb returns multiple values in a single field.
E.g.
"Genre":"Horror, Mystery"
This should be split into an array:
"Genre":["Horror","Mystery"]
This extends to actors, awards etc..
There is an array called "Ratings" - but this only contains the imdb rating.
"Ratings":[{"Source":"Internet Movie Database","Value":"6.8/10"}]
There are additional entries for metascore rating and a second imdb rating, outside the array.
"Metascore":"N/A","imdbRating":"6.8","imdbVotes":"1,848"
I think there is lots of stuff we could clean up, to provide a great experience using omdb.
The text was updated successfully, but these errors were encountered: