TODO
* php interface to talk to web page ** status update % ** pausing due to cron job about to start
* recording - allow multiple of same prog, but with different priorities. Override lowest priority with higher. (e.g. background Midsomer Murders + high priority for new episodes)
* blob/list object
* multiplex recording
* In report: make a COPY of hash entry to show contents at that time
* Logfile option: use this to write direct to logfile (rather than stdout)
* test suite: set up test sql and run a suite of tests to check results (Test::More?)
* fix: tried recording all"flash forward" just recorded 1 prog?
NAME
TVGuide - Wrapper for TVGuide recording scheduler
SYNOPSIS
use TVGuide::Schedule ;
DESCRIPTION
DIAGNOSTICS
Setting the debug flag to level 1 prints out (to STDOUT) some debug messages, setting it to level 2 prints out more verbose messages.
AUTHOR
Steve Price
BUGS
None that I know of!
INTERFACE
new([%args])
-
Create a new object.
The %args are specified as they would be in the set method, for example:
'mmap_handler' => $mmap_handler
The full list of possible arguments are :
'fields' => Either ARRAY list of valid field names, or HASH of field names with default values
init_class([%args])
-
Initialises the Cwrsync object class variables. Creates a class instance so that these methods can also be called via the class (don't need a specific instance)
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 52:
=over without closing =back