2014-02-20 07:23:25 +01:00
|
|
|
## theTVDB
|
|
|
|
|
|
|
|
Addes various TVDB funtionalities.
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
This module provides a command which allows users to search for series on theTVDB.com.
|
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
|
|
|
|
It has following dependencies:
|
|
|
|
+ [node-tvdb](https://github.com/enyo/node-tvdb)
|
|
|
|
|
|
|
|
### config.json
|
|
|
|
|
|
|
|
ignorable and apiKey can be set. A key can be requested at http://thetvdb.com/?tab=apiregister
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"ignorable": true,
|
2014-02-20 21:10:45 +01:00
|
|
|
"api_key": "blah"
|
2014-02-20 07:23:25 +01:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
### Commands
|
|
|
|
|
2014-02-20 21:10:45 +01:00
|
|
|
~tvdb [series]
|
2014-02-20 07:23:25 +01:00
|
|
|
Searches for series on theTVDB
|
|
|
|
Example:
|
|
|
|
+ ~tvdb How I met your Mother
|
|
|
|
|
2014-02-20 21:10:45 +01:00
|
|
|
### TODO
|