2011-02-14, 03:49 PM
JP23 Wrote:One last question - Video library will display the plot field from the xml/nfo file, but can it display anything else, and is what is shown in anyway configurable? Could I somehow display the 'outline' field instead of the 'plot' field?It only really uses the 'title' and 'description' from nfo files. There is lots of different file formats out there, but below gives a summary of where it gets those fields from.
For 'title' it searches for the first existing one of these:
/xml/movie/title
/tvshow/title
/movie/title
/episodedetails/title
For 'description' it searches for the first existing one of these:
/xml/movie/outline
/xml/movie/plot
/tvshow/outline
/tvshow/plot
/movie/plot
/episodedetails/plot
For xml files, title is /Title/LocalTitle, and description is /Title/Description