I am thinking of writing an export template for DVDpedia and was wondering is it possible to limit the Credits (DVDpedia)? So instead of printing the whole list of actors/actresses it would limit to say 5? Thanks for the info.
There is no way to limit the information of the credits during the export to just the first five; but you can use CSS in your template to limit the display to only the first 5. Make a box with a height that will only fit 5 lines and add text-overflow:hidden as the CSS rule.