Hi Niall,
First of all, cograts for this great soft, i think is the bigest step in MCE for many years.
I'm testing the v.01 and the results are fantastics, after some hours paring categories and rattings i have a great EPG in Seven. Don't have any bug to report, but just a pair of questions:
My XMLTV EPG (Kubycguía from Spain) seemss like this:
Code:
<programme start="20090212033000 +0100" stop="20090212052000 +0100" channel="canalplus">
<title lang="es">El ilusionista</title>
<date>2006</date>
<desc>En la Viena de principios del siglo XX, un prestigioso ilusionista llamado Eisenheim...</desc>
<credits>
<director>Neil Burger</director>
<actor>Edward Norton</actor>
<actor>Paul Giamatti</actor>
<actor>Jessica Biel</actor>
</credits>
<category lang="es">Cine / Drama</category>
<rating system="MPAA">
<value>7</value>
</rating>
</programme>
The first one is in order to get the Metadata for the movies. If i get two "title" tags one in Spanish and a secondari in English should the metadata download works from AMG? It would be something like:
Code:
<programme start="20090212033000 +0100" stop="20090212052000 +0100" channel="canalplus">
<title lang="es">El ilusionista</title>
<title lang="en">The Illusionist</title>
<date>2006</date>
The second one is with the tag "categories". As you can see in my xmltv we get in one tag the category and the sub-categorie. That makes the pairing in your program really long. I can make that it cames separated like this:
Code:
<programme start="20090212033000 +0100" stop="20090212052000 +0100" channel="canalplus">
<title lang="es">El ilusionista</title>
<date>2006</date>
<desc>En la Viena de principios del siglo XX, un prestigioso ilusionista llamado Eisenheim...</desc>
<credits>
<director>Neil Burger</director>
<actor>Edward Norton</actor>
<actor>Paul Giamatti</actor>
<actor>Jessica Biel</actor>
</credits>
<category lang="es">Cine</category>
<category lang="es">Drama</category>
<rating system="MPAA">
<value>7</value>
</rating>
</programme>
But im not sure that this will work in your pairing because i have Drama category also for series and other categories. So what is the best format to pairing categories with your program?
Today i will try the v.02 and i'll report the news on it.
Thanks again and best Regards
Mayankel
Valencia - Spain