From 4f8d29509923277b5b536bac1761646966fbfd5e Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 21 Mar 2012 22:43:06 +0100 Subject: [PATCH] POSTER_PRECEDENCE is a local setting, use pandora.jsonc by default --- pandora/settings.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pandora/settings.py b/pandora/settings.py index 0df5c6f1..5ad456f2 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -162,21 +162,12 @@ XSENDFILE = False #with nginx X-Accel-Redirect set this to True XACCELREDIRECT = False -SITE_CONFIG = join(PROJECT_ROOT, '0xdb.jsonc') +SITE_CONFIG = join(PROJECT_ROOT, 'pandora.jsonc') #used if CONFIG['video']['download'] is set TRACKER_URL="http://url2torrent.net:6970/announce" DATA_SERVICE = '' -POSTER_PRECEDENCE = ( - 'piratecinema.org', - 'criterion.com', - 'wikipedia.org', - 'impawards.com', - 'movieposterdb.com', - 'imdb.com', - 'allmovie.com', - 'other' -) +POSTER_PRECEDENCE = () USE_IMDB = False