DariusIII/newznab-tmux

View on GitHub
database/seeders/SettingsTableSeeder.php

Summary

Maintainability
F
1 wk
Test Coverage
<?php

namespace Database\Seeders;

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;

class SettingsTableSeeder extends Seeder
{
    /**
     * Auto generated seed file.
     */
    public function run(): void
    {
        DB::table('settings')->delete();

        DB::table('settings')->insert([
            0 => [
                'section' => '',
                'subsection' => '',
                'name' => 'addpar2',
                'value' => '0',
                'hint' => 'When going through PAR2 files, add them to the RAR file content list of the NZB.',
                'setting' => 'addpar2',
            ],
            2 => [
                'section' => '',
                'subsection' => '',
                'name' => 'alternate_nntp',
                'value' => '0',
                'hint' => 'This sets Postproccessing Additional/Nfo to use the alternate NNTP provider as set in config.php.',
                'setting' => 'alternate_nntp',
            ],
            4 => [
                'section' => '',
                'subsection' => '',
                'name' => 'backfillthreads',
                'value' => '1',
                'hint' => 'The number of threads for backfill.',
                'setting' => 'backfillthreads',
            ],
            5 => [
                'section' => '',
                'subsection' => '',
                'name' => 'binarythreads',
                'value' => '1',
                'hint' => 'The number of threads for update_binaries. If you notice that you are getting a lot of parts into the partrepair table, it is possible that you USP is not keeping up with the requests. Try to reduce the threads to safe scripts or stop using safe scripts until improves. Ar least until the cause can be determined.',
                'setting' => 'binarythreads',
            ],
            6 => [
                'section' => '',
                'subsection' => '',
                'name' => 'book_reqids',
                'value' => '7010',
                'hint' => 'Categories of Books to lookup information for (only work if Lookup Books is set to yes).',
                'setting' => 'book_reqids',
            ],
            7 => [
                'section' => '',
                'subsection' => '',
                'name' => 'checkpasswordedrar',
                'value' => '0',
                'hint' => 'Whether to attempt to peek into every release, to see if rar files are password protected.',
                'setting' => 'checkpasswordedrar',
            ],
            8 => [
                'section' => '',
                'subsection' => '',
                'name' => 'completionpercent',
                'value' => '95',
                'hint' => 'The minimum completion % to keep a release. Set to 0 to disable.',
                'setting' => 'completionpercent',
            ],
            9 => [
                'section' => '',
                'subsection' => '',
                'name' => 'compressedheaders',
                'value' => '0',
                'hint' => 'Some servers allow headers to be sent over in a compressed format.  If enabled this will use much less bandwidth, but processing times may increase.<br />If you notice that update binaries or backfill seems to hang, look in htop and see if a group is being processed. If so, first try disabling compressed headers and let run until it processes the group at least once, then you can re-enable compressed headers.',
                'setting' => 'compressedheaders',
            ],
            10 => [
                'section' => '',
                'subsection' => '',
                'name' => 'crossposttime',
                'value' => '2',
                'hint' => 'The time in hours to check for cross-posted releases.',
                'setting' => 'crossposttime',
            ],
            11 => [
                'section' => '',
                'subsection' => '',
                'name' => 'currentppticket',
                'value' => '0',
                'hint' => '',
                'setting' => 'currentppticket',
            ],
            12 => [
                'section' => '',
                'subsection' => '',
                'name' => 'debuginfo',
                'value' => '0',
                'hint' => '',
                'setting' => 'debuginfo',
            ],
            13 => [
                'section' => '',
                'subsection' => '',
                'name' => 'delaytime',
                'value' => '2',
                'hint' => 'The time in hours to wait, since last activity, before releases without parts counts in the subject are are created<br \\> Setting this below 2 hours could create incomplete releases.',
                'setting' => 'delaytime',
            ],
            14 => [
                'section' => '',
                'subsection' => '',
                'name' => 'deletepasswordedrelease',
                'value' => '0',
                'hint' => 'Whether to delete releases which are passworded.',
                'setting' => 'deletepasswordedrelease',
            ],
            15 => [
                'section' => '',
                'subsection' => '',
                'name' => 'deletepossiblerelease',
                'value' => '0',
                'hint' => 'Whether to delete releases which are potentially passworded.',
                'setting' => 'deletepossiblerelease',
            ],
            16 => [
                'section' => '',
                'subsection' => '',
                'name' => 'disablebackfillgroup',
                'value' => '0',
                'hint' => 'Whether to disable backfill on a group if the target date has been reached.',
                'setting' => 'disablebackfillgroup',
            ],
            17 => [
                'section' => '',
                'subsection' => '',
                'name' => 'extractusingrarinfo',
                'value' => '0',
                'hint' => 'Whether to use rarinfo or 7zip/unrar directly to decompress zip/rar files.',
                'setting' => 'extractusingrarinfo',
            ],
            18 => [
                'section' => '',
                'subsection' => '',
                'name' => 'ffmpeg_duration',
                'value' => '5',
                'hint' => 'The maximum duration (In Seconds) for ffmpeg to generate the sample for. (Default 5)',
                'setting' => 'ffmpeg_duration',
            ],
            19 => [
                'section' => '',
                'subsection' => '',
                'name' => 'ffmpeg_image_time',
                'value' => '5',
                'hint' => '',
                'setting' => 'ffmpeg_image_time',
            ],
            20 => [
                'section' => '',
                'subsection' => '',
                'name' => 'fixnamesperrun',
                'value' => '10',
                'hint' => 'The maximum number of releases to check per run(threaded script only).',
                'setting' => 'fixnamesperrun',
            ],
            21 => [
                'section' => '',
                'subsection' => '',
                'name' => 'fixnamethreads',
                'value' => '1',
                'hint' => 'The number of threads for fixReleasesNames. This includes md5, nfos and filenames.',
                'setting' => 'fixnamethreads',
            ],
            22 => [
                'section' => '',
                'subsection' => '',
                'name' => 'grabstatus',
                'value' => '1',
                'hint' => 'Whether to update download counts when someone downloads a release.',
                'setting' => 'grabstatus',
            ],
            23 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lastpretime',
                'value' => '0',
                'hint' => 'Last time we downloaded a pre using WEB sources',
                'setting' => 'lastpretime',
            ],
            24 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookup_reqids',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup Request IDs using the Request ID link below.',
                'setting' => 'lookup_reqids',
            ],
            25 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupanidb',
                'value' => '0',
                'hint' => 'Whether to attempt to lookup anime information from AniDB when processing binaries. Currently it is not recommend to enable this.',
                'setting' => 'lookupanidb',
            ],
            26 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupbooks',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup book information from Amazon when processing binaries.',
                'setting' => 'lookupbooks',
            ],
            27 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupgames',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup game information from Amazon when processing binaries.',
                'setting' => 'lookupgames',
            ],
            28 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupimdb',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup film information from IMDB or TheMovieDB when processing binaries.',
                'setting' => 'lookupimdb',
            ],
            29 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupmusic',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup music information from Amazon when processing binaries.',
                'setting' => 'lookupmusic',
            ],
            30 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupnfo',
                'value' => '1',
                'hint' => 'Whether to attempt to retrieve an nfo file from usenet when processing binaries.<br/>NOTE: disabling nfo lookups will disable movie lookups.',
                'setting' => 'lookupnfo',
            ],
            31 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookuppar2',
                'value' => '0',
                'hint' => 'Whether to attempt to find a better name for releases in misc->other using the PAR2 file.<br/>NOTE: this can be slow depending on the group!',
                'setting' => 'lookuppar2',
            ],
            32 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookuptvrage',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup tv rage ids on the web when processing binaries.',
                'setting' => 'lookuptvrage',
            ],
            33 => [
                'section' => '',
                'subsection' => '',
                'name' => 'lookupxxx',
                'value' => '1',
                'hint' => 'Whether to attempt to lookup xxx information from ADE or Popporn when processing binaries.',
                'setting' => 'lookupxxx',
            ],
            34 => [
                'section' => '',
                'subsection' => '',
                'name' => 'max_headers_iteration',
                'value' => '1000000',
                'hint' => 'The maximum number of headers that update binaries is given as the total range. This ensures that a total of no more than this amount is attempted to be downloaded per group.',
                'setting' => 'max_headers_iteration',
            ],
            35 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxaddprocessed',
                'value' => '25',
                'hint' => 'The maximum amount of releases to process for passwords/previews/mediainfo per run. Every release gets processed here. This uses NNTP an connection, 1 per thread. This does not query Amazon.',
                'setting' => 'maxaddprocessed',
            ],
            36 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxanidbprocessed',
                'value' => '100',
                'hint' => 'The maximum amount of anime to process with anidb per run. This does not use an NNTP connection or query Amazon.',
                'setting' => 'maxanidbprocessed',
            ],
            37 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxbooksprocessed',
                'value' => '300',
                'hint' => 'The maximum amount of books to process with amazon per run. This does not use an NNTP connection',
                'setting' => 'maxbooksprocessed',
            ],
            38 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxgamesprocessed',
                'value' => '150',
                'hint' => 'The maximum amount of games to process with amazon per run. This does not use an NNTP connection.',
                'setting' => 'maxgamesprocessed',
            ],
            39 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maximdbprocessed',
                'value' => '100',
                'hint' => 'The maximum amount of movies to process with IMDB per run. This does not use an NNTP connection or query Amazon.',
                'setting' => 'maximdbprocessed',
            ],
            40 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxmssgs',
                'value' => '20000',
                'hint' => 'The maximum number of messages to fetch at a time from the server. Only raise this if you have php set right and lots of RAM.',
                'setting' => 'maxmssgs',
            ],
            41 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxmusicprocessed',
                'value' => '150',
                'hint' => 'The maximum amount of music to process with amazon per run. This does not use an NNTP connection.',
                'setting' => 'maxmusicprocessed',
            ],
            42 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxnestedlevels',
                'value' => '3',
                'hint' => 'How many levels deep to go into nested rar/zip files.',
                'setting' => 'maxnestedlevels',
            ],
            43 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxnfoprocessed',
                'value' => '100',
                'hint' => 'The maximum amount of NFO files to process per run. This uses an NNTP connection, 1 per thread. This does not query Amazon.',
                'setting' => 'maxnfoprocessed',
            ],
            44 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxnforetries',
                'value' => '5',
                'hint' => 'How many times to retry when a NFO fails to download. If set to 0, we will not retry. The max is 7.',
                'setting' => 'maxnforetries',
            ],
            45 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxnzbsprocessed',
                'value' => '1000',
                'hint' => 'The maximum amount of NZB files to create on stage 5 in update_releases.',
                'setting' => 'maxnzbsprocessed',
            ],
            46 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxpartrepair',
                'value' => '15000',
                'hint' => 'The maximum amount of articles to attempt to repair at a time. If you notice that you are getting a lot of parts into the partrepair table, it is possible that you USP is not keeping up with the requests. Try to reduce the threads to safe scripts or stop using safe scripts until improves. At least until the cause can be determined.',
                'setting' => 'maxpartrepair',
            ],
            47 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxpartsprocessed',
                'value' => '3',
                'hint' => 'If a part fails to download while post processing, this will retry up to the amount you set, then give up.',
                'setting' => 'maxpartsprocessed',
            ],
            48 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxrageprocessed',
                'value' => '75',
                'hint' => 'The maximum amount of TV shows to process with TVRage per run. This does not use an NNTP connection or query Amazon.',
                'setting' => 'maxrageprocessed',
            ],
            49 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxsizetopostprocess',
                'value' => '100',
                'hint' => 'The maximum size in gigabytes to post process (additional) a release. If set to 0, then ignored.',
                'setting' => 'maxsizetopostprocess',
            ],
            50 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxsizetoprocessnfo',
                'value' => '100',
                'hint' => 'The maximum size in gigabytes of a release to process it for NFOs. If set to 0, then ignored.',
                'setting' => 'maxsizetoprocessnfo',
            ],
            51 => [
                'section' => '',
                'subsection' => '',
                'name' => 'maxxxxprocessed',
                'value' => '100',
                'hint' => 'The maximum amount of xxx to process with ADE and Popporn per run. This does not use an NNTP connection or query Amazon.',
                'setting' => 'maxxxxprocessed',
            ],
            52 => [
                'section' => '',
                'subsection' => '',
                'name' => 'minsizetopostprocess',
                'value' => '1',
                'hint' => 'The minimum size in megabytes to post process (additional) a release. If set to 0, then ignored.',
                'setting' => 'minsizetopostprocess',
            ],
            53 => [
                'section' => '',
                'subsection' => '',
                'name' => 'minsizetoprocessnfo',
                'value' => '1',
                'hint' => 'The minimum size in megabytes of a release to process it for NFOs. If set to 0, then ignored.',
                'setting' => 'minsizetoprocessnfo',
            ],
            54 => [
                'section' => '',
                'subsection' => '',
                'name' => 'mischashedretentionhours',
                'value' => '0',
                'hint' => 'The number of hours releases categorized as Misc->Hashed will be retained. Set to 0 to disable.',
                'setting' => 'mischashedretentionhours',
            ],
            55 => [
                'section' => '',
                'subsection' => '',
                'name' => 'miscotherretentionhours',
                'value' => '0',
                'hint' => 'The number of hours releases categorized as Misc->Other will be retained. Set to 0 to disable.',
                'setting' => 'miscotherretentionhours',
            ],
            56 => [
                'section' => '',
                'subsection' => '',
                'name' => 'newgroupdaystoscan',
                'value' => '1',
                'hint' => 'Days',
                'setting' => 'newgroupdaystoscan',
            ],
            57 => [
                'section' => '',
                'subsection' => '',
                'name' => 'newgroupmsgstoscan',
                'value' => '100000',
                'hint' => 'Posts',
                'setting' => 'newgroupmsgstoscan',
            ],
            58 => [
                'section' => '',
                'subsection' => '',
                'name' => 'newgroupscanmethod',
                'value' => '0',
                'hint' => 'Scan back X (posts/days) for each new group? Use backfill to scan further.',
                'setting' => 'newgroupscanmethod',
            ],
            59 => [
                'section' => '',
                'subsection' => '',
                'name' => 'nextppticket',
                'value' => '0',
                'hint' => '',
                'setting' => 'nextppticket',
            ],
            60 => [
                'section' => '',
                'subsection' => '',
                'name' => 'nfothreads',
                'value' => '1',
                'hint' => 'The number of threads for nfo postprocessing. The max is 16, if you set anything higher it will use 16.',
                'setting' => 'nfothreads',
            ],
            61 => [
                'section' => '',
                'subsection' => '',
                'name' => 'nntpretries',
                'value' => '10',
                'hint' => 'The maximum number of retry attmpts to connect to nntp provider. On error, each retry takes approximately 5 seconds nntp returns reply. (Default 10).',
                'setting' => 'nntpretries',
            ],
            62 => [
                'section' => '',
                'subsection' => '',
                'name' => 'nzbpath',
                'value' => '/var/www/nntmux/storage/nzb/',
                'hint' => 'The directory where nzb files will be stored.',
                'setting' => 'nzbpath',
            ],
            63 => [
                'section' => '',
                'subsection' => '',
                'name' => 'nzbsplitlevel',
                'value' => '4',
                'hint' => 'Levels deep to store the nzb Files.',
                'setting' => 'nzbsplitlevel',
            ],
            64 => [
                'section' => '',
                'subsection' => '',
                'name' => 'nzbthreads',
                'value' => '1',
                'hint' => 'The number of threads for Grab NZBs.',
                'setting' => 'nzbthreads',
            ],
            65 => [
                'section' => '',
                'subsection' => '',
                'name' => 'partrepair',
                'value' => '1',
                'hint' => 'Whether to attempt to repair parts or not, increases backfill/binaries updating time.',
                'setting' => 'partrepair',
            ],
            66 => [
                'section' => '',
                'subsection' => '',
                'name' => 'partrepairmaxtries',
                'value' => '3',
                'hint' => 'Maximum amount of times to try part repair.',
                'setting' => 'partrepairmaxtries',
            ],
            67 => [
                'section' => '',
                'subsection' => '',
                'name' => 'partretentionhours',
                'value' => '72',
                'hint' => 'The number of hours incomplete parts and binaries will be retained.',
                'setting' => 'partretentionhours',
            ],
            68 => [
                'section' => '',
                'subsection' => '',
                'name' => 'passchkattempts',
                'value' => '1',
                'hint' => 'This overrides the above setting if set above 1. How many parts to check for a password before giving up. This slows down post processing massively, better to leave it 1.',
                'setting' => 'passchkattempts',
            ],
            69 => [
                'section' => '',
                'subsection' => '',
                'name' => 'postdelay',
                'value' => '300',
                'hint' => '',
                'setting' => 'postdelay',
            ],
            70 => [
                'section' => '',
                'subsection' => '',
                'name' => 'postthreads',
                'value' => '1',
                'hint' => 'The number of threads for additional postprocessing. This includes deep rar inspection, preview and sample creation and nfo processing.',
                'setting' => 'postthreads',
            ],
            71 => [
                'section' => '',
                'subsection' => '',
                'name' => 'postthreadsamazon',
                'value' => '1',
                'hint' => '',
                'setting' => 'postthreadsamazon',
            ],
            72 => [
                'section' => '',
                'subsection' => '',
                'name' => 'postthreadsnon',
                'value' => '1',
                'hint' => 'The number of threads for non-amazon postprocessing. This includes movies, anime and tv lookups.',
                'setting' => 'postthreadsnon',
            ],
            73 => [
                'section' => '',
                'subsection' => '',
                'name' => 'predbversion',
                'value' => '1',
                'hint' => '',
                'setting' => 'predbversion',
            ],
            74 => [
                'section' => '',
                'subsection' => '',
                'name' => 'privateprofiles',
                'value' => '1',
                'hint' => 'Hide profiles from other users (admin/mod can still access).',
                'setting' => 'privateprofiles',
            ],
            75 => [
                'section' => '',
                'subsection' => '',
                'name' => 'processjpg',
                'value' => '0',
                'hint' => 'Whether to attempt to retrieve a JPG file while additional post processing, these are usually on XXX releases.',
                'setting' => 'processjpg',
            ],
            76 => [
                'section' => '',
                'subsection' => '',
                'name' => 'processthumbnails',
                'value' => '0',
                'hint' => 'Whether to attempt to process a video thumbnail image. You must have ffmpeg for this.',
                'setting' => 'processthumbnails',
            ],
            77 => [
                'section' => '',
                'subsection' => '',
                'name' => 'processvideos',
                'value' => '0',
                'hint' => 'Whether to attempt to process a video sample, these videos are very short 1-3 seconds, 100KB on average, in ogv format. You must have ffmpeg for this.',
                'setting' => 'processvideos',
            ],
            78 => [
                'section' => '',
                'subsection' => '',
                'name' => 'registerstatus',
                'value' => '0',
                'hint' => 'The status of registrations to the site.',
                'setting' => 'registerstatus',
            ],
            79 => [
                'section' => '',
                'subsection' => '',
                'name' => 'releaseretentiondays',
                'value' => '0',
                'hint' => '!!THIS IS NOT HEADER RETENTION!! The number of days releases will be retained for use throughout site. Set to 0 to disable.',
                'setting' => 'releaseretentiondays',
            ],
            80 => [
                'section' => '',
                'subsection' => '',
                'name' => 'releasethreads',
                'value' => '1',
                'hint' => 'The number of threads for update_releases.',
                'setting' => 'releasethreads',
            ],
            82 => [
                'section' => '',
                'subsection' => '',
                'name' => 'reqidthreads',
                'value' => '1',
                'hint' => 'The number of threads for local request id processing.',
                'setting' => 'reqidthreads',
            ],
            83 => [
                'section' => '',
                'subsection' => '',
                'name' => 'request_hours',
                'value' => '1',
                'hint' => 'The maximum hours after a release is added to recheck for a Request ID match.',
                'setting' => 'request_hours',
            ],
            84 => [
                'section' => '',
                'subsection' => '',
                'name' => 'request_url',
                'value' => '',
                'hint' => 'Optional URL to lookup Request IDs.',
                'setting' => 'request_url',
            ],
            85 => [
                'section' => '',
                'subsection' => '',
                'name' => 'safebackfilldate',
                'value' => '2012-06-24',
                'hint' => 'The target date for safe backfill. Format: YYYY-MM-DD',
                'setting' => 'safebackfilldate',
            ],
            86 => [
                'section' => '',
                'subsection' => '',
                'name' => 'safepartrepair',
                'value' => '0',
                'hint' => 'Whether to put unreceived parts into partrepair table when running binaries(safe) or backfill scripts.',
                'setting' => 'safepartrepair',
            ],
            87 => [
                'section' => '',
                'subsection' => '',
                'name' => 'saveaudiopreview',
                'value' => '0',
                'hint' => 'Whether to attempt to process a audio sample, they will be up to 30 seconds, in ogg format. You must have ffmpeg for this.',
                'setting' => 'saveaudiopreview',
            ],
            88 => [
                'section' => '',
                'subsection' => '',
                'name' => 'segmentstodownload',
                'value' => '2',
                'hint' => 'The maximum number of segments to download to generate the sample video file. (Default 2)',
                'setting' => 'segmentstodownload',
            ],
            89 => [
                'section' => '',
                'subsection' => '',
                'name' => 'showbacks',
                'value' => '0',
                'hint' => '',
                'setting' => 'showbacks',
            ],
            90 => [
                'section' => '',
                'subsection' => '',
                'name' => 'showdroppedyencparts',
                'value' => '0',
                'hint' => 'For developers. Whether to log all headers that have \'yEnc\' and are dropped. Logged to not_yenc/groupname.dropped.txt.',
                'setting' => 'showdroppedyencparts',
            ],
            91 => [
                'section' => '',
                'subsection' => '',
                'name' => 'showpasswordedrelease',
                'value' => '0',
                'hint' => 'Whether to show or hide passworded releases in browse, search, api and rss feeds.',
                'setting' => 'showpasswordedrelease',
            ],
            92 => [
                'section' => '',
                'subsection' => '',
                'name' => 'showrecentforumposts',
                'value' => '',
                'hint' => '',
                'setting' => 'showrecentforumposts',
            ],
            93 => [
                'section' => '',
                'subsection' => '',
                'name' => 'siteseed',
                'value' => '',
                'hint' => '',
                'setting' => 'siteseed',
            ],
            95 => [
                'section' => '',
                'subsection' => '',
                'name' => 'storeuserips',
                'value' => '0',
                'hint' => 'Whether to store the users ip address when they signup or login.',
                'setting' => 'storeuserips',
            ],
            96 => [
                'section' => '',
                'subsection' => '',
                'name' => 'timeoutseconds',
                'value' => '0',
                'hint' => 'How much time to wait for unrar/7zip/mediainfo/ffmpeg/avconv before killing it, set to 0 to disable. 60 is a good value. Requires the GNU Timeout path to be set.',
                'setting' => 'timeoutseconds',
            ],
            97 => [
                'section' => '',
                'subsection' => '',
                'name' => 'tmpunrarpath',
                'value' => '/var/www/nntmux/resources/tmp/unrar/',
                'hint' => 'The path to where unrar puts files. WARNING: This directory will have its contents deleted.<br/>Use forward slashes in windows c:/temp/path/stuff/will/be/unpacked/to',
                'setting' => 'tmpunrarpath',
            ],
            98 => [
                'section' => '',
                'subsection' => '',
                'name' => 'userhostexclusion',
                'value' => '',
                'hint' => '',
                'setting' => 'userhostexclusion',
            ],
            99 => [
                'section' => '',
                'subsection' => 'release',
                'name' => 'maxsizetoformrelease',
                'value' => '0',
                'hint' => 'The maximum total size in bytes to make a release. If set to 0, then ignored. Only deletes during release creation.',
                'setting' => 'maxsizetoformrelease',
            ],
            100 => [
                'section' => '',
                'subsection' => 'release',
                'name' => 'minfilestoformrelease',
                'value' => '1',
                'hint' => 'The minimum number of files to make a release. i.e. if set to two, then releases which only contain one file will not be created.',
                'setting' => 'minfilestoformrelease',
            ],
            101 => [
                'section' => '',
                'subsection' => 'release',
                'name' => 'minsizetoformrelease',
                'value' => '0',
                'hint' => 'The minimum total size in bytes to make a release. If set to 0, then ignored. Only deletes during release creation.',
                'setting' => 'minsizetoformrelease',
            ],
            112 => [
                'section' => 'APIs',
                'subsection' => 'AniDB',
                'name' => 'banned',
                'value' => '0',
                'hint' => 'Timestamp of WHEN we were banned.',
                'setting' => 'AniDB_banned',
            ],
            113 => [
                'section' => 'APIs',
                'subsection' => 'AniDB',
                'name' => 'last_full_update',
                'value' => '0',
                'hint' => 'The last time a full AniDB update occurred in unixtime.',
                'setting' => 'lastanidbupdate',
            ],
            114 => [
                'section' => 'APIs',
                'subsection' => 'AniDB',
                'name' => 'max_update_frequency',
                'value' => '7',
                'hint' => 'The number of days between AniDB full updates.  Default is 7.',
                'setting' => 'intanidbupdate',
            ],
            115 => [
                'section' => 'APIs',
                'subsection' => 'APIKeys',
                'name' => 'section-label',
                'value' => '3<sup>rd.</sup> Party API Keys',
                'hint' => '',
                'setting' => '""',
            ],
            116 => [
                'section' => 'APIs',
                'subsection' => 'Steam',
                'name' => 'last_update',
                'value' => '0',
                'hint' => 'Last time we updated steam_apps table.',
                'setting' => 'laststeamupdate',
            ],
            117 => [
                'section' => 'apps',
                'subsection' => '',
                'name' => 'ffmpegpath',
                'value' => '',
                'hint' => 'The path to the ffmpeg or avconv binary. Used for making thumbnails and video/audio previews. Use forward slashes in windows c:/path/to/ffmpeg.exe',
                'setting' => 'ffmpegpath',
            ],
            118 => [
                'section' => 'apps',
                'subsection' => '',
                'name' => 'lamepath',
                'value' => '',
                'hint' => 'The path to the lame binary. Used for audio manipulation. Use forward slashes in windows c:/path/to/lame.exe',
                'setting' => 'lamepath',
            ],
            119 => [
                'section' => 'apps',
                'subsection' => '',
                'name' => 'mediainfopath',
                'value' => '',
                'hint' => 'The path to the mediainfo binary. Used for deep file media analysis. Use empty path to disable mediainfo checks Use forward slashes in windows c:/path/to/mediainfo.exe',
                'setting' => 'mediainfopath',
            ],
            120 => [
                'section' => 'apps',
                'subsection' => '',
                'name' => 'timeoutpath',
                'value' => '',
                'hint' => 'The path to the timeout binary. This is used to limit the amount of time unrar/7zip/mediainfo/ffmpeg/avconv can run. You can the time limit in the process additional section. You can leave this empty to disable this. Use forward slashes in windows c:/path/to/timeout.exe',
                'setting' => 'timeoutpath',
            ],
            121 => [
                'section' => 'apps',
                'subsection' => '',
                'name' => 'unrarpath',
                'value' => '',
                'hint' => 'The path to an unrar binary, used in deep password detection and media info grabbing. Use forward slashes in windows c:/path/to/unrar.exe',
                'setting' => 'unrarpath',
            ],
            123 => [
                'section' => 'apps',
                'subsection' => '',
                'name' => 'zippath',
                'value' => '',
                'hint' => 'The path to the 7za (7zip command line in windows) binary, used for grabbing nfos from compressed zip files. Use forward slashes in windows c:/path/to/7z.exe',
                'setting' => 'zippath',
            ],
            124 => [
                'section' => 'apps',
                'subsection' => 'indexer',
                'name' => 'magic_file_path',
                'value' => '',
                'hint' => 'Path to magic number database. Windows&apos; users should set this if they have installed GNUWin &lsquo;file&rsquo;. *nix users can optionally set this to a file of their choice.',
                'setting' => 'magic_file_path',
            ],
            125 => [
                'section' => 'apps',
                'subsection' => 'sabnzbplus',
                'name' => 'integrationtype',
                'value' => '2',
                'hint' => 'Whether to allow integration with a SAB install or not.',
                'setting' => 'sabintegrationtype',
            ],
            126 => [
                'section' => 'archive',
                'subsection' => 'fetch',
                'name' => 'end',
                'value' => '0',
                'hint' => 'Download/process the last rar or zip file(s) to check for a password and get the file names inside?',
                'setting' => 'fetchlastcompressedfiles',
            ],
            127 => [
                'section' => 'indexer',
                'subsection' => 'categorise',
                'name' => 'categorizeforeign',
                'value' => '1',
                'hint' => 'This only works if the above is set to english. Whether to send foreign movies/tv to foreign sections or not. If set to true they will go in foreign categories.',
                'setting' => 'categorizeforeign',
            ],
            128 => [
                'section' => 'indexer',
                'subsection' => 'categorise',
                'name' => 'catwebdl',
                'value' => '0',
                'hint' => 'Whether to send WEB-DL to the WEB-DL section or not. If set to true they will go in WEB-DL category, false will send them in HD TV.<br/>This will also make them inaccessible to Sickbeard and possibly Couchpotato.',
                'setting' => 'catwebdl',
            ],
            131 => [
                'section' => 'indexer',
                'subsection' => 'ppa',
                'name' => 'innerfileblacklist',
                'value' => '/setup.exe|password.url/i',
                'hint' => 'You can add a regex here to set releases to potentially passworded when a file name inside a rar/zip matches this regex.',
                'setting' => 'innerfileblacklist',
            ],
            132 => [
                'section' => 'indexer',
                'subsection' => 'processing',
                'name' => 'collection_timeout',
                'value' => '48',
                'hint' => 'How many hours to wait before deleting a stuck/broken collection. (This is to prevent the MySQL tables from swelling up.)',
                'setting' => 'collection_timeout',
            ],
            133 => [
                'section' => 'indexer',
                'subsection' => 'processing',
                'name' => 'last_run_time',
                'value' => '3015-08-04 15:58:23',
                'hint' => 'Last date the indexer (update_binaries or backfill) was run.',
                'setting' => 'last_run_time',
            ],
            134 => [
                'section' => 'shell',
                'subsection' => 'date',
                'name' => 'format',
                'value' => '%Y-%m-%d %T',
                'hint' => 'Format string to use in shell\'s date command output. See `man date` for acceptable format.
Default: %Y-%m-%d %T',
                'setting' => 'shell.date.format',
            ],
            141 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'code',
                'value' => 'NNTmux',
                'hint' => 'A just for fun value, shown in debug and not on public pages.',
                'setting' => 'code',
            ],
            142 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'coverspath',
                'value' => '/var/www/nntmux/storage/covers/',
                'hint' => 'The absolute path to the place covers will be stored.',
                'setting' => 'coverspath',
            ],
            143 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'dereferrer_link',
                'value' => '',
                'hint' => 'Optional URL to prepend to external links',
                'setting' => 'dereferrer_link',
            ],
            145 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'footer',
                'value' => 'Usenet binary indexer.',
                'hint' => 'Displayed in the footer section of every public page.',
                'setting' => 'footer',
            ],
            146 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'home_link',
                'value' => '/',
                'hint' => 'The relative path to a the landing page shown when a user logs in, or clicks the home link.',
                'setting' => 'home_link',
            ],
            147 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'logfile',
                'value' => '/var/www/nntmux/resources/logs/failed-login.log',
                'hint' => 'Location of log file (MUST be set if logging to file is set).',
                'setting' => 'logfile',
            ],
            148 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'loggingopt',
                'value' => '0',
                'hint' => 'Where you would like to log failed logins to the site.',
                'setting' => 'loggingopt',
            ],
            149 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'menuposition',
                'value' => '2',
                'hint' => 'Where the menu should appear. Moving the menu to the top will require using a theme which widens the content panel. (not currently functional)',
                'setting' => 'menuposition',
            ],
            150 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'metadescription',
                'value' => 'A usenet indexing website',
                'hint' => 'Stem meta-description appended to all page meta description tags.',
                'setting' => 'metadescription',
            ],
            151 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'metakeywords',
                'value' => 'usenet,nzbs,cms,community',
                'hint' => 'Stem meta-keywords appended to all page meta keyword tags',
                'setting' => 'metakeywords',
            ],
            152 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'metatitle',
                'value' => 'An indexer',
                'hint' => 'Stem meta-tag appended to all page title tags.',
                'setting' => 'metatitle',
            ],
            153 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'strapline',
                'value' => 'A great usenet indexer',
                'hint' => 'Displayed in the header on every public page.',
                'setting' => 'strapline',
            ],
            154 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'style',
                'value' => 'Gentele',
                'hint' => 'The theme folder which will be loaded for css and images.',
                'setting' => 'style',
            ],
            155 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'tandc',
                'value' => '<p>All information within this database is indexed by an automated process, without any human intervention. It is obtained from global Usenet newsgroups over which this site has no control. We cannot prevent that you might find obscene or objectionable material by using this service. If you do come across obscene, incorrect or objectionable results, let us know by using the contact form.</p>',
                'hint' => 'Text displayed in the terms and conditions page.',
                'setting' => 'tandc',
            ],
            157 => [
                'section' => 'site',
                'subsection' => 'main',
                'name' => 'userselstyle',
                'value' => '0',
                'hint' => 'Users can select their theme?',
                'setting' => 'userselstyle',
            ],
            158 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'back_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'back_timer',
            ],
            159 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'backfill',
                'value' => '0',
                'hint' => '',
                'setting' => 'backfill',
            ],
            160 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'backfill_days',
                'value' => '1',
                'hint' => '',
                'setting' => 'backfill_days',
            ],
            161 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'backfill_groups',
                'value' => '4',
                'hint' => '',
                'setting' => 'backfill_groups',
            ],
            162 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'backfill_order',
                'value' => '2',
                'hint' => '',
                'setting' => 'backfill_order',
            ],
            163 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'backfill_qty',
                'value' => '100000',
                'hint' => '',
                'setting' => 'backfill_qty',
            ],
            164 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'binaries',
                'value' => '0',
                'hint' => '',
                'setting' => 'binaries',
            ],
            165 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'bins_kill_timer',
                'value' => '1',
                'hint' => '',
                'setting' => 'bins_kill_timer',
            ],
            166 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'bins_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'bins_timer',
            ],
            167 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'bwmng',
                'value' => '0',
                'hint' => '',
                'setting' => 'bwmng',
            ],
            168 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'collections_kill',
                'value' => '0',
                'hint' => '',
                'setting' => 'collections_kill',
            ],
            169 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'colors',
                'value' => '0',
                'hint' => '',
                'setting' => 'colors',
            ],
            170 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'colors_end',
                'value' => '250',
                'hint' => '',
                'setting' => 'colors_end',
            ],
            171 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'colors_exc',
                'value' => '4, 8, 9, 11, 15, 16, 17, 18, 19, 46, 47, 48, 49, 50, 51, 52, 53, 59, 60',
                'hint' => '',
                'setting' => 'colors_exc',
            ],
            172 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'colors_start',
                'value' => '1',
                'hint' => '',
                'setting' => 'colors_start',
            ],
            173 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'console',
                'value' => '0',
                'hint' => '',
                'setting' => 'console',
            ],
            174 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'crap_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'crap_timer',
            ],
            175 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'defrag_cache',
                'value' => '900',
                'hint' => '',
                'setting' => 'defrag_cache',
            ],
            176 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'dehash',
                'value' => '0',
                'hint' => '',
                'setting' => 'dehash',
            ],
            177 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'dehash_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'dehash_timer',
            ],
            178 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'fix_crap',
                'value' => '0',
                'hint' => '',
                'setting' => 'fix_crap',
            ],
            179 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'fix_crap_opt',
                'value' => 'Disabled',
                'hint' => '',
                'setting' => 'fix_crap_opt',
            ],
            180 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'fix_names',
                'value' => '0',
                'hint' => '',
                'setting' => 'fix_names',
            ],
            181 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'fix_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'fix_timer',
            ],
            182 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'htop',
                'value' => '0',
                'hint' => '',
                'setting' => 'htop',
            ],
            183 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'import',
                'value' => '0',
                'hint' => '',
                'setting' => 'import',
            ],
            184 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'import_bulk',
                'value' => '0',
                'hint' => '',
                'setting' => 'import_bulk',
            ],
            185 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'import_count',
                'value' => '50000',
                'hint' => '',
                'setting' => 'import_count',
            ],
            186 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'import_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'import_timer',
            ],
            187 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'monitor_delay',
                'value' => '30',
                'hint' => '',
                'setting' => 'monitor_delay',
            ],
            188 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'monitor_path',
                'value' => 'NULL',
                'hint' => '',
                'setting' => 'monitor_path',
            ],
            189 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'monitor_path_a',
                'value' => 'NULL',
                'hint' => '',
                'setting' => 'monitor_path_a',
            ],
            190 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'monitor_path_b',
                'value' => 'NULL',
                'hint' => '',
                'setting' => 'monitor_path_b',
            ],
            191 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'mytop',
                'value' => '0',
                'hint' => '',
                'setting' => 'mytop',
            ],
            192 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'nfos',
                'value' => '0',
                'hint' => '',
                'setting' => 'nfos',
            ],
            193 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'niceness',
                'value' => '19',
                'hint' => '',
                'setting' => 'niceness',
            ],
            194 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'nmon',
                'value' => '0',
                'hint' => '',
                'setting' => 'nmon',
            ],
            195 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'nzbs',
                'value' => '/path/to/nzbs',
                'hint' => '',
                'setting' => 'nzbs',
            ],
            196 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'optimize',
                'value' => '0',
                'hint' => '',
                'setting' => 'optimize',
            ],
            197 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'optimize_timer',
                'value' => '86400',
                'hint' => '',
                'setting' => 'optimize_timer',
            ],
            198 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'patchdb',
                'value' => '0',
                'hint' => '',
                'setting' => 'patchdb',
            ],
            199 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'patchdb_timer',
                'value' => '21600',
                'hint' => '',
                'setting' => 'patchdb_timer',
            ],
            200 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post',
                'value' => '0',
                'hint' => '',
                'setting' => 'post',
            ],
            201 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post_amazon',
                'value' => '0',
                'hint' => '',
                'setting' => 'post_amazon',
            ],
            202 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post_kill_timer',
                'value' => '300',
                'hint' => '',
                'setting' => 'post_kill_timer',
            ],
            203 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post_non',
                'value' => '0',
                'hint' => '',
                'setting' => 'post_non',
            ],
            204 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'post_timer',
            ],
            205 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post_timer_amazon',
                'value' => '30',
                'hint' => '',
                'setting' => 'post_timer_amazon',
            ],
            206 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'post_timer_non',
                'value' => '30',
                'hint' => '',
                'setting' => 'post_timer_non',
            ],
            207 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'postprocess_kill',
                'value' => '0',
                'hint' => '',
                'setting' => 'postprocess_kill',
            ],
            208 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'powerline',
                'value' => '0',
                'hint' => '',
                'setting' => 'powerline',
            ],
            209 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'processupdate',
                'value' => '2',
                'hint' => '',
                'setting' => 'processupdate',
            ],
            210 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'progressive',
                'value' => '0',
                'hint' => '',
                'setting' => 'progressive',
            ],
            211 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'redis',
                'value' => '0',
                'hint' => '',
                'setting' => 'redis',
            ],
            212 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'rel_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'rel_timer',
            ],
            213 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'releases',
                'value' => '0',
                'hint' => '',
                'setting' => 'releases',
            ],
            214 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'releases_threaded',
                'value' => '0',
                'hint' => '',
                'setting' => 'releases_threaded',
            ],
            215 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'run_ircscraper',
                'value' => '0',
                'hint' => '',
                'setting' => 'run_ircscraper',
            ],
            216 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'run_sharing',
                'value' => '0',
                'hint' => '',
                'setting' => 'run_sharing',
            ],
            217 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'running',
                'value' => '0',
                'hint' => '',
                'setting' => 'running',
            ],
            218 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'seq_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'seq_timer',
            ],
            219 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'sequential',
                'value' => '0',
                'hint' => '',
                'setting' => 'sequential',
            ],
            220 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'sharing_timer',
                'value' => '60',
                'hint' => '',
                'setting' => 'sharing_timer',
            ],
            221 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'showprocesslist',
                'value' => '0',
                'hint' => '',
                'setting' => 'showprocesslist',
            ],
            222 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'showquery',
                'value' => '0',
                'hint' => '',
                'setting' => 'showquery',
            ],
            223 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'sorter',
                'value' => '0',
                'hint' => '',
                'setting' => 'sorter',
            ],
            224 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'sorter_timer',
                'value' => '30',
                'hint' => '',
                'setting' => 'sorter_timer',
            ],
            225 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'tcptrack',
                'value' => '0',
                'hint' => '',
                'setting' => 'tcptrack',
            ],
            226 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'tcptrack_args',
                'value' => '-i eth0 port 443',
                'hint' => '',
                'setting' => 'tcptrack_args',
            ],
            227 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'tmux_session',
                'value' => 'nntmux',
                'hint' => '',
                'setting' => 'tmux_session',
            ],
            228 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'tv_timer',
                'value' => '43200',
                'hint' => '',
                'setting' => 'tv_timer',
            ],
            229 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'update_tv',
                'value' => '0',
                'hint' => '',
                'setting' => 'update_tv',
            ],
            230 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'vnstat',
                'value' => '0',
                'hint' => '',
                'setting' => 'vnstat',
            ],
            231 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'vnstat_args',
                'value' => 'NULL',
                'hint' => '',
                'setting' => 'vnstat_args',
            ],
            232 => [
                'section' => 'site',
                'subsection' => 'tmux',
                'name' => 'write_logs',
                'value' => '0',
                'hint' => '',
                'setting' => 'write_logs',
            ],
            233 => [
                'section' => 'site',
                'subsection' => 'trailers',
                'name' => 'trailers_display',
                'value' => '1',
                'hint' => 'Display trailers on the details page?',
                'setting' => 'trailers_display',
            ],
            234 => [
                'section' => 'site',
                'subsection' => 'trailers',
                'name' => 'trailers_size_x',
                'value' => '480',
                'hint' => 'Width of the displayed trailer. 480 by default.',
                'setting' => 'trailers_size_x',
            ],
            235 => [
                'section' => 'site',
                'subsection' => 'trailers',
                'name' => 'trailers_size_y',
                'value' => '345',
                'hint' => 'Height of the displayed trailer. 345 by default.',
                'setting' => 'trailers_size_y',
            ],
            236 => [
                'section' => 'tmux',
                'subsection' => 'running',
                'name' => 'exit',
                'value' => '0',
                'hint' => 'Determines if the running tmux monitor script should exit. If 0 nothing changes; if positive the script should exit gracefully (allowing all panes to finish); if negative the script should die as soon as possible.',
                'setting' => 'tmux.running.exit',
            ],
        ]);
    }
}