I don’t know how Infuse uses TMDb’s API, some TV shows metadata look wrong to me.
I use “Tom and Jerry” as sample, I captured the screen from iPhone version but the same thing happened on TV version.
“Tom and Jerry” TMDb link: https://www.themoviedb.org/tv/3936-tom-and-jerry?language=en
On my NAS:
Tom and Jerry -- Tom and Jerry Season 1 -- S01E01 (1940) Puss Gets the Boot.m4v -- S01E02 (1941) The Midnight Snack.m4v -- S01E03 (1941) The Night Before Christmas.m4v ...... -- Tom and Jerry Season 2 ...... -- Tom and Jerry Season 3 ......
Attached is what they look like in Infuse. Arrows show wrong places:
- No episode name
- All of 161 episodes have the same description – and I don’t know where infuse got this description from.
I applied TMDb API Key and tried myself.
Search for “Tom and Jerry”: https://api.themoviedb.org/3/search/tv?query=tom%20and%20jerry&api_key=xxxx
I got:
{ "page": 1, "results": [{ "poster_path": "\/2Hfse2hCuQiRGannilc4Peh6PwZ.jpg", "popularity": 3.332123, "id": 3936, "backdrop_path": "\/y6LnE2qJIZ52V5wkS0VY3NFTM92.jpg", "vote_average": 7.53, "overview": "Tom and Jerry is a series of theatrical animated cartoon films created by William Hanna and Joseph Barbera for Metro-Goldwyn-Mayer, centering on a rivalry between a cat and a mouse whose chases include slapstick comedy. Hanna and Barbera ultimately wrote, produced, and directed 114 Tom and Jerry shorts at MGM cartoon studios in Hollywood from 1940 to 1957. The original series is notable for having won seven Academy Awards, tying with Walt Disney's Silly Symphonies as the theatrical animated series with the most Oscars. A longtime television staple, Tom and Jerry has a worldwide audience and has been recognized as one of the most famous and longest-lived rivalries in American cinema.\n\nMGM released an additional 13 entries in 1961 produced by Rembrandt Films led by Gene Deitch in central Europe. Chuck Jones' Sib-Tower 12 Productions produced another 34 entries between 1963–1967, creating a total of 161 theatrical entries.\n\nTom and Jerry resurfaced in made-for-television series produced by Hanna-Barbera Productions and Filmation Studios starting in the 1970s. The feature-length film Tom and Jerry: The Movie was released in 1992, and was followed by their first made-for-television short Tom and Jerry: The Mansion Cat for Boomerang. The most recent Tom and Jerry theatrical short, The Karate Guard, was written and co-directed by Barbera.", "first_air_date": "1940-02-10", "origin_country": ["US"], "genre_ids": [16, 35], "original_language": "en", "vote_count": 15, "name": "Tom and Jerry", "original_name": "Tom and Jerry" }, {
Fetch details: https://api.themoviedb.org/3/tv/3936?api_key=xxxx
I got:
{ "number_of_episodes": 161, "number_of_seasons": 3, "origin_country": ["US"], "original_language": "en", "original_name": "Tom and Jerry", "overview": "Tom and Jerry is a series of theatrical animated cartoon films created by William Hanna and Joseph Barbera for Metro-Goldwyn-Mayer, centering on a rivalry between a cat and a mouse whose chases include slapstick comedy. Hanna and Barbera ultimately wrote, produced, and directed 114 Tom and Jerry shorts at MGM cartoon studios in Hollywood from 1940 to 1957. The original series is notable for having won seven Academy Awards, tying with Walt Disney's Silly Symphonies as the theatrical animated series with the most Oscars. A longtime television staple, Tom and Jerry has a worldwide audience and has been recognized as one of the most famous and longest-lived rivalries in American cinema.\n\nMGM released an additional 13 entries in 1961 produced by Rembrandt Films led by Gene Deitch in central Europe. Chuck Jones' Sib-Tower 12 Productions produced another 34 entries between 1963–1967, creating a total of 161 theatrical entries.\n\nTom and Jerry resurfaced in made-for-television series produced by Hanna-Barbera Productions and Filmation Studios starting in the 1970s. The feature-length film Tom and Jerry: The Movie was released in 1992, and was followed by their first made-for-television short Tom and Jerry: The Mansion Cat for Boomerang. The most recent Tom and Jerry theatrical short, The Karate Guard, was written and co-directed by Barbera.", "popularity": 2.332123, "poster_path": "/2Hfse2hCuQiRGannilc4Peh6PwZ.jpg", "production_companies": [], "seasons": [{ "air_date": "1993-07-30", "episode_count": 12, "id": 11718, "poster_path": null, "season_number": 0 }, { "air_date": "1940-02-20", "episode_count": 46, "id": 11719, "poster_path": "/rJ8HyQTVY1n7enGssNow9s3n6RK.jpg", "season_number": 1940 }, { "air_date": "1950-01-07", "episode_count": 68, "id": 11720, "poster_path": "/ubeeL6OzD98mn6372SP3R64okDD.jpg", "season_number": 1950 }, { "air_date": "1961-09-07", "episode_count": 47, "id": 11721, "poster_path": "/37f78oib4FFqrHBHqJW95LeFFdz.jpg", "season_number": 1960 }], "status": "Ended", "type": "Scripted", "vote_average": 7.5, "vote_count": 15 }
Get season 1 details: https://api.themoviedb.org/3/tv/3936/season/1940?api_key=xxxx
I got:
{ "_id": "52575931760ee36aaa285f52", "air_date": "1940-02-20", "episodes": [{ "air_date": "1940-02-20", "crew": [], "episode_number": 1, "guest_stars": [], "name": "Puss Gets the Boot", "overview": "Puss Gets the Boot is the first animated short subject in the Tom and Jerry series. A total of 161 entries were released by Metro-Goldwyn-Mayer between 1940 and 1967.", "id": 275599, "production_code": "1940", "season_number": 1940, "still_path": "/7PqWSQo36eYRIozlmN6BQ0eZ8nO.jpg", "vote_average": 8.0, "vote_count": 1 }, {
As you can see, episodes’ name and description are all given by TMDb API. So question: why Infuse uses something else for it?