You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 2614 created by Omertron on 2013-02-27T06:15:09.000Z:
I propose new boolean property "imdb.aka.fallback.international".
true - scrape title from AKAs takes international title when lack preferred country title
Comment #1 originally posted by Omertron on 2013-02-27T08:28:47.000Z:
Better idea: fallback to list of languages, defined in new property "imdb.aka.scrape.fallback"
ie.:
imdb.preferredCountry=USA
imdb.aka.scrape.fallback=UK,International,(original title)
gives searching AKAs for USA -> UK -> International -> (original title)
Original issue 2614 created by Omertron on 2013-02-27T06:15:09.000Z:
I propose new boolean property "imdb.aka.fallback.international".
true - scrape title from AKAs takes international title when lack preferred country title
@@ -75,6 +75,7 @@
private static final Logger logger = Logger.getLogger(ImdbPlugin.class);
private static final String LOG_MESSAGE = "ImdbPlugin: ";
protected String preferredCountry;
private String imdbPlot;
protected WebBrowser webBrowser;
protected boolean downloadFanart;
@@ -136,6 +137,7 @@
webBrowser = new WebBrowser();
}
}
}
The text was updated successfully, but these errors were encountered: