home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
AMC Updater v0.8.0 Now Available!
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Guzzi" data-source="post: 604191" data-attributes="member: 55213"><p><strong>AW: AMC Updater v0.8.0 Now Available!</strong></p><p></p><p>Hi Zebons,</p><p></p><p>as requested, I moved the AMCupdater stuff here. Find my findings as follows:</p><p></p><p></p><p>1.) Nonstandardcharacters do not work in search (single and batch):</p><p>When searching either singlemovie infos or launching AMCupdater as batch to update the DB, no results are found, if the searchstring contains specialcharacters like "ä", "ö", "ü" - very common in german movietitles. Searching on the website works - so maybe it's a problem with the codepage?</p><p></p><p>Just checked the stringutils.pas script for ANTdb - there is some special handling for those characters, e.g.:</p><p></p><p>// *****</p><p>{ Converts windows-1252 and iso-8859-1 characters to ASCII characters }</p><p>function Cp1252ToASCII(Value: string): string;</p><p>begin</p><p> HTMLDecode(Value);</p><p>[...]</p><p> Value := StringReplace(Value, 'Ä', 'Z');</p><p> Value := StringReplace(Value, 'æ', '''');</p><p> Value := StringReplace(Value, 'Æ', '''');</p><p> Value := StringReplace(Value, 'ô', '"');</p><p> Value := StringReplace(Value, 'ö', '"');</p><p> Value := StringReplace(Value, 'ò', '-');</p><p> Value := StringReplace(Value, 'û', '-');</p><p> Value := StringReplace(Value, 'ù', '-');</p><p> Value := StringReplace(Value, 'Ö', '(tm)');</p><p> Value := StringReplace(Value, 'Ü', 's');</p><p> Value := StringReplace(Value, '£', 'oe');</p><p> Value := StringReplace(Value, '×', 'z');</p><p> Value := StringReplace(Value, 'ƒ', 'Y');</p><p> Result := Value;</p><p>end;</p><p></p><p></p><p></p><p>2.) Grabber-scripts with minor errors:</p><p>e.g.: Actors="Leonardo DiCaprio&amp;nbsp (Jack Dawson) in CineMotion-script.</p><p>The grabberscripts are not all up2date, I tried to contact Titof, but didn't yet get a reply. Can you provide me the toolkit to work with the scripts or contact him?</p><p></p><p></p><p>3.) AMCupdater does not properly write the DB and changes the DB-Structure when deleting a single record:</p><p>AMCupdater changes the structure of the ANT-DB - depending if it's batch-run or single movie update (update of a single record) in a different manner.</p><p>There is also additional fields dropped in DB, that disappear after opeing and storing the DB with ANT-application.</p><p>AMCupdater seems to have different behavior on GUI-update-call and direct launching of AMCupdater.exe with same config (I suppose).</p><p>To explain what happens, I quote a little testDB with the different states:</p><p></p><p>Step 1: adding 1 movie via manual call of AMC-Updater.exe with the created profile via the GUI.</p><p>Opening and storing the DB in ANT-application does not change the structure - so DB is same after manual storing the DB via AMC-application with only one movie in there:.</p><p>Filename: Movies - Kids.xml-step1-manual update outside MePoGUI</p><p>All ok.</p><p></p><p><?xml version="1.0" encoding="Windows-1252"?></p><p><AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 17:08:19"></p><p> <Catalog></p><p> <Properties /></p><p> <Contents></p><p> <Movie Number="1" OriginalTitle="Cars" FormattedTitle="Cars" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Cars.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" TranslatedTitle="Cars" Year="2006" Country="USA" Category="Fantasy, Kom÷die" URL="http://www.ofdb.de/film/99231,Cars" Rating="6.90" Director="John Lasseter, Joe Ranft" Description="..." Picture="Cars.jpg" /></p><p> </Contents></p><p> </Catalog></p><p></AntMovieCatalog></p><p></p><p>Step 2: Batch Update from Myfilms GUI via AMC-Updater:</p><p>Filename: Movies - Kids.xml-step2-AMCupdater-batch-Update</p><p>All ok, movie added and data ok.</p><p></p><p><?xml version="1.0" encoding="Windows-1252"?></p><p><AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 17:08:19"></p><p> <Catalog></p><p> <Properties /></p><p> <Contents></p><p> <Movie Number="1" OriginalTitle="Cars" FormattedTitle="Cars" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Cars.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" TranslatedTitle="Cars" Year="2006" Country="USA" Category="Fantasy, Kom÷die" URL="http://www.ofdb.de/film/99231,Cars" Rating="6.90" Director="John Lasseter, Joe Ranft" Description="..." Picture="Cars.jpg" /></p><p> <Movie Number="2" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" /></p><p> </Contents></p><p> </Catalog></p><p></AntMovieCatalog></p><p></p><p>Step 3: Delete Movie-Record (only record, not file) from Details-GUI:</p><p>Filename: Movies - Kids.xml-step3-MovieRecordDeleteFromGUI</p><p></p><p><?xml version="1.0" encoding="Windows-1252"?><AntMovieCatalog><Catalog><Properties /><Contents><Movie Number="2" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic.wmv" Date="10.04.2010" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Resolution="320x240" Framerate="30.000" Languages="English (US)" Size="0" Disks="1"><DateAdded>2010-04-10T00:00:00+02:00</DateAdded><Length_Num>0</Length_Num></Movie></Contents></Catalog></AntMovieCatalog></p><p></p><p>Findings:</p><p>- It seems, the linebreaks are not written properly - although ANT-application can read the file, it's shown in editor all in one line.</p><p>- Two new properties are written in the DB plus a "</movie> endtag:</p><p> <DateAdded>2010-04-10T00:00:00+02:00</DateAdded></p><p> <Length_Num>0</Length_Num></p><p> </Movie></p><p></p><p>Manually putting linebreaks in above file shows like this:</p><p><?xml version="1.0" encoding="Windows-1252"?></p><p><AntMovieCatalog></p><p> <Catalog></p><p> <Properties /></p><p> <Contents></p><p> <Movie Number="2" Checked="True" MediaLabel="Server" [...] Size="0" Disks="1"></p><p> <DateAdded>2010-04-10T00:00:00+02:00</DateAdded></p><p> <Length_Num>0</Length_Num></p><p> </Movie></p><p> </Contents></p><p> </Catalog></p><p></AntMovieCatalog></p><p></p><p>Step4: Open and save DB in ANT-application:</p><p>Filename: Movies - Kids.xml-step4-OpenAndStoreWithANT-Appl</p><p>Opening this file with ANT-application and storing let those additional infos disappear:</p><p></p><p><?xml version="1.0" encoding="Windows-1252"?></p><p><AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 18:16:25"></p><p> <Catalog></p><p> <Properties/></p><p> <Contents></p><p> <Movie Number="2" Checked="True" MediaLabel="Server" [...] Size="0" Disks="1"/></p><p> </Contents></p><p> </Catalog></p><p></AntMovieCatalog></p><p></p><p></p><p>So what about those 3 additional infos? Are they required for something? I use ANT-application regulary to update certain details etc., so those infos would always get lost. Or better not even writing them, if they're not required.</p><p></p><p>3a.) AMCupdater does not properly write the DB and changes the DB-Structure in Online Updates for "Single-Movie-Mode"</p><p>Similar to the "delete", the DB also gets similar changed on "SingleUpdates".</p><p></p><p>Step5: Updating the File from Step4 above results in the structure below; the extra infos are added again.</p><p></p><p><?xml version="1.0" encoding="Windows-1252"?><AntMovieCatalog><Catalog><Properties /><Contents><Movie Number="2" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic.wmv" Date="10.04.2010" Rating="7.0" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic (Titanic)" Director="James Cameron" Country="USA" Category="Drama, Katastrophen, Liebe/Romantik" Year="1997" Length="0" Actors="Leonardo DiCaprio, Kate Winslet, Billy Zane, Kathy Bates, Frances Fisher, Gloria Stuart, Bill Paxton, Bernard Hill, David Warner, Victor Garber, Jonathan Hyde, Suzy Amis" URL="http://www.ofdb.de/film/227,Titanic" Description="Die Geschichte der Titanic und ihres Untergang im Atlantik auf ihrer Jungfernfahrt am 15. April 1912. 1700 Menschen waren an Bord des Dampfers, als er..." VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Resolution="320x240" Framerate="30.000" Languages="English (US)" Size="0" Disks="1" Picture="Titanic.jpg"><DateAdded>2010-04-10T00:00:00+02:00</DateAdded><Length_Num>0</Length_Num></Movie></Contents></Catalog></AntMovieCatalog></p><p></p><p></p><p>4.) AMCupdater started standalone updates existing movies with new moviepath, overwriting old record:</p><p></p><p>This is the problem on top of this thread, just repeated here.</p><p>I updated the DB, that had Titanic.wmv already in there with a second movie with name "Titaniv (Directors Cut).wmv) - the old movie is still there!</p><p>While scanning the internetdata, AMCupdater aksks for matching movie - which is the same title, as the one already in the DB - and overwrites the existing record with the new data.</p><p>The behavior should be as in old AMCupdater 0.8 verion:</p><p>- The key is the filename, not the movietitle.</p><p>- So, AMCupdater can recognize "moved files" and update the record accordingly, but new files with different names wuld be recognized as new movies and ADDED, not overwriting the old record with it's still existing movie.</p><p></p><p>As far as I know, old AMCupdater always took Movienumers increasing - in this example, it should have taken "4" for the TitanicDirectorsCut - and keep the normal Titanicmovie on record "2".</p><p></p><p>You can do this test with 0.8 version, which works exactly like this.</p><p></p><p>Filename: Movies - Kids.xml-step7-adding2moviesWithAMCupdaterstandalone</p><p></p><p><?xml version="1.0" encoding="Windows-1252"?></p><p><AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 18:16:25"></p><p> <Catalog></p><p> <Properties /></p><p> <Contents></p><p> <Movie Number="3" OriginalTitle="Cars" FormattedTitle="Cars" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Cars.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" TranslatedTitle="Cars" Year="2006" Country="USA" Category="Fantasy, Kom÷die" URL="http://www.ofdb.de/film/99231,Cars" Rating="6.90" Director="John Lasseter, Joe Ranft" Description="..." Picture="Cars.jpg" /></p><p> <Movie Number="2" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic (Directors cut).wmv" Date="10.04.2010" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Resolution="320x240" Framerate="30.000" Languages="English (US)" Size="0" Disks="1" Year="1997" Country="USA" Category="Drama, Katastrophen, Liebe/Romantik" URL="http://www.ofdb.de/film/227,Titanic" Rating="6.960" Director="James Cameron" Actors="... " Description="..." Picture="Titanic.jpg" /></p><p> </Contents></p><p> </Catalog></p><p></AntMovieCatalog></p><p></p><p>Guzzi</p></blockquote><p></p>
[QUOTE="Guzzi, post: 604191, member: 55213"] [b]AW: AMC Updater v0.8.0 Now Available![/b] Hi Zebons, as requested, I moved the AMCupdater stuff here. Find my findings as follows: 1.) Nonstandardcharacters do not work in search (single and batch): When searching either singlemovie infos or launching AMCupdater as batch to update the DB, no results are found, if the searchstring contains specialcharacters like "ä", "ö", "ü" - very common in german movietitles. Searching on the website works - so maybe it's a problem with the codepage? Just checked the stringutils.pas script for ANTdb - there is some special handling for those characters, e.g.: // ***** { Converts windows-1252 and iso-8859-1 characters to ASCII characters } function Cp1252ToASCII(Value: string): string; begin HTMLDecode(Value); [...] Value := StringReplace(Value, 'Ä', 'Z'); Value := StringReplace(Value, 'æ', ''''); Value := StringReplace(Value, 'Æ', ''''); Value := StringReplace(Value, 'ô', '"'); Value := StringReplace(Value, 'ö', '"'); Value := StringReplace(Value, 'ò', '-'); Value := StringReplace(Value, 'û', '-'); Value := StringReplace(Value, 'ù', '-'); Value := StringReplace(Value, 'Ö', '(tm)'); Value := StringReplace(Value, 'Ü', 's'); Value := StringReplace(Value, '£', 'oe'); Value := StringReplace(Value, '×', 'z'); Value := StringReplace(Value, 'ƒ', 'Y'); Result := Value; end; 2.) Grabber-scripts with minor errors: e.g.: Actors="Leonardo DiCaprio&nbsp (Jack Dawson) in CineMotion-script. The grabberscripts are not all up2date, I tried to contact Titof, but didn't yet get a reply. Can you provide me the toolkit to work with the scripts or contact him? 3.) AMCupdater does not properly write the DB and changes the DB-Structure when deleting a single record: AMCupdater changes the structure of the ANT-DB - depending if it's batch-run or single movie update (update of a single record) in a different manner. There is also additional fields dropped in DB, that disappear after opeing and storing the DB with ANT-application. AMCupdater seems to have different behavior on GUI-update-call and direct launching of AMCupdater.exe with same config (I suppose). To explain what happens, I quote a little testDB with the different states: Step 1: adding 1 movie via manual call of AMC-Updater.exe with the created profile via the GUI. Opening and storing the DB in ANT-application does not change the structure - so DB is same after manual storing the DB via AMC-application with only one movie in there:. Filename: Movies - Kids.xml-step1-manual update outside MePoGUI All ok. <?xml version="1.0" encoding="Windows-1252"?> <AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 17:08:19"> <Catalog> <Properties /> <Contents> <Movie Number="1" OriginalTitle="Cars" FormattedTitle="Cars" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Cars.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" TranslatedTitle="Cars" Year="2006" Country="USA" Category="Fantasy, Kom÷die" URL="http://www.ofdb.de/film/99231,Cars" Rating="6.90" Director="John Lasseter, Joe Ranft" Description="..." Picture="Cars.jpg" /> </Contents> </Catalog> </AntMovieCatalog> Step 2: Batch Update from Myfilms GUI via AMC-Updater: Filename: Movies - Kids.xml-step2-AMCupdater-batch-Update All ok, movie added and data ok. <?xml version="1.0" encoding="Windows-1252"?> <AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 17:08:19"> <Catalog> <Properties /> <Contents> <Movie Number="1" OriginalTitle="Cars" FormattedTitle="Cars" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Cars.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" TranslatedTitle="Cars" Year="2006" Country="USA" Category="Fantasy, Kom÷die" URL="http://www.ofdb.de/film/99231,Cars" Rating="6.90" Director="John Lasseter, Joe Ranft" Description="..." Picture="Cars.jpg" /> <Movie Number="2" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" /> </Contents> </Catalog> </AntMovieCatalog> Step 3: Delete Movie-Record (only record, not file) from Details-GUI: Filename: Movies - Kids.xml-step3-MovieRecordDeleteFromGUI <?xml version="1.0" encoding="Windows-1252"?><AntMovieCatalog><Catalog><Properties /><Contents><Movie Number="2" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic.wmv" Date="10.04.2010" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Resolution="320x240" Framerate="30.000" Languages="English (US)" Size="0" Disks="1"><DateAdded>2010-04-10T00:00:00+02:00</DateAdded><Length_Num>0</Length_Num></Movie></Contents></Catalog></AntMovieCatalog> Findings: - It seems, the linebreaks are not written properly - although ANT-application can read the file, it's shown in editor all in one line. - Two new properties are written in the DB plus a "</movie> endtag: <DateAdded>2010-04-10T00:00:00+02:00</DateAdded> <Length_Num>0</Length_Num> </Movie> Manually putting linebreaks in above file shows like this: <?xml version="1.0" encoding="Windows-1252"?> <AntMovieCatalog> <Catalog> <Properties /> <Contents> <Movie Number="2" Checked="True" MediaLabel="Server" [...] Size="0" Disks="1"> <DateAdded>2010-04-10T00:00:00+02:00</DateAdded> <Length_Num>0</Length_Num> </Movie> </Contents> </Catalog> </AntMovieCatalog> Step4: Open and save DB in ANT-application: Filename: Movies - Kids.xml-step4-OpenAndStoreWithANT-Appl Opening this file with ANT-application and storing let those additional infos disappear: <?xml version="1.0" encoding="Windows-1252"?> <AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 18:16:25"> <Catalog> <Properties/> <Contents> <Movie Number="2" Checked="True" MediaLabel="Server" [...] Size="0" Disks="1"/> </Contents> </Catalog> </AntMovieCatalog> So what about those 3 additional infos? Are they required for something? I use ANT-application regulary to update certain details etc., so those infos would always get lost. Or better not even writing them, if they're not required. 3a.) AMCupdater does not properly write the DB and changes the DB-Structure in Online Updates for "Single-Movie-Mode" Similar to the "delete", the DB also gets similar changed on "SingleUpdates". Step5: Updating the File from Step4 above results in the structure below; the extra infos are added again. <?xml version="1.0" encoding="Windows-1252"?><AntMovieCatalog><Catalog><Properties /><Contents><Movie Number="2" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic.wmv" Date="10.04.2010" Rating="7.0" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic (Titanic)" Director="James Cameron" Country="USA" Category="Drama, Katastrophen, Liebe/Romantik" Year="1997" Length="0" Actors="Leonardo DiCaprio, Kate Winslet, Billy Zane, Kathy Bates, Frances Fisher, Gloria Stuart, Bill Paxton, Bernard Hill, David Warner, Victor Garber, Jonathan Hyde, Suzy Amis" URL="http://www.ofdb.de/film/227,Titanic" Description="Die Geschichte der Titanic und ihres Untergang im Atlantik auf ihrer Jungfernfahrt am 15. April 1912. 1700 Menschen waren an Bord des Dampfers, als er..." VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Resolution="320x240" Framerate="30.000" Languages="English (US)" Size="0" Disks="1" Picture="Titanic.jpg"><DateAdded>2010-04-10T00:00:00+02:00</DateAdded><Length_Num>0</Length_Num></Movie></Contents></Catalog></AntMovieCatalog> 4.) AMCupdater started standalone updates existing movies with new moviepath, overwriting old record: This is the problem on top of this thread, just repeated here. I updated the DB, that had Titanic.wmv already in there with a second movie with name "Titaniv (Directors Cut).wmv) - the old movie is still there! While scanning the internetdata, AMCupdater aksks for matching movie - which is the same title, as the one already in the DB - and overwrites the existing record with the new data. The behavior should be as in old AMCupdater 0.8 verion: - The key is the filename, not the movietitle. - So, AMCupdater can recognize "moved files" and update the record accordingly, but new files with different names wuld be recognized as new movies and ADDED, not overwriting the old record with it's still existing movie. As far as I know, old AMCupdater always took Movienumers increasing - in this example, it should have taken "4" for the TitanicDirectorsCut - and keep the normal Titanicmovie on record "2". You can do this test with 0.8 version, which works exactly like this. Filename: Movies - Kids.xml-step7-adding2moviesWithAMCupdaterstandalone <?xml version="1.0" encoding="Windows-1252"?> <AntMovieCatalog Format="35" Version="3.5.1 (2009-02-01)" Date="10.04.2010 18:16:25"> <Catalog> <Properties /> <Contents> <Movie Number="3" OriginalTitle="Cars" FormattedTitle="Cars" Date="10.04.2010" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Cars.wmv" Languages="English (US)" Resolution="320x240" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Framerate="30.000" Size="0" Disks="1" TranslatedTitle="Cars" Year="2006" Country="USA" Category="Fantasy, Kom÷die" URL="http://www.ofdb.de/film/99231,Cars" Rating="6.90" Director="John Lasseter, Joe Ranft" Description="..." Picture="Cars.jpg" /> <Movie Number="2" Checked="True" MediaLabel="Server" MediaType="HDD" Source="C:\MyFilms-Test\Movies - Kids\Titanic (Directors cut).wmv" Date="10.04.2010" OriginalTitle="Titanic" TranslatedTitle="Titanic" FormattedTitle="Titanic" Length="0" VideoFormat="WMV3" VideoBitrate="1500" AudioFormat="WMA2" AudioBitrate="192" Resolution="320x240" Framerate="30.000" Languages="English (US)" Size="0" Disks="1" Year="1997" Country="USA" Category="Drama, Katastrophen, Liebe/Romantik" URL="http://www.ofdb.de/film/227,Titanic" Rating="6.960" Director="James Cameron" Actors="... " Description="..." Picture="Titanic.jpg" /> </Contents> </Catalog> </AntMovieCatalog> Guzzi [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
AMC Updater v0.8.0 Now Available!
Contact us
RSS
Top
Bottom