cosmetic changes to existing poster scripts
This commit is contained in:
parent
7af7f65fd2
commit
8693085afa
2 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ from optparse import OptionParser
|
||||||
from ox.image import drawText, wrapText
|
from ox.image import drawText, wrapText
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
static_root = os.path.join(os.path.dirname(__file__), 'data')
|
static_root = os.path.join(os.path.dirname(__file__), 'data')
|
||||||
|
|
||||||
def render_poster(title, director, year, series, oxdb_id, imdb_id, frame, timeline, poster):
|
def render_poster(title, director, year, series, oxdb_id, imdb_id, frame, timeline, poster):
|
||||||
|
|
||||||
def get_oxdb_color(oxdb_id, series=False):
|
def get_oxdb_color(oxdb_id, series=False):
|
||||||
i = int(round((int(oxdb_id[2:10], 16) * 762 / pow(2, 32))))
|
i = int(round((int(oxdb_id[2:10], 16) * 762 / pow(2, 32))))
|
||||||
if i < 127:
|
if i < 127:
|
||||||
|
|
Loading…
Reference in a new issue