POSTER_PRECEDENCE is a local setting, use pandora.jsonc by default
This commit is contained in:
parent
9b02269361
commit
4f8d295099
1 changed files with 2 additions and 11 deletions
|
@ -162,21 +162,12 @@ XSENDFILE = False
|
||||||
#with nginx X-Accel-Redirect set this to True
|
#with nginx X-Accel-Redirect set this to True
|
||||||
XACCELREDIRECT = False
|
XACCELREDIRECT = False
|
||||||
|
|
||||||
SITE_CONFIG = join(PROJECT_ROOT, '0xdb.jsonc')
|
SITE_CONFIG = join(PROJECT_ROOT, 'pandora.jsonc')
|
||||||
#used if CONFIG['video']['download'] is set
|
#used if CONFIG['video']['download'] is set
|
||||||
TRACKER_URL="http://url2torrent.net:6970/announce"
|
TRACKER_URL="http://url2torrent.net:6970/announce"
|
||||||
|
|
||||||
DATA_SERVICE = ''
|
DATA_SERVICE = ''
|
||||||
POSTER_PRECEDENCE = (
|
POSTER_PRECEDENCE = ()
|
||||||
'piratecinema.org',
|
|
||||||
'criterion.com',
|
|
||||||
'wikipedia.org',
|
|
||||||
'impawards.com',
|
|
||||||
'movieposterdb.com',
|
|
||||||
'imdb.com',
|
|
||||||
'allmovie.com',
|
|
||||||
'other'
|
|
||||||
)
|
|
||||||
|
|
||||||
USE_IMDB = False
|
USE_IMDB = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue