TMDb

Media.addID

The Media.addID method allows you to add a file or disc id to the TMDb database. These file id's can be useful for identifying movies without having to worry about their file name.

We currently support 2 kinds of id's. More about these id's and hashes can be found here.

Authentication Required This is a POST method that needs a valid session key.

Example

http://api.themoviedb.org/2.1/Media.addID

Method parameters

Authentication & Access

This service requires authentication. Please see the authentication basics page for more information.

Since this is a write service, it must be accessed with an HTTP POST request.

Example Response


<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
  <status>
    <code>1</code>
    <status>Success</status>
  </status>
</OpenSearchDescription>