NAME
GBPVR::CDBI::RecordingSchedule - GBPVR.recording_schedule table
VERSION
Version 0.01
SYNOPSIS
ATTRIBUTES
oid, programme_oid, capture_source_oid, filename, status, recording_type, recording_group, manual_start_time, manual_end_time, manual_channel_oid, quality_level, pre_pad_minutes, post_pad_minutes
FOREIGN KEYS
programme_oid => L<GBPVR::CDBI::Programme>
capture_source_oid => L<GBPVR::CDBI::CaptureSource>
manual_channel_oid => L<GBPVR::CDBI::Channel>
METHODS
last_position
Alias accessor/mutator for the corresponding (created if none exists) GBPVR::CDBI::PlaybackPosition->last_position attribute.
archivetable
Attempts to return the corresponding (via unique_identifier) GBPVR::CDBI::VA::ArchiveTable object.
status_string
Maps $obj->status to a human-readable string.
AUTHOR
David Westbrook, <dwestbrook at gmail.com>
COPYRIGHT & LICENSE
Copyright 2006 David Westbrook, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.