[mythtv] how to get "Extra Disk Space" setting?

Nigel Pearson nigel at ind.tansu.com.au
Wed Jan 20 00:09:27 UTC 2016


On 20 Jan 2016, at 10:40 am, Jerome Yuzyk <jerome at supernet.ab.ca> wrote:
> 
> Got it. Is that value GB (1000 ** 3) or GiB (1024 ** 3)?


Googled for "MythTV AutoExpireExtraSpace: and looked for some code, and:


http://www.cuymedia.com/mythtv-jya/mythtv_2programs_2mythfrontend_2globalsettings_8cpp_source.html

…

00326 static GlobalSpinBox *AutoExpireExtraSpace()
00327 {
00328     GlobalSpinBox *bs = new GlobalSpinBox("AutoExpireExtraSpace", 0, 200, 1);
00329     bs->setLabel(QObject::tr("Extra disk space (GB)"));
00330     bs->setHelpText(QObject::tr("Extra disk space (in gigabytes) beyond what "
00331                     "MythTV requires that you want to keep free on the "
00332                     "recording file systems."));
00333     bs->setValue(1);
00334     return bs;
00335 };




--
Nigel Pearson           |"What is this red liquid...?"
nigel at ind.tansu.com.au  |    "It's called blood, hero"
Telstra Sydney Australia|"Do I need it?"
8576 5449, fax 9298 9033|            Bolt



More information about the mythtv-dev mailing list