tvdb2Cal Code
Status: Beta
Brought to you by:
utopiabound
File | Date | Author | Commit |
---|---|---|---|
TVDB | 2015-03-30 |
![]() |
[54d053] TVDB: fix except strings |
.gitignore | 2011-10-20 |
![]() |
[673731] Initial Drop of files. |
.htaccess | 2012-04-03 |
![]() |
[fc1e64] Add default htaccess |
COPYING | 2012-02-03 |
![]() |
[37ce21] Add GPLv3 copyright |
README | 2012-01-06 |
![]() |
[d579fa] Replace parse routines with python-dateutil |
TODO | 2013-01-18 |
![]() |
[ed5eab] TZ: fix local timezone processing |
tvdb.conf | 2011-10-29 |
![]() |
[46ed92] Add tvdb.conf to repository and update README t... |
tvdb2cal.cgi | 2012-01-12 |
![]() |
[a39c44] Add execute bit to cgi |
tvdb2cal.py | 2014-06-17 |
![]() |
[ee2d09] Disable debug by default and add a command line... |
TheTVDB.com to Calendar API References: * TVDB http://thetvdb.com/wiki/index.php?title=Programmers_API * Requires Packages PyXML (works with 0.8.4) python-vobject (Tested with 0.8.1c) python-dateutil python (works with 2.4+, Tested with 2.4 and 2.7) * How To Use 1. Get API key from tvdb.com 2. Edit tvdb.conf to include your API key 3. Add cron job to create your ics file or add as CGI python tvdb2cal.py userid=YOURID > /path/to/tv.ics