ExSport wrote:It is possible to filter some words like in MovieInfo plugin? Sometimes my movie names or folders includes something what breaks correct finds on movie pages like genre or audio/source format.
http://sourceforge.net/apps/mediawiki/p ... neral#TMDb
@renszarv
That looks mighty interesting! I'll have to look into the flicklib to see if I want to keep the current idea going. I've defined the interface to collect movie infos as
- Code: Select all
public void importMovieInfo(String title, String filePath)
The importer implementation can then decide which of the two parameters it will use. The title is the clean file name (as per the above link), the file path can be used to e.g. create a plugin reading metadata from mkvs or look for an nfo file.
Additionally there is a method importMovieInfoById(String id), that will be used from the library view. E.g. when the info has been badly imported by name, it will be possible to update the stored data by selecting an engine and specifying the ID for this enfine.
What's even more interesting for me is to see how you've done the table in movie-browser. I'd love to get some help with this one if you're good at swingin'
