The Movie Database Support

I am working on converting my physical library into a digital one. It's a little time consuming, but worth it since I have already cleared off two book shelves of DVDs. Anyway, my question/problem is that TheMovieDB.com obviously has ALL of the Avengers movie including the climax of Marvel: Endgame (I went and looked myself to verify before beginning this post). However NONE of the Avengers movies are populating in my recorder with the appropriate/any tags. I have tried proper spellings, new spellings, misspellings, abbreviations, removing vowels, removing consonants, shorthand, etc, but no Avengers movie shows up at all. Captain America, Doctor Strange, Antman, Black Panther: All of these load and I can find. For some reason, it is just the Avengers movies that I can find, but they are not loading to my recorder. Any thoughts?

7 replies (on page 1 of 1)

Jump to last post

Are you using any program that makes Scraper?
For example: Kodi, Plex, MediaElch, etc ...?
What version of the program are you using?
If so I will move this conversation to the API area.

To get the information you must be submitting a Title for each movie.
Can you give some examples of the title you are submitting?

What language are you looking for data in?

No, I'm not using scrappers. I am trying to add the MP4 Meta tag in the recording process. I am using Wondershare's UniConverter Ver. 11.5.1. When I record to MP4 it allows me to use TheMovieDB.com to add meta tags to the file. Up until the Avengers, it worked on all files, including movies from 1947 (which was a surprise to me).

Titles I am tried in the Uniconverter Search bar: Avengers: Endgame, Avengers, Ave, Endgame, End, Avenge. I've tried other as well just to see if Avengers will show up at all, but nothing. These are the ones I primarily fall back on to search.

For whatever reason, no movie with "Avengers" is coming from the search. But "Captain America: The First Avenger", and "The Toxic Avenger" show up, but nothing from today's Avengers cinematic series

Or at least I thought Uniconverter used TheMovieDB.com. If it does not, than I feel I am barking up the wrong tree.

So I went back and double checked: according to Uniconverter, TheMovieDB provides in the information for the MP4 tags I am trying to get ahold of.

I tried to find it on Wondershare's site where it fetches the metadata.
Could not find this information. That's why I didn't answer earlier.
I was expecting someone, some other user or moderator, would give us some information.
But you can find where this information is.
So if Wondershare uses TMDb, let's try to find out the cause of the problem.

I did a simple search here on the WEB interface, using just the term Avengers.
https://www.themoviedb.org/search/movie?page=3&query=Avengers
There are 3 pages of results. 51 movies. But probably Wondershare uses another form of search, the API service.
So I did a search with API Request.
https://api.themoviedb.org/3/search/movie?api_key=[MY_KEY]&language=en-US&query=Avengers&page=1&include_adult=false
If you have a Key API, try it out. I found 47 movies on 3 pages.

{
  "page": 1,
  "total_results": 47,
  "total_pages": 3,
  "results": [
    {
      "popularity": 52.989,
      "vote_count": 20722,
      "video": false,
      "poster_path": "/cezWGskPY5x7GaglTTRN4Fugfb8.jpg",
      "id": 24428,
      "adult": false,
      "backdrop_path": "/hbn46fQaRmlpBuUrEiFqv0GDL6Y.jpg",
      "original_language": "en",
      "original_title": "The Avengers",
      "genre_ids": [
        28,
        12,
        878
      ],
      "title": "The Avengers",
      "vote_average": 7.6,
      "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!",
      "release_date": "2012-05-04"
    },
    {
      "popularity": 65.198,
      "vote_count": 9876,
      "video": false,
      "poster_path": "/or06FN3Dka5tukK1e9sl16pB3iy.jpg",
      "id": 299534,
      "adult": false,
      "backdrop_path": "/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg",
      "original_language": "en",
      "original_title": "Avengers: Endgame",
      "genre_ids": [
        28,
        12,
        878
      ],
      "title": "Avengers: Endgame",
      "vote_average": 8.3,
      "overview": "After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.",
      "release_date": "2019-04-26"
    },
    {
      "popularity": 92.948,
      "vote_count": 15495,
      "video": false,
      "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg",
      "id": 299536,
      "adult": false,
      "backdrop_path": "/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg",
      "original_language": "en",
      "original_title": "Avengers: Infinity War",
      "genre_ids": [
        28,
        12,
        878
      ],
      "title": "Avengers: Infinity War",
      "vote_average": 8.3,
      "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.",
      "release_date": "2018-04-27"
    },
    {
      "popularity": 48.971,
      "vote_count": 14378,
      "video": false,
      "poster_path": "/t90Y3G8UGQp0f0DrP60wRu9gfrH.jpg",
      "id": 99861,
      "adult": false,
      "backdrop_path": "/rFtsE7Lhlc2jRWF7SRAU0fvrveQ.jpg",
      "original_language": "en",
      "original_title": "Avengers: Age of Ultron",

Conclusion: The movies in here are found in the WEB search and API Request.
Therefore, the problem must be in the Request being built and submitted by Wondershare.
Either the Request has a build error or is not coming to our server.
If you have access or knowledge, put here an example of Requesting one of these problem movies.
Otherwise, try a new search in Wondershare, and put here a Ctrl-C Ctrl-V from the search term. Identical, without any difference.


EDIT
What country are you in? You are in India?
What language are you searching in?
What is your operating system? Which version?
What language is your keyboard?

EDIT
What country are you in? You are in India?
What language are you searching in?
What is your operating system? Which version?
What language is your keyboard?

America English Windows 10 English

I don't see how we can help. Excuse me.
If you can access the Submitted Request, we may be able to assist you in some way.
I think you better contact the Wondershare author for some help.

I figured it out!
Add "The" prior to Avengers: Infinity War. That works.
Many times you may have to remove a space from a file name such as Heart Beat to look like HeartBeat.
And check your spelling!
And thanks TMDB for the use of your site!

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login