so here are some examples of what you can do with webgrab's post processor.
the one i use is called 'rex" and ir can re-arrainge/move/remove guide.xml elements quickly and easily.
here's a movie example.
before..
<programme start="20161218190000 +0000" stop="20161218220000 +0000" channel="HBO (East) (HBO)">
<title lang="en">The Aviator</title>
<desc lang="en">A biography of Howard Hughes, centering on his glory years from the 1920s to the 1940s. After making a fortune improving the design of oil drilling bits, Hughes becomes the Hollywood mogul behind RKO studios, and devotes his lief to aviation. The film also depicts Hughes' romances Hollywood starlets Jean Harlow and Katharine Hepburn</desc>
<credits>
<director>Martin Scorsese</director>
<actor>Kate Beckinsale</actor>
<actor>Brent Spiner</actor>
<actor>Martin Scorsese</actor>
<actor>Alan Alda</actor>
<actor>Frances Conroy</actor>
<actor>Danny Huston</actor>
<actor>Leonardo DiCaprio</actor>
<actor>Gwen Stefani</actor>
<actor>Jude Law</actor>
<actor>Cate Blanchett</actor>
<actor>Ian Holm</actor>
<actor>John C. Reilly</actor>
<actor>Alec Baldwin</actor>
<actor>Matt Ross</actor>
<actor>Adam Scott</actor>
<actor>John Logan</actor>
<actor>Kelly Garner</actor>
<writer>John Logan</writer>
<producer>Michael Mann</producer>
<producer>Martin Scorsese</producer>
<producer>Charles Evans Jr.</producer>
<producer>Graham King</producer>
<producer>Matthias Deyle</producer>
</credits>
<date>2004</date>
<category lang="en">Drama</category>
<icon src="http://img2.tvtome.com/i/tvp/sm/105876.jpg" />
<rating system="US">
<value>PG-13</value>
</rating>
<star-rating>
<value>8.8</value>
</star-rating>
</programme>
after..
<programme start="20161218190000 +0000" stop="20161218220000 +0000" channel="HBO (East) (HBO)">
<title lang="en">The Aviator (2004)</title>
<desc lang="en">
Description: A biography of Howard Hughes, centering on his glory years from the 1920s to the 1940s. After making a fortune improving the design of oil drilling bits, Hughes becomes the Hollywood mogul behind RKO studios, and devotes his lief to aviation. The film also depicts Hughes' romances Hollywood starlets Jean Harlow and Katharine Hepburn
Director: Martin Scorsese.
Producer: Michael Mann, Martin Scorsese, Charles Evans Jr., Graham King, Matthias Deyle.
Actors: Kate Beckinsale, Brent Spiner, Martin Scorsese, Alan Alda, Frances Conroy, Danny Huston, Leonardo DiCaprio, Gwen Stefani, Jude Law, Cate Blanchett, Ian Holm, John C. Reilly, Alec Baldwin, Matt Ross, Adam Scott, John Logan, Kelly Garner.</desc>
<category lang="en">Drama</category>
<icon src="http://img2.tvtome.com/i/tvp/sm/105876.jpg" />
</programme>
a series show..
before..
<programme start="20161218190000 +0000" stop="20161218200000 +0000" channel="History (East) (HIST)">
<title lang="en">American Pickers</title>
<sub-title lang="en">The Numbers Game</sub-title>
<desc lang="en">The Numbers Game. A rare 1930s coupe is found at Buckey's one-man ranch</desc>
<credits>
<actor>Danielle Colby Cushman</actor>
<actor>Mike Wolfe</actor>
<actor>Frank Fritz</actor>
</credits>
<category lang="en">Reality</category>
<category lang="en">Science</category>
<category lang="en">Travel</category>
<icon src="http://img2.tvtome.com/i/tvp/sm/78056.jpg" />
<episode-num system="onscreen">S13 E13</episode-num>
<star-rating>
<value>8.2</value>
</star-rating>
</programme>
after..
<programme start="20161218190000 +0000" stop="20161218200000 +0000" channel="History (East) (HIST)">
<title lang="en">American Pickers</title>
<desc lang="en">EpisodeNumber: S13 E13.
EpisodeName: The Numbers Game.
Description: The Numbers Game. A rare 1930s coupe is found at Buckey's one-man ranch
Actors: Danielle Colby Cushman, Mike Wolfe, Frank Fritz.</desc>
<category lang="en">Reality</category>
<category lang="en">Science</category>
<category lang="en">Travel</category>
<icon src="http://img2.tvtome.com/i/tvp/sm/78056.jpg" />
</programme>