- What is it?
ETVDB_CLI is a command line tool to get data from The TV Database (TVDB). It is written in C and makes use of the Enlightenment Foundation Libraries and the etvdb library.
- How to build
This is super easy:
mkdir BUILD/ && cd BUILD/
cmake .. && make && sudo make install
The dependencies are Eina, Ecore and etvdb.
- License
etvdb_cli is available under the GPLv3 or any later version.
See COPYING for details.