This documentation page isn't quite ready yet.
In fact, this file is still in its very first few iterations and is
pretty
limited so far...
Some manipulation methods for a
particular type of movie and TV show database. These expect a db
in the form of a CSV file with three fields per line: (1) index number,
(2) show or movie name and (3) show episode title. The third
field is defined as blank for movies. The movie_seeker finds a
given movie (or pattern) in the database. The movie_stripper
pulls out all the unique movie or show names in the database. The
show_stripper pulls out the episode names for a particular show name
(or pattern).
These are CGI correspondents to
the above movie database searches. They're used on the Gruntose
web site.