Metadata-Version: 2.4
Name: ovos-skill-moviemaster
Version: 0.1.0a3
Summary: OVOS movie information skill powered by TMDB
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-moviemaster
Keywords: ovos,skill,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tmdbv3api
Requires-Dist: ovos-utils<1.0.0,>=0.0.28
Requires-Dist: ovos-workshop<10.0.0,>=8.0.0
Requires-Dist: ovos-date-parser
Requires-Dist: ovos-number-parser
Provides-Extra: test
Requires-Dist: ovoscope<2.0.0,>=1.5.0; extra == "test"
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Requires-Dist: ovos-spec-tools<2.0.0,>=1.4.0a1; extra == "test"
Requires-Dist: ovos-padatious<2.0.0,>=1.8.0a1; extra == "test"
Requires-Dist: ovos-core<2.3.0,>=2.2.4a1; extra == "test"
Requires-Dist: ovos-workshop<10.0.0,>=8.3.0a1; extra == "test"
Requires-Dist: ovos-bus-client<3.0.0,>=2.2.0a1; extra == "test"
Dynamic: license-file

# ovos-skill-moviemaster

<img src='PrimaryLogo_Green.png' width='50' style='vertical-align:bottom'/> Movie Master is an OVOS skill that finds information about movies, actors, and production details using [The Movie Database (TMDb)](https://www.themoviedb.org/).

## Examples

- "What is the movie _______ about?"
- "Tell me about the movie _______"
- "Who plays in the movie _______?"
- "What genres does the flick _______ belong to?"
- "Look for information on the movie _______."
- "When was the movie _______ made?"
- "Do you have info on the film _______?"
- "What are popular movies playing now?"
- "What films do you recommend like _______?"
- "How long is the movie _______?"
- "What are the highest rated movies out?"

## Installation

Install the skill with pip:

```
pip install git+https://github.com/OpenVoiceOS/ovos-skill-moviemaster
```

### After installation

Ask a question about a movie, for example "Tell me about the movie Monty Python and the Holy Grail".

The skill ships with a shared TMDb API key. If you hit usage limits, use your own key instead:

1. Sign up for a free account [at TMDb](https://www.themoviedb.org/account/signup).
2. Get an API key [from your TMDb account settings](https://www.themoviedb.org/settings/api). TMDb issues a v3 key and a v4 key. This skill uses the v3 key.
3. Enter the v3 key in your [skill settings file](https://openvoiceos.github.io/community-docs/082-ht_skills_config/) under `apiv3`.

## Category

**Entertainment**

## Tags

#TMDB
#Movies
#Actors

## Related projects

- [OpenVoiceOS/ovos-skill-wikipedia](https://github.com/OpenVoiceOS/ovos-skill-wikipedia) — general knowledge lookups
- [OpenVoiceOS/ovos-skill-pokepedia](https://github.com/OpenVoiceOS/ovos-skill-pokepedia) — another info-lookup skill built the same way

## Credits

This skill uses [tmdbv3api](https://github.com/AnthonyBloomer/tmdbv3api), a Python wrapper for the TMDb API.

It also uses the TMDb API. This skill is not endorsed or certified by TMDb. Information is available [at TMDb](https://www.themoviedb.org/).

## License

Apache-2.0
