Movie-xml en

From Ultimate Media Collector (UMC) - Wiki

Jump to: navigation, search

The „movie.xml“ (download here - http://www.popcornforum.de/showthread.php?tid=5968) can be used to declare distinct a movie and this helps the search for movie informations but has to be edited with a „UTF-8 capable editor“ like Notepad++.

This movie-information file is needed if the movie is not recognized well!
If not to make e.g. the movie "Benjamin Blümchen" to "Rambo 4" you can use the Movie-xml file to give the right ID to the scanner.
This is also helpful for own e.g. holiday movies, so you can give the UMC informations (movie-name, plot, year,...) manually!
For that read this file carefully and take care about the "tags"!

The "movie.xml" is identified with pattern [Movie] --> Moviefilename[Movie].xml and can be in a optional directory. This directory has to be defined as a library with Scan-Type "for nfo-xml-files" or "for images and NFOs"!

Example:
My.Movie.2009.DVDRip.avi
My.Movie.2009.DVDRip[Movie].xml


Attention: The pattern are case-sensitive, take care of upper and lower case!!


Wichtiger Hinweis:
In the most cases it's enough to enter the ID to recognize the movie!

<?xml version="1.0" encoding="UTF-8"?>
 
<movie xmlns="http://www.umc-project.de/xmlbeans">
 
  <id>184</id>
 
</movie>


Complete XML:


<?xml version="1.0" encoding="UTF-8"?>
 
<movie xmlns="http://www.umc-project.de/xmlbeans">
 
  <!--
  Here you can declare the desired movie title. This has preference before the filename. If the <title>-tag is empty so the title is searched in internet.
  -->
  <title>Terminator 2</title>
 
  <!-- Here you can deposit the distinct ID (OFDB odr IMDB) of a movie.
  If the ID is legal the scanner will use this ID and always get the right movie informations.
  -->
  <id>184</id>
 
  <!-- Es können die Genres(sprechende Namen) aus der Datei "umc-config.xml" im Ordner
  "[Applikationsverzeichnis]/Settings" verwendet werden.
  Isn't the Genre in the list, so you can enter a various one.
  -->
 
  <genre>Action,SciFi</genre>
 
  <year>1992</year>
 
  <plot>In the year 2029, a computer called Skynet is fighting against a human resistance, after having nearly destroyed 
        the rest of humanity in 1997. Skynet has found a way to send some of it's warriors, called Terminators, back in time.
        This is the story of the Terminator sent to kill the resistance leader in 1995, while he is still a child. The resistance 
        sends a reprogrammed Terminator back to 1995 to protect the young man. The question is, can they survive against the new 
        prototype liquid metal Terminator while preventing the creation of Skynet?</plot>
 
 
  <!-- empty picture-tags denote that UMC tries to get them from the internet
       These tags are the same for movie-xml, series-xml and group-xml.
       The pictures don't have to be in a scan-library.
  -->
 
  <banner></banner>
  <cover>c:/picture/movies/Terminator chops Lukas.bmp</cover>
  <poster></poster>
  <backdrop>d:/nice backdrops/Terminator-trilogy.jpg</backdrop>
 
  <audio>
    <track>
      <language></language>
      <codec></codec>
    </track>
    <track>
      <language></language>
      <codec></codec>
    </track>
  </audio>
 
  <subtitle>
    <track>
      <language></language>
      <codec></codec>
    </track>
    <track>
      <language></language>
      <codec></codec>
    </track>
  </subtitle>
 
 
<!--!!!!! from here the structure and tags could change -->
 
  <rating>10</rating>
 
  <cast>
    <actor>
      <forename>Arnold</forename>
      <surname>Schwarzenegger</surname>
    </actor>
    <actor>
      <forename>Linda</forename>
      <surname>Hamilton</surname>
    </actor>
  </cast>
 
  <fsk>18</fsk>
 
  <resolution>720p</resolution>
 
</movie>
Personal tools
Deutsch