NAME

Konstrukt::Plugin::vdr::DBI - VDR Backend Driver

SYNOPSIS

        #TODO

DESCRIPTION

The DBI backend for the personal userdata.

METHODS

init

Initialization of this class

check_collision

Returns the id of a colliding show if there is a collision with schedules shows.

Parameters:

add_entry

Adds a new tv show.

Parameters:

get_entries

Returns an array of hash references with the keys id, channel, title, year, month, day, start_hour, start_minute, end_hour, end_minute, jobs.

get_entry

Returns one specified saved tv show as an hash references with the keys id, channel, title, year, month, day, start_hour, start_minute, end_hour, end_minute, jobs

Parameters:

delete_entry

Removes an existing entry.

Parameters:

AUTHOR

The copyrights of this file are property of Thomas Wittek, tw@zentrifuge.biz

You may not alter or sell this piece of code without my permission.

SEE ALSO

Konstrukt::Plugins::vdr, Konstrukt