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
MAD_ABOUT_YOU_S5D2.log
ARM fails to correctly identify "Mad About You - The Complete Series". See attached debug log.
What's happening is that Windows Media Services returns the disc year as 2016 (presumably when the series was released), but OMDB lists this series as between 1992 and 1999 (see JSON below). This is causing a lookup failure on OMDB. Unfortunately, there's no series info in the Windows Media Services response (below), so I don't rightly know how to solve this.
{
"Plot" : "Paul and Jaime Buchman are a recently married couple in New York City. They point out the gentle humor of domesticity and in the everyday situations of life.",
"imdbVotes" : "17,241",
"Language" : "English",
"Genre" : "Comedy, Romance",
"Rated" : "TV-PG",
"Year" : "1992–1999",
"Metascore" : "N/A",
"imdbRating" : "6.6",
"Poster" : "https://images-na.ssl-images-amazon.com/images/M/MV5BMTc2NDkxOTE1OF5BMl5BanBnXkFtZTcwNzQ2MzkxMQ@@._V1_SX300.jpg",
"imdbID" : "tt0103484",
"Type" : "series",
"Director" : "N/A",
"Country" : "USA",
"Response" : "True",
"Released" : "23 Sep 1992",
"Writer" : "Danny Jacobson, Paul Reiser",
"Title" : "Mad About You",
"Ratings" : [
{
"Value" : "6.6/10",
"Source" : "Internet Movie Database"
}
],
"Awards" : "Won 4 Golden Globes. Another 36 wins & 90 nominations.",
"totalSeasons" : "7",
"Runtime" : "22 min",
"Actors" : "Paul Reiser, Helen Hunt, John Pankow, Leila Kenzle"
}
The bit about forced year is my (unsuccessful) attempt to solve the problem, but the problem is also that the disc title is "Mad About You - The Complete Series" and OMDB has it as "Mad About You"
MAD_ABOUT_YOU_S5D2.log
ARM fails to correctly identify "Mad About You - The Complete Series". See attached debug log.
What's happening is that Windows Media Services returns the disc year as 2016 (presumably when the series was released), but OMDB lists this series as between 1992 and 1999 (see JSON below). This is causing a lookup failure on OMDB. Unfortunately, there's no series info in the Windows Media Services response (below), so I don't rightly know how to solve this.
The text was updated successfully, but these errors were encountered: