NAME

App::Wubot::Web::Tv - wubot tv web interface

VERSION

version 0.3.3

CONFIGURATION

~/wubot/config/webui.yaml

 ---
 plugins:
   tv:
     '/tv/crew/(.first)/(.last)': 'crew'
     '/tv/program/(.program_id)': 'program'
     '/tv/seen/(.show_id)/(.episode_num)/(.seen)': 'seen'
     '/tv/station/hide/(.station_id)/(.hide)': 'hide'
     '/tv/score/(.show)/(.score)': 'score'
     '/tv/rt/(.program_id)': 'rt'
     '/tv/schedule/crew/(.first)/(.last)': 'schedule_crew'
     '/tv/schedule': 'schedule'
     '/tv/schedule/(.program_id)': 'schedule_program'
     '/tv/ical': 'ical'
     '/tv/oldschedule': 'oldschedule'

DESCRIPTION

The wubot web interface is still under construction. There will be more information here in the future.

TODO: finish docs

SUBROUTINES/METHODS

crew
program
seen
hide
score
rt
schedule_crew
schedule
schedule_program
ical
oldschedule