Plugins - YAMJ/yamj-v2 GitHub Wiki
A plugin is a code module that has been written to automatically extract information about a movie, TV series or person from an internet site for use within MovieJukebox.
If you want to use a different plugin other than the default IMDB to gather information from a different source website (For example, in a different language) you will need to edit the moviejukebox.properties
and change mjb.internet.plugin
to be one of the values in the table below.
Note: This is located in your installation root folder, if not please read the PropertiesConfiguration page first.
Type | Site | Language | Property | URL | MovieDb |
---|---|---|---|---|---|
Movie | Allocine | French | com.moviejukebox.plugin.AllocinePlugin |
http://www.allocine.fr/ | allocine |
Movie | ComingSoon | Italian | com.moviejukebox.plugin.ComingSoonPlugin |
http://www.comingsoon.it/ | comingsoon |
Movie | Film Affinity | Spanish | com.moviejukebox.plugin.FilmaffinityPlugin |
http://www.filmaffinity.com/ | filmaffinity |
Movie | FilmUp.IT | Italian | com.moviejukebox.plugin.FilmUpITPlugin |
http://filmup.leonardo.it/ | filmupit |
Movie | FilmKatalogus | Hungarian | com.moviejukebox.plugin.FilmKatalogusPlugin |
http://filmkatalogus.hu/ | filmkatalogus |
Movie | FilmWeb | Polish | com.moviejukebox.plugin.FilmwebPlugin |
http://www.filmweb.pl/ | filmweb |
Movie | IMDB (Default) | Multiple | com.moviejukebox.plugin.ImdbPlugin |
http://www.imdb.com/ | imdb |
Movie | TheMovieDB | English | com.moviejukebox.plugin.TheMovieDbPlugin |
http://www.themoviedb.org/ | themoviedb |
Movie | Kinopoisk | Russian | com.moviejukebox.plugin.KinopoiskPlugin |
http://www.kinopoisk.ru/ | kinopoisk |
Movie | MovieMeter | Dutch | com.moviejukebox.plugin.MovieMeterPlugin |
http://www.moviemeter.nl/ | moviemeter |
Movie | OfDB | German | com.moviejukebox.plugin.OfdbPlugin |
http://www.ofdb.de/ | ofdb |
Movie | misc | any | com.moviejukebox.plugin.ScriptableScraperPlugin |
scriptablescraper | |
Movie | Sratim | Hebrew | com.moviejukebox.plugin.SratimPlugin |
http://www.sratim.co.il/ | sratim |
Movie | ScopeDk | Danish | com.moviejukebox.plugin.ScopeDkPlugin |
http://www.scope.dk/ | scopedk |
Movie | Animator | Russian | com.moviejukebox.plugin.AnimatorPlugin |
http://www.animator.ru/ | animator |
TV | TheTVDb (Default) | Multiple | com.moviejukebox.plugin.TheTvDBPlugin |
http://thetvdb.com/ | thetvdb |
TV | TVRage | English | com.moviejukebox.plugin.TVRagePlugin |
http://tvrage.com/ | tvrage |
Person | IMDB (Default) | Multiple | com.moviejukebox.plugin.ImdbPlugin |
http://www.imdb.com/ | imdb |
Person | Kinopoisk | Russian | com.moviejukebox.plugin.KinopoiskPlugin |
http://www.kinopoisk.ru/ | kinopoisk |
With v1.8 you can now specify the default language that IMDb will retrieve data in.
To change the language for IMDb, set the following property:
imdb.site=us
Replace the us
value with one of these:
us
fr
es
de
it
pt
This is the string value to be used in <id moviedb="value">
attributes in NFO files.
For example, this would be the attribute for FilmDelta
<id moviedb="filmdelta">999</id>
See here fore more details [NFO_Files]
To change the plugin to Allocine for movies, the line will look like:
mjb.internet.plugin=com.moviejukebox.plugin.AllocinePlugin
There are no additional TV Series plugins at this time. However, the TheTVDB.com allows information in different languages. You can change the default language that is searched with this parameter:
thetvdb.language=en
Valid languages codes are:
L | A | N | G | U | A | G | E |
---|---|---|---|---|---|---|---|
da |
fi |
nl |
de |
it |
es |
fr |
no |
pl |
hu |
el |
tr |
ru |
he |
ja |
sv |
pt |
zh |
cs |
sl |
en |
Apart from the default plugins, these have been submitted by the user community for use in the project and we thank them for their effort and contributions :-)