2025-04-17, 10:11 AM
I have been having an issue with setting up metadata for sports so been using an kodi type nfo format which works great but having a small issue now and not sure how to go about it.
I have my sports section setup as tv shows in the same format as
Shows
|Seasons
|season 2025
|Show A
|show A.mkv
|Show B
show B.mkv
Season 2024
|Show A
|Show A.mkv
|Show B
Show B.mkv
The issue I am having is that the plot is showing up in the Show A/B level and most of it is long and it fills up the screen. I want it to show up only in the show A.mkv level but dont know what tags to use to do that .
Tried <outline><biography><review><description> nothing seems to work it has to be something simple but I am not seeing it.
Any help would be great.
I am using this type of format for the nfo files
I have my sports section setup as tv shows in the same format as
Shows
|Seasons
|season 2025
|Show A
|show A.mkv
|Show B
show B.mkv
Season 2024
|Show A
|Show A.mkv
|Show B
Show B.mkv
The issue I am having is that the plot is showing up in the Show A/B level and most of it is long and it fills up the screen. I want it to show up only in the show A.mkv level but dont know what tags to use to do that .
Tried <outline><biography><review><description> nothing seems to work it has to be something simple but I am not seeing it.
Any help would be great.
I am using this type of format for the nfo files
Code:
<episodedetails>
<title>Australian Grand Prix</title>
<showtitle>Formula 1</showtitle>
<season>2025</season>
<episode>1</episode>
<aired>2025-03-16</aired>
<premiered>2025-03-16</premiered>
<thumb aspect="thumb">https://r2.thesportsdb.com/images/media/event/thumb/dk1c8q1740496403.jpg</thumb>
<thumb aspect="poster">https://r2.thesportsdb.com/images/media/event/poster/f5pp841740496934.jpg</thumb>
<plot>The 2025 Australian Grand Prix (officially known as the Formula 1 Louis Vuitton Australian Grand Prix 2025) was a Formula One motor race that was held on 16 March 2025 at the Albert Park Circuit in Melbourne, Victoria. It was the first round of the 2025 Formula One World Championship.</plot>
<biography>Description: The 2025 Australian Grand Prix (officially known as the Formula 1 Louis Vuitton Australian Grand Prix 2025) was a Formula One motor race that was held on 16 March 2025 at the Albert Park Circuit in Melbourne, Victoria. It was the first round of the 2025 Formula One World Championship.
Lando Norris in the McLaren won the race from pole position, ahead of Max Verstappen in the Red Bull Racing and George Russell in the Mercedes. Norris' victory marked McLaren's first at Melbourne since 2012. Debutants Isack Hadjar in the Racing Bulls and Gabriel Bortoleto in the Sauber both retired due to accidents, the former on the formation lap, and Andrea Kimi Antonelli in the Mercedes finished fourth.</biography>
<uniqueid type="thesportsdb" default="true">2200759</uniqueid>
</episodedetails>