Kodi Community Forum

Full Version: Change plot displayed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
(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.
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.
Its such a shame and something i once assumed should be easy. The old memory sometimes needs a reminder which season has the episode i want lol.
(2024-11-17, 00:14)Pi7a Wrote: [ -> ]The old memory sometimes needs a reminder which season has the episode i want lol.
What I do is add a User Rating to the episode as a bookmark. This works for me as I don't rate my episodes.
Thats a good idea.