myth_recent_recordings.pl File Reference

Go to the source code of this file.

Functions

 our ($num_recordings, $live, $heading, $plain_text, $text_format, $usage)
 our ($hours, $minutes, $seconds)
 our ($status_text_format, $status_value_format)
 GetOptions ('num_recordings|recordings=s'=>\$num_recordings, 'hours|o=i'=>\$hours, 'minutes=i'=>\$minutes, 'seconds|e=i'=>\$seconds, 'live'=>\$live, 'heading=s'=>\$heading, 'plain_text'=>\$plain_text, 'text_format=s'=>\$text_format, 'status_text_format=s'=>\$status_text_format, 'status_value_format=s'=>\$status_value_format, 'usage|help'=>\$usage)
 if ($usage)
 if (defined($plain_text))
foreach my $row (@{$rows{'rows'}})

Variables

use DBI
use MythTV
 $dnum_recordings = 5
 $dhours = -1
 $dminutes = -1
 $dseconds = -1
 $dheading = 'Recent Recordings:\n'
 $dtext_format = '%n/%j
g __pad0__
 $dstatus_text_format = '<a href="#">%n/%j
g __pad1__
g g
 $dstatus_value_format = '%n/%j
g __pad2__
 $num_recordings = $dnum_recordings
 $hours = $dhours
 $minutes = $dminutes
 $seconds = $dseconds
 $heading = $dheading
 $text_format = $dtext_format
 $status_text_format = $dstatus_text_format
 $status_value_format = $dstatus_value_format
my $now = time()
my $start_after = $now
my $count = 0
my rows = $Myth->backend_rows('QUERY_RECORDINGS Delete')
our $show


Function Documentation

our ( num_recordings,
live,
heading,
plain_text,
text_format,
usage 
)

our ( hours,
minutes,
seconds 
)

our ( status_text_format,
status_value_format 
)

GetOptions ( 'num_recordings|  recordings = s'=,
\$  num_recordings,
'hours|  o = i'=,
\$  hours,
minutes = i'=,
\$  minutes,
'seconds|  e = i'=,
\$  seconds,
'live'  ,
\$  live,
heading = s'=,
\$  heading,
'plain_text'  ,
\$  plain_text,
text_format = s'=,
\$  text_format,
status_text_format = s'=,
\$  status_text_format,
status_value_format = s'=,
\$  status_value_format,
'usage|help'  ,
\$  usage 
)

if ( usage  ) 

Definition at line 63 of file myth_recent_recordings.pl.

if ( defined($plain_text)   ) 

Definition at line 140 of file myth_recent_recordings.pl.

foreach my $row (  ) 

Definition at line 156 of file myth_recent_recordings.pl.


Variable Documentation

use DBI

Definition at line 9 of file myth_recent_recordings.pl.

use MythTV

Definition at line 11 of file myth_recent_recordings.pl.

$dnum_recordings = 5

Definition at line 22 of file myth_recent_recordings.pl.

Referenced by if().

$dhours = -1

Definition at line 24 of file myth_recent_recordings.pl.

Referenced by if().

$dminutes = -1

Definition at line 25 of file myth_recent_recordings.pl.

Referenced by if().

$dseconds = -1

Definition at line 26 of file myth_recent_recordings.pl.

Referenced by if().

$dheading = 'Recent Recordings:\n'

Definition at line 28 of file myth_recent_recordings.pl.

$dtext_format = '%n/%j

Definition at line 30 of file myth_recent_recordings.pl.

Definition at line 30 of file myth_recent_recordings.pl.

$dstatus_text_format = '<a href="#">%n/%j

Definition at line 32 of file myth_recent_recordings.pl.

Definition at line 32 of file myth_recent_recordings.pl.

g g

Definition at line 32 of file myth_recent_recordings.pl.

Referenced by add_left_prediction_bgr32(), asf_build_simple_index(), asf_read_header(), avcodec_string(), avi_read_packet(), AlphaBlender::blendImage(), OSDSurface::BlendToARGB(), blendtoargb_8_c(), BlendToBlack(), build_rgb_palette(), CHECK(), convert_to_rgb32(), dct_quantize_refine(), decode_frame(), decode_rgb_frame(), do_output_subblock(), Spectrum::draw(), MonoScope::draw(), StereoScope::draw(), Squares::drawRect(), dump_stream_format(), dvbsub_init_decoder(), dvbsub_parse_clut_segment(), ELFHash(), encode_dvb_subtitles(), encode_rgb_frame(), flic_decode_frame_8BPP(), BumpScope::generate_cmap(), generate_joint_tables(), grid3d_new(), guess_palette(), DVDRingBufferPriv::guess_palette(), BumpScope::hsv_to_rgb(), idcin_read_packet(), if(), ifopalette(), UIListBtnType::Init(), OSDListBtnType::InitItem(), main(), MythImage::MakeGradient(), mm_read_packet(), mov_read_stsd(), mp_decode_layer3(), MythDbSettings1::MythDbSettings1(), OSD::parseColor(), pnm_decode_frame(), process_ipmovie_chunk(), qtrle_decode_24bpp(), qtrle_decode_32bpp(), rgb15tobgr15(), rgb15tobgr16(), rgb16tobgr15(), rgb16tobgr16(), rgb24to15(), rgb24to16(), rgb24tobgr15(), rgb24tobgr16(), rgb24toyv12(), rgb32_to_yuv420p(), rgb32tobgr32(), rgb8tobgr8(), BumpScope::rgb_to_hsv(), sajax_get_common_js(), samepalette(), set2palettes(), OSDTypeTeletext::SetBackgroundColor(), sub_left_prediction_bgr32(), sws_scale(), vmd_decode(), vmdvideo_decode_init(), vqa_decode_chunk(), wc3_read_packet(), yuv2packed2(), yuv2packedXinC(), YUV420PtoRGB32(), YUV422PtoRGB32(), and yuv_a_to_rgba().

$dstatus_value_format = '%n/%j

Definition at line 36 of file myth_recent_recordings.pl.

Definition at line 36 of file myth_recent_recordings.pl.

$num_recordings = $dnum_recordings

Definition at line 39 of file myth_recent_recordings.pl.

$hours = $dhours

Definition at line 40 of file myth_recent_recordings.pl.

$minutes = $dminutes

Definition at line 41 of file myth_recent_recordings.pl.

$seconds = $dseconds

Definition at line 42 of file myth_recent_recordings.pl.

$heading = $dheading

Definition at line 43 of file myth_recent_recordings.pl.

$text_format = $dtext_format

Definition at line 44 of file myth_recent_recordings.pl.

$status_text_format = $dstatus_text_format

Definition at line 45 of file myth_recent_recordings.pl.

$status_value_format = $dstatus_value_format

Definition at line 46 of file myth_recent_recordings.pl.

my $now = time()

Definition at line 132 of file myth_recent_recordings.pl.

$start_after = $now

Definition at line 133 of file myth_recent_recordings.pl.

my $count = 0

Definition at line 153 of file myth_recent_recordings.pl.

my rows = $Myth->backend_rows('QUERY_RECORDINGS Delete')

our $show

Definition at line 155 of file myth_recent_recordings.pl.

Referenced by usage().


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5