Merge pull request #1255 from TagForce/mede8tor_show_meta

Add plot info to mede8er series.xml
This commit is contained in:
echel0n 2015-01-29 14:44:19 -08:00
commit 6bdffab6e6
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ class Mede8erMetadata(mediabrowser.MediaBrowserMetadata):
year.text = year_text
except:
pass
plot = etree.SubElement(tv_node, "plot")
if getattr(myShow, 'overview', None) is not None:
plot.text = myShow["overview"]
if myShow['rating'] != None:
try: