So... I found the problem...
It seems that characters like " & " are not supported if included in the .nfo file...
For instance, in my preceding script, I had the following tag
And then, the file was not supported...
If I changed " & " by " and ", Like here
- Code:
<genre>Food and Beverage</genre>
Then the file is supported and the description is shown below the video.
Also, if anywhere in the .nfo file, there is this " & " sign, as well the file is not supported...
It came to my attention when I wanted to see what happened if I only had the description, <plot></plot> and it appeared in the Media Browser...
Is there any way to allow this character " & " to be supported in .nfo files?
Here is the modified script
- Code:
<movie>
<title>Catering for Health</title>
<originaltitle>FOODCRAFT 8. Catering for Health</originaltitle>
<sorttitle>Catering for Health</sorttitle>
<set>FOODCRAFT</set>
<year>1998</year>
<outline>The video starts with an explanation of how the average diet has changed, and the harm caused by eating too much fat, sugar and salt, and not enough fibre.</outline>
<plot>The video starts with an explanation of how the average diet has changed, and the harm caused by eating too much fat, sugar and salt, and not enough fibre.</plot>
<runtime>33</runtime>
<genre>Food and Beverage</genre>
<credits>Hotel and Catering Training Board</credits>
</movie>
Here is the result in the Media Browser

Also, what are the tags really used in servio? As tags like <title></title> are not shown in the Media Browser?...
Many thanks again

,
Phil