MythTV  0.26-pre
Functions | Variables
flush_deleted_recgroup.pl File Reference

Go to the source code of this file.

Functions

use dirname (abs_path($0 or $PROGRAM_NAME))
 our ($command, $force, $usage)
 GetOptions ('force'=>\$force, 'usage|help|h'=>\$usage)
 if ($usage)
foreach my $row (@{$rows{'rows'}})
 if ($i > 0)

Variables

use English
use Cwd abs_path
use lib
use MythTV
 $command = $force ? 'FORCE_DELETE_RECORDING' : 'DELETE_RECORDING'
my $myth = new MythTV()
my rows = $myth->backend_rows('QUERY_RECORDINGS Descending')
my $i = 0

Function Documentation

use dirname ( abs_path($0 or $PROGRAM_NAME)  )
our ( command,
force,
usage 
)
GetOptions ( 'force ,
\$  force,
'usage|help|h'  ,
\$  usage 
)
if ( usage)

Definition at line 28 of file flush_deleted_recgroup.pl.

foreach my $row ( )

Definition at line 77 of file flush_deleted_recgroup.pl.

if ( i,
 
)

Definition at line 91 of file flush_deleted_recgroup.pl.


Variable Documentation

use English

Definition at line 12 of file flush_deleted_recgroup.pl.

use Cwd abs_path

Definition at line 15 of file flush_deleted_recgroup.pl.

use lib

Definition at line 16 of file flush_deleted_recgroup.pl.

use MythTV

Definition at line 17 of file flush_deleted_recgroup.pl.

$command = $force ? 'FORCE_DELETE_RECORDING' : 'DELETE_RECORDING'

Definition at line 67 of file flush_deleted_recgroup.pl.

Referenced by if().

my $myth = new MythTV()

Definition at line 70 of file flush_deleted_recgroup.pl.

my rows = $myth->backend_rows('QUERY_RECORDINGS Descending')

Definition at line 73 of file flush_deleted_recgroup.pl.

Referenced by if(), and PlaybackProfileConfig::InitUI().

my $i = 0

Definition at line 76 of file flush_deleted_recgroup.pl.

Referenced by $line(), and if().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends