
default.php autoTvToSab
By: a guest on
Aug 10th, 2010 | syntax:
PHP | size: 1.00 KB | hits: 56 | expires: Never
<?php defined('SYSPATH') or die('No direct script access.');
return array(
'imdb' => false,
'default' => array(
'saveImagesAsNew' => false,
'cacheTimeImages' => (3600 * 3),
'TheTvDB_api_key' => 'your thetvdb.com api key here',
'NzbMatrix_api_key' => 'your nzbMatrix.com api key here',
'NzbMatrix_api_user' => 'and your nzbMatrix.com username',
'useNzbSite' => 'nzbMatrix', //This is which site you you want to download from. It can be 'nzbs' 'nzbMatrix' or 'both'
),
'Sabnzbd' => array(
'api_key' => 'sabnzbd api key',
'url' => 'http://localhost:8080',
),
'nzbs' => array(
'queryString' => 'NZBs.org URL String'
),
/****** Leave this section alone *******/
'rss' => array(
'numberOfResults' => 10,
'howOld' => '1 days' //"1 week" "2 days" "4 hours" "2 seconds" uses strtotime()
),
'update' => array(
'seriesUpdateEvery' => '1 week'
),
);
?>