User:Dekarl/Static File Grabber Template

From XMLTV
< User:Dekarl
Revision as of 16:54, 2 September 2010 by Dekarl (Talk | contribs) (draft concept for a grabber that just downloads a file (and what it's good for anyway))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Concept of a static file grabber.

Advantages

A simple static file grabber has some advantages over a plain XMLTV file on the internet.

  • easy to find: a new user can find the guide source via tv_find_grabbers instead of having to search all over the internet
  • easy to install: the user doesn't have to care about various means of compression nor does he have to take care of caching to easen the load on the webserver
  • easy to keep running: by going via a supplementary file the location of the "plain file" can be changed without updating xmltv

If you already have your guide file on the internet and want to support xmltv consumers you can either convert it upstream on your webserver or

  • format conversion in the grabber instead of multiple formats on the server