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:
parent
91cb8d885c
commit
246becd9d8
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user