Recently added feature for MyFilms (1 Viewer)

z3us

Portal Pro
December 4, 2007
1,047
123
44
Home Country
Spain Spain
Can you add support of most recently added for MyFilms plugin?
The info of movies is stored in a .xml file following this structure:
Code:
<Movie Number="121" Checked="False" MediaLabel="DD" MediaType="HD-1080" [B]Source="F:\Videos\Peliculas\300 HD-1080p -dual-.mkv" Date="16/09/2008"[/B] Rating="7.3" OriginalTitle="300 (Three Hundred)" [B]TranslatedTitle="300" [/B]FormattedTitle="300" Director="Zack Snyder" Producer="Warner Bros. Pictures / Legendary Pictures / Virtual Studio" Country="Estados Unidos" Category="Aventura, Acción, Bélica, Cómic" Year="2007" Length="117" Actors="Gerard Butler, Lena Headey, Dominic West, David Wenham, Vincent Regan, Michael Fassbender, Tom Wisdom, Andrew Pleavin, Andrew Tiernan, Rodrigo Santoro, Giovani Cimmino" URL="http://www.filmaffinity.com/es/film186830.html" Description="Adaptación del cómic de Frank Miller (autor del cómic de "Sin City") sobre la famosa batalla de las Termópilas, ocurrida en el año 480 A.C. durante las Guerras Médicas, en las que Jerjes, emperador de Persia, trataba de conquistar Grecia. Atenas consiguió convencer a Leónidas I, rey de Esparta, para que participase en la guerra contra los persas. Así, el rey Leonidas (Gerard Butler) y 300 espartanos se enfrentaron a un inmensamente superior ejército persa..." VideoFormat="AVC" VideoBitrate="11010" AudioFormat="AC3" AudioBitrate="625" Resolution="1920x800" Framerate="23.976" Languages="Español" Subtitles="Spanish (Spanish subtitles) / English (English subtitles)" Size="10693" [B]Picture="pelis_300.jpg"[/B]/>

The path of this xml file and of films covers is stored in another xml file: Documents and Settings\All Users\Datos de programa\Team MediaPortal\MediaPortal\MyFilms.xml (windows XP) .
Code:
    <entry name="AntCatalog">C:\ANT\pelis.xml</entry>
    <entry name="AntPicture">C:\ANT</entry>

In myfilms.xml u can also see if the user prefer translated or original title:
<entry name="AntSTitle">

As long as I know, there is no way to know wich are the last watched films. In the mediaportal.log maybe, but is useless for me

Thanks
 

Attachments

  • pelis.xml
    449.5 KB
  • MyFilms.xml
    6.4 KB

Users who are viewing this thread

Top Bottom