MovieDB ======= The MovieDB Service provides access to movie data using TMDB (The MovieDB API). For more information, check out https://www.themoviedb.org/ Terms of use: https://www.themoviedb.org/documentation/api/terms-of-use .. toctree:: :maxdepth: 2 :titlesonly: :caption: RPC Categories Movies.rst People.rst RPCS ---- .. function:: MovieDB.getImage(path: String) Get an image from a path. **Arguments:** - ``path: String`` (`String `__) - location of the image **Returns:** ``Image`` (`Image `__) - the requested image .. function:: MovieDB.searchMovie(title: String) Search for a given movie and return movie IDs. **Arguments:** - ``title: String`` (`String `__) - Title of movie .. function:: MovieDB.searchPerson(name: String) Search for a given actor and return person IDs. **Arguments:** - ``name: String`` (`String `__) - Name of person to search for