use imdbid in poster, fixes #410

This commit is contained in:
j 2012-03-09 21:59:16 +01:00
parent 8750739c4d
commit 1b05226103
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ def render_poster(title, director, year, series, oxdb_id, imdb_id, frame, timeli
offset_top += size[1] - font_size['small'] + text_margin / 2
if year:
drawText(poster_image, (text_margin, offset_top), year, font_file, font_size['small'], font_color)
drawText(poster_image, (text_margin, text_bottom - text_margin - font_size['large'] + 2), oxdb_id, font_file, font_size['large'], font_color)
item_id = imdb_id or oxdb_id
drawText(poster_image, (text_margin, text_bottom - text_margin - font_size['large'] + 2), item_id, font_file, font_size['large'], font_color)
# logo
logo_height = 32