Ja het probleem is dat ik dus niet precies weet wat ik moet veranderen.
################################################################
### ###
### Customization Properties ###
### ###
### Below here are the parameters for various language ###
### plugins. You should not need to change these values ###
### ###
################################################################
# This is the maximum length of the plot that each plugin will use
# If the plot is longer than this value it will be truncated and
# the last three characters will be an ellipse (...)
plugin.plot.maxlength=500
# This is the fully qualified name of the plugin class implementing
# the internet search for movies (both movies data and poster).
#
# You can replace this default class with your own in order
# to develop your customized internet search.
#
# The class must implement interface com.moviejukebox.MovieDatabasePlugin
# Make sure to modify the classpath accordingly in the moviejukebox startup script
#
# If you don't know what all this is about, DO NOT CHANGE THIS VALUE.
# Valid values are listed on this page:
http://code.google.com/p/moviejukebox/wiki/Plugins
mjb.internet.plugin=com.moviejukebox.plugin.ImdbPlugin
# This is the fully qualified name of the plugin to be used for
# TV series search (for both data and posters)
# you can continue using any of the other plugins for TV series
# essentially keeping prior functionality by replacing the plugin
# below with one of the other movie plugins from above
mjb.internet.tv.plugin=com.moviejukebox.plugin.TheTvDBPlugin
################################################################
## IMDb plugin parameters
#
# Specifies the search engine to be search for IMDb ids
# Valid values are: imdb, google, yahoo, none
imdb.id.search=imdb
# Try to find movies in IMDb "perfect match" section
# When set to true, IMDb plugin will search for "movie title (year)" in the "perfect match section"
# If found, then this entry is used. If not found, the first movie found is returned.
imdb.perfect.match=true
# Specifies the IMDb site to use
# Valid values are : us, fr, es, de, it, pt
imdb.site=us
# Get all available information from the "combined" imdb page rather than the more limited "standard" page
imdb.full.info=false
################################################################
## TheTVDB plugin parameters
#
# the language used for searching TheTVDB and the language to have descriptions and text translated to
# valid languages are: da,fi,nl,de,it,es,fr,pl,hu,el,tr,ru,he,ja,pt,zh,cs,sl,en,sv,no
thetvdb.language=en
# specify whether to use the DVD sort or the aired date sort
# valid values are: true, false. true will sort by dvd episode number, false will use aired episode number
thetvdb.dvd.episodes=false
################################################################
## Filmweb plugin parameters
#
# Specifies the search engine to be search for Filmweb IDs
# Valid values are: filmweb, google, yahoo, none
filmweb.id.search=filmweb
################################################################
## Kinopoisk plugin parameters
#
# Specifies preferred movie rating method
# Valid values are: imdb, kinopoisk, average
kinopoisk.rating=average
################################################################
## MovieMeter plugin parameters
#
# Specifies the search engine to be search for MovieMeter IDs
# Valid values are: moviemeter, google, none
moviemeter.id.search=moviemeter
################################################################