Metadata-Version: 2.1
Name: ovos-skill-moviemaster
Version: 0.0.8a7
Summary: OVOS hello world skill plugin
Home-page: https://github.com/OpenVoiceOS/ovos-skill-moviemaster
Author: OpenVoiceOS
Author-email: builderjer@gmail.com
License: Apache-2.0
Keywords: ovos skill plugin
License-File: LICENSE

# 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
