Kodi Community Forum
Change plot displayed - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+--- Thread: Change plot displayed (/showthread.php?tid=379311)



Change plot displayed - aceuk - 2024-10-30

Is it possible to change the plot displayed when I select another season.The plot shows for all seasons but is only about season 1.
Here is the .nfo file

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tvshow>
    <title>Captain America</title>
    <namedseason number="1">Captain America (2018)</namedseason>
    <namedseason number="2">Rebirth (2011)</namedseason>
    <namedseason number="3">Marvel Tales - Captain America (2019)</namedseason>
    <namedseason number="4">Marvel Action Classics - Captain America (2019)</namedseason>
    <plot>This series focusses on the fallout of the Secret Empire saga. Hydra was defeated, but many Americans JOINED Hydra in their effort.</plot>
    <uniqueid type="comicvine" default="true">4050-112027</uniqueid>
    <year>2018</year>
    <premiered>01/09/2018</premiered>
    <studio>Marvel</studio>
    <director>Ta-Nehisi Coates</director>
    <genre>Action</genre>
    <genre>Superhero</genre>
</tvshow>



RE: Change plot displayed - Karellen - 2024-10-30

(2024-10-30, 21:37)aceuk Wrote: Is it possible to change the plot displayed when I select another season.
Unfortunately not. There is no provision in the Kodi database structure for season plots.
https://kodi.wiki/view/Databases/MyVideos#seasons

FYI, @mikeSiLVO has updated the skin with those poster changes. It will be in the next release.


RE: Change plot displayed - aceuk - 2024-10-30

That's why I could not find anything. Thought that might be the case.
Just wondered it there was a way with a bit of code like - when selected display (filename)
Thanks.