The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::Util::XMLTV - utility method for dealing with XMLTV data

VERSION

version 0.3.9

SYNOPSIS

    use App::Wubot::Util::XMLTV;

DESCRIPTION

This library takes care of fetching XMLTV data using tv_grab_na_dd, parsing it using XML::Twig, and inserting it into a SQLite database. It also provides a number of methods to make it easy to retrieve data from the database and to display it in the web interface.

This plugin is not yet documented.

TODO: write more docs here!

SUBROUTINES/METHODS

$obj->fetch_process_data();

TODO: documentation this method

$obj->process_data();

TODO: documentation this method

$obj->get_data();

TODO: documentation this method

$obj->get_series_id();

TODO: documentation this method

$obj->get_program_id();

TODO: documentation this method

$obj->get_episodes();

TODO: documentation this method

$obj->get_program_details();

TODO: documentation this method

$obj->get_station();

TODO: documentation this method

$obj->get_program_crew();

TODO: documentation this method

$obj->get_roles();

TODO: documentation this method

$obj->get_program_genres();

TODO: documentation this method

$obj->get_channel();

TODO: documentation this method

$obj->get_station_id();

TODO: documentation this method

$obj->hide_station();

TODO: documentation this method

$obj->is_station_hidden();

TODO: documentation this method

$obj->set_score();

TODO: documentation this method

$obj->get_program_color();

TODO: documentation this method

$obj->clean_program_id();

TODO: documentation this method

$obj->get_score();

TODO: documentation this method

$obj->get_schedule();

TODO: documentation this method

$obj->get_rt();

TODO: documentation this method

$obj->fetch_rt_score();

TODO: documentation this method

$obj->get_rt_search_results();

TODO: documentation this method