1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-03-03 10:01:53 -05:00

Add plot info to mede8er series.xml

- Added plot info to mede8er series.xml metadata file.
This commit is contained in:
TagForce 2015-01-27 16:51:08 +01:00
parent 91cb8d885c
commit 246becd9d8

View File

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