WD Live TV
It would be nice it serviio could generate the xml data file that WD Live TV device can use to display metadata info for the movies or push the metadata to the device.
The WD TV Live can use an xml file that will display the movie mpaa rating, actors, year, running time, synopsis of the movie.
My Unknown Movie.xml
<?xml version="1.0" encoding="utf-8"?>
<details>
<title>My Unknown Movie</title>
<overview>The Movie Description Story aka Plot Goes Here</overview>
<year>17.02.2011</year>
<runtime>117</runtime>
<mpaa>PG</mpaa>
<genre>Action</genre>
<actor><name>The Actors Name Goes Here</name></actor>
<actor><name>The Actors Name Goes Here</name></actor>
<actor><name>The Actors Name Goes Here</name></actor>
<director>The Directors Name Goes Here</director>
</details>
The WD TV Live can use an xml file that will display the movie mpaa rating, actors, year, running time, synopsis of the movie.
My Unknown Movie.xml
<?xml version="1.0" encoding="utf-8"?>
<details>
<title>My Unknown Movie</title>
<overview>The Movie Description Story aka Plot Goes Here</overview>
<year>17.02.2011</year>
<runtime>117</runtime>
<mpaa>PG</mpaa>
<genre>Action</genre>
<actor><name>The Actors Name Goes Here</name></actor>
<actor><name>The Actors Name Goes Here</name></actor>
<actor><name>The Actors Name Goes Here</name></actor>
<director>The Directors Name Goes Here</director>
</details>