|
ETVDB
0.6.0
ETVDB is a tool and a library to get data from The TV Database (TVDB)
|
#include <etvdb.h>
Data Fields | |
| uint32_t | id |
| char * | imdb_id |
| char * | name |
| char * | overview |
| char * | firstaired |
| uint16_t | number |
| uint16_t | season |
| Series * | series |
this structure represents a TVDB Episode
it is roughly comparable to TVDB's Base Series Record.
| char* firstaired |
Episode aired first at this date
| uint32_t id |
TVDB ID
| char* imdb_id |
IMDB Episode ID
| char* name |
Episode Name
| uint16_t number |
Episode Number in Season
| char* overview |
Episode Description
| uint16_t season |
Season Number in Series
| Series* series |
parent Series structure
1.8.11