In webgrab add this code at the end of your grabber definition:
*For classical credits - remove the next lines category.modify {cleanup(removeduplicates)} category.modify {cleanup} description.modify {addend('director' not "" separator=", ")|\n'director'} description.modify {addend('actor' not "" separator=", ")|\n'actor'} actor.modify {remove|'actor'} director.modify {remove|'director'} subtitle.modify {addstart ('titleoriginal' not "") | ('titleoriginal')} subtitle.modify {addend ('episode' not "") | ('episode')} subtitle.modify {addend ('productiondate' not "") | ('productiondate')} subtitle.modify {addstart ('category' not "") |['category'] } subtitle.modify {addend ('rating' > "1") | ['rating'] }rating.modify {clear} episode.modify {clear} category.modify {clear} productiondate.modify {clear} titleoriginal.modify {clear} writer.modify {clear} producer.modify {clear} composer.modify {clear} starrating.modify {clear} rating.modify {clear} presenter.modify {clear} starrating.modify {clear} videoquality.modify {clear} videoaspect.modify {clear}index_category.modify {cleanup(removeduplicates)} index_category.modify {cleanup} index_description.modify {addend ('index_director' not "" separator=", " )|\n'index_director'} index_description.modify {addend ('index_actor' not "" separator=", " )|\n'index_actor'} index_description.modify {addend ('index_presenter' not "" separator=", " )|\n'index_presenter'} index_subtitle.modify {addstart ('index_titleoriginal' not "") | ('index_titleoriginal')} index_subtitle.modify {addend ('index_episode' not "") | ('index_episode')} index_subtitle.modify {addend ('index_productiondate' not "") | ('index_productiondate')} index_subtitle.modify {addstart ('index_category' not "") |['index_category'] } index_subtitle.modify {addend ('index_rating' > "1") | ['index_rating'] } index_writer.modify {clear} index_rating.modify {clear} index_productiondate.modify {clear} index_titleoriginal.modify {clear} index_actor.modify {clear} index_director.modify {clear} index_presenter.modify {clear} index_episode.modify {clear} index_category.modify {clear} index_videoquality.modify {clear}
Not all the lines are probably not needed.
You will get something like this:
<programme start="20160216090500 +0100" stop="20160216102500 +0100" channel="CanalplusFamily.pl"> <title lang="pl">Eks mojego życia</title> <sub-title lang="pl">[KOMEDIA] (L'ex De Ma Vie) (2014) (Francja/Włochy) [od 12 lat]</sub-title> <desc lang="pl">Ariane (Geraldine Nakache), młoda francuska skrzypaczka, przyjmuje oświadczyny Christena (Pascal Demolon), dyrygenta orkiestry. Jedynym problemem na drodze do ich związku jest to, że kobieta już jest mężatką. Od dwóch lat Ariane jest w separacji z Nino (Kim Rossi Stuart), włoskim nauczycielem o dużym temperamencie, który nie pogodził się z ich rozstaniem. Mężczyzna zgadza się podpisać papiery rozwodowe, jeśli Ariane poleci z nim do Paryża na pewnego rodzaju podróż poślubną. W ciągu ośmiu dni wiele może się jeszcze zmienić. Reżyserką filmu i autorką scenariusza jest Dorothee Sebbagh Dorothée Sebbagh Géraldine Nakache, Kim Rossi Stuart, Pascal Demolon, Sophie Cattani</desc> </programme>
Willy