|
MythTV
0.26-pre
|
Go to the source code of this file.
Functions | |
| our (@ISA,@EXPORT,@EXPORT_OK, $VERSION) | |
| and | die ("Could not create MythTV-new() $@") |
Variables | |
| package | mnvcommonsubs |
| use | strict |
| use | warnings |
| use | Encode |
| require | MythTV |
| $VERSION = '$Revision: 1.10 $' | |
| require | Exporter |
| ISA = qw(Exporter) | |
| EXPORT | |
| EXPORT_OK = qw() | |
| my | $mythobj |
| our | $netvisionver = mnvgetnetvisionver() |
| our | config |
| our | ( | @ | ISA, |
| @ | EXPORT, | ||
| @ | EXPORT_OK, | ||
| $ | VERSION | ||
| ) |
| package mnvcommonsubs |
Definition at line 8 of file mnvcommonsubs.pm.
| use strict |
Definition at line 10 of file mnvcommonsubs.pm.
Referenced by if().
| use warnings |
Definition at line 11 of file mnvcommonsubs.pm.
| use Encode |
Definition at line 13 of file mnvcommonsubs.pm.
Referenced by our_MD5Final(), SOAPClient::SendSOAPRequest(), and CDSObject::SetPropValue().
| require MythTV |
Definition at line 20 of file mnvcommonsubs.pm.
| $VERSION = '$Revision: 1.10 $' |
Definition at line 27 of file mnvcommonsubs.pm.
| require Exporter |
Definition at line 29 of file mnvcommonsubs.pm.
Definition at line 30 of file mnvcommonsubs.pm.
qw(mnvURLEncode mnvprintversion mnvcleanexit mnvinfomsg mnvcleantext mnvnumresults mnvfilter mnvprinttree mnvprintsearch mnvrssitem2mnv mnvistype mnvgetsetting mnvgeticonDir mnvrssheader mnvrssfooter mnvgetflashplayerurl mnvloadconfig mnvgetconfig mnvsetconfig)
Definition at line 31 of file mnvcommonsubs.pm.
Definition at line 34 of file mnvcommonsubs.pm.
| my $mythobj |
Definition at line 36 of file mnvcommonsubs.pm.
| our $netvisionver = mnvgetnetvisionver() |
Definition at line 41 of file mnvcommonsubs.pm.
(
'mnvinfo' => 0,
'mnvinfoop' => "",
'player' => "",
'playerargs' => "",
'download' => "",
'downloadargs' => "",
# A network player like a flash or html5 html. TODO 0.24 May not be approved
'netplayer' => "",
'netplayertype' => "",
# Seconds to cache results
'cachetime' => 72000,
'defaultautoplay' => 'autostart=1&autoplay=1'
)
Definition at line 45 of file mnvcommonsubs.pm.
Referenced by DeviceTree::EditNodeDialog(), GallerySettings::GallerySettings(), DXVA2Decoder::GetDecoderConfig(), mythplugin_config(), parseGeneralConfigStr(), RotorConfig::RunRotorPositionsDialog(), samplingFrequencyFromAudioSpecificConfig(), and XMLTV_generic_config::XMLTV_generic_config().
1.7.6.1