PDA

View Full Version : Ant Movie Catalog



MarioRossi
12-09-2010, 05:45 AM
Hi all,
I'm evaluating the use of mezzmo as DLNA server for my TV. I've all my movies library organized into an Ant Movie Catalog application equipped with useful informations such as genre, director, year, bitrate, codec and with thumbnails saved as .jpg file outside the catalog.

Is there a method to import this information into mezzmo database so I'll can use them for active playlists?

Thanks.

Paul
12-09-2010, 10:06 AM
Can that application create the MyMovies.xml files - Mezzmo can read those in. Alternatively, if it's a popular application and has an open database, we could possibly support it, but that needs investigating.

MarioRossi
12-10-2010, 10:28 AM
Thank you for fast reply.

Application has its own xml format; here an example with 1 movie only:

<?xml version="1.0" encoding="windows-1252"?>
<AntMovieCatalog Format="35" Version="3.5.1 (2008-07-06)" Date="05/12/2010 14.38.07">
<Catalog>
<Properties/>
<Contents>
<Movie Number="673" Checked="True" Date="05/12/2010" Rating="9.5" OriginalTitle="The Sorcerer&#39;s Apprentice" TranslatedTitle="Apprendista Stregone" FormattedTitle="The Sorcerer&#39;s Apprentice (Apprendista Stregone)" Director="Jon Turteltaub" Producer="Walt Disney Productions" Country="Usa" Category="Fantastico" Year="1940" Length="104" Actors="Nicolas Cage, Monica Bellucci, Jay Baruchel, Alfred Molina, Teresa Palmer, Toby Kebbell, Omar Benson Miller, Jake Cherry, Peyton List, Jabari Gray" URL="M:\Media\Film\2010_12\Apprendista Stregone.mp4" Description="Un mago e il suo sventurato apprendista si ritrovano al centro dell&#39;antico conflitto fra bene e male. Balthazar Blake è un maestro della magia che vive nell&#39;odierna Manhattan e che intende difendere la città dalla sua nemesi per eccellenza, Maxim Horvath. Ma per farlo Balthazar ha bisogno di aiuto, e recluta quindi Dave Stutler, un ragazzo apparentemente normale ma che possiede doti nascoste, sottoponendolo ad un folle addestramento per fargli apprendere il più in fretta possibile tutti i segreti della magia. In questo nuovo ruolo di apprendista stregone, Dave dovrà fare appello a tutto il suo coraggio per sopravvivere all&#39;addestramento, arrestare le forze del male e conquistare il cuore della ragazza che ama." VideoFormat="AVC" VideoBitrate="2000" AudioFormat="AAC LC-SBR" AudioBitrate="197" Resolution="720x288" Framerate="25.000" Size="1645" Disks="1" Picture="M:\Media\Film\2010_12\Apprendista Stregone.jpg"/>
</Contents>
</Catalog>
</AntMovieCatalog>


I'll check for a transformation from this and mymovies.xml schema.

Paul
12-10-2010, 10:42 AM
Thanks for the sample. If it can export mymovies.xml that'd be great, as of course Mezzmo already supports that.