Metadata-Version: 2.1
Name: limnoria-imdb
Version: 2020.6.1+git
Home-page: https://github.com/oddluck/limnoria-plugins/
Author: butterscotchstallion
Maintainer: oddluck
Maintainer-email: oddluck@riseup.net
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Description-Content-Type: text/markdown

Information about IMDb titles from the OMDB API.

Obtain an [OMDB API Key](https://omdbapi.com/apikey.aspx)

`config plugins.imdb.omdbAPI your_key_here`

`config plugins.imdb.google 0-2` 0 to disable search using the Google plugin. 1 to set first priority. 2 to set second priority.

`config plugins.imdb.ddg 0-2` 0 to disable search using the DDG plugin. 1 to set first priority. 2 to set second priority.

`config plugins.imdb.template` change the reply template

Default template:
 
`$logo :: $title ($year, $country, [$rated], $genre, $runtime) :: IMDb: $imdbRating | MC: $metascore | RT: $tomatoMeter :: http://imdb.com/title/$imdbID :: $plot :: Director: $director :: Cast: $actors :: Writer: $writer`

`config plugins.imdb.logo` change the template logo

Default logo: `\x02\x031,8 IMDb \x03`

### Available variables for IMDB template ###

Variable       | Description
---------------|------------
logo           | Colored IMDB logo
title          | Movie title
year           | Release year
country        | Country
director       | Director
plot           | Plot
imdbID         | IMDB tile ID#
imdbRating     | IMDB rating
metascore      | Metacritic score
tomatometer    | Rotten Tomatoes score
released       | Release date
genre          | Genre
awards         | Awards won
actors         | Actors
rated          | Rating
runtime        | Runtime
writer         | Writer
votes          | Votes
website        | Website URL
language       | Language
boxOffice      | Box Office
production     | Production company
poster         | Poster URL
