This is an add-on for Kodi (aka XBMC) to show the latest and greatest videos from Giant Bomb dot com.
It's a website. About video games.
The actual source for the add-on is in plugin.video.giantbomb/. To make
development easier, there are make commands to install/uninstall the add-on
from your local XBMC instance:
make install-dev
make uninstall-dev
Tests are located in test/ (big surprise there). You can (and should!) run
them from make:
make test
To package the add-on into a .zip file for release, just run:
make package
This add-on is licensed under the GPL, version 3.
Image files (and a few small vestiges of code) courtesy of Whiskey Media.