Metadata-Version: 2.4
Name: ovos-skill-moviemaster
Version: 0.0.15a1
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
OVOS skill to query IMDB about movies

# <img src='PrimaryLogo_Green.png' width='50' style='vertical-align:bottom'/> Movie Master
Find information about movies, actors and production details.

## About

Easily find information about a movie with your voice.

## 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
Installation should be pretty much effortless.

### Manual Installation

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

### After Installation

* Ask a question about a movie
* "Hey Mycroft, tell me about the movie Monty Python and the Holy Grail"
* Listen to the awesome response!!

If you are experiencing to much usage and the skill is returning errors you may enter your own API key

* Signup [here](https://www.themoviedb.org/account/signup) for a FREE account

* Get API key [here](https://www.themoviedb.org/settings/api)
* You will get a v.3 key and a v.4 key
* We will use the v.3 for this version **REMEMBER THIS, YOU WILL NEED IT**
* Enter your new v.3 API key in your [Skill Settings File](https://openvoiceos.github.io/community-docs/082-ht_skills_config/)

## Category
**Entertainment**

## Tags
#TMDB
#Movies
#Actors
#Mark I

## ToDo
Keep checking for more updates.

## Credits
This skill uses tmdbv3api avaliable on GitHub at [tmdbv3api](https://github.com/AnthonyBloomer/tmdbv3api.git)

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

builderjer@github.com
