Online Dutch TV guide using the tvgids.nl API

Taddeus Kroes 198cd3bc2b Watch script cleanup %!s(int64=11) %!d(string=hai) anos
lib 4c98cbfdc9 Removed unused file %!s(int64=12) %!d(string=hai) anos
.gitignore b89c305e1d Removed generated file from repo index %!s(int64=12) %!d(string=hai) anos
Makefile 69c37cedf1 Added minifying target to Makefile %!s(int64=12) %!d(string=hai) anos
README.md 485560a18f Updated features list %!s(int64=11) %!d(string=hai) anos
analytics.php 74fab0e696 Moved analytics code to separate file %!s(int64=11) %!d(string=hai) anos
channels.js 59adfe9c18 First working version %!s(int64=12) %!d(string=hai) anos
channels.php 59adfe9c18 First working version %!s(int64=12) %!d(string=hai) anos
details.php 0f82e0d3fc Disabled IMDB for series because it costs some speed %!s(int64=11) %!d(string=hai) anos
guide.coffee af391fc8bc Re-added some parantheses where stuff was broken %!s(int64=11) %!d(string=hai) anos
index.php 1a09dcf7f2 Code cleanup %!s(int64=11) %!d(string=hai) anos
loading.gif 0531a92cd0 Added loading screen, fixed some minor CSS issues %!s(int64=12) %!d(string=hai) anos
programs.php 59adfe9c18 First working version %!s(int64=12) %!d(string=hai) anos
settings.coffee 7a1a589e0c Added comedy Central to default channel list %!s(int64=12) %!d(string=hai) anos
settings.php 74fab0e696 Moved analytics code to separate file %!s(int64=11) %!d(string=hai) anos
style.sass 058a4c8ab2 Updated details parser for new page format %!s(int64=11) %!d(string=hai) anos
watch.sh 198cd3bc2b Watch script cleanup %!s(int64=11) %!d(string=hai) anos

README.md

tvgids

This an online TV guide for Dutch TV channels, realized using the TVGids.nl API. This web page is designed to be an alternative for http://tvgids.nl/lijsten/horizontaal, offering a quick-to-use interface that saves preferences (e.g. favorite channels) in HTML5 local storage, rather than requiring a registered account.

A working version is available at http://tvgids.tkroes.nl.

Features

  • Complete list of programs for 123 channels.
  • See programs from 2 days before and 2 days ahead.
  • Select favourite channels (saved using HTML5 local storage).
  • Click on a program to see detailed information (screen-scraped from TVGids.nl).
  • Select favourite programs, which remain highlighted in the future (saved using HTML5 local storage).
  • An IMDB link is added to the details pane for movies.

Issues & TODO

  • Add timestamp to favourite programs, and remove entries older than 7 days to prevent clogging.