P3rv3rt B3ar wrote:So, AMC automaticly fetches that data from video files?
Not entirely automatically - you have to click a button and select the (avi/mpg) file.... then it gets the info... that's how I import all info on my movies, ie. DVD number, plot, filename, actors, director, etc. There is a template in XAnt plugin in which you specify which fields to export, looks like this:
- <item>
<parameter>$$ITEM_MEDIA</parameter>
<coverart>$$ITEM_PICTUREFILENAME</coverart>
<display>$$ITEM_ORIGINALTITLE</display>
<offline>$$ITEM_SOURCE</offline>
- <information>
<name>$$ITEM_ORIGINALTITLE</name>
<title>$$ITEM_ORIGINALTITLE</title>
<sorttitle>$$ITEM_ORIGINALTITLE</sorttitle>
<director>$$ITEM_DIRECTOR</director>
<runtime>$$ITEM_LENGTH</runtime>
<plot>$$ITEM_DESCRIPTION</plot>
<actors>$$ITEM_ACTORS</actors>
<year>$$ITEM_YEAR</year>
<genre>$$ITEM_CATEGORY</genre>
<rating>$$ITEM_RATING/10</rating>
<off>$$ITEM_SOURCE</off>
<medianr>$$ITEM_URL</medianr>
</information>
</item>
for the fields that interest you, there is audio format, audio bitrate, video format, video bitrate, framerate, resolution, filesize...
I just checked and it works with MPG (I use it for AVI)
It can also download coverart from the internet (via scripts) and it exports pictures for XLobby to use.
+many other usefull things