for (int i = 0; i < s; i++) { // iterate files,
c = f.get(i);
if (c instanceof NfoFile) { // find nfos
try {
if (!nfoLyzer.parseNfo(result, (NfoFile) c)) {
System.out.println("No parser for " + c.pathString() + ", trying next nfo.");
continue;
} else {
// parse success => validate, create & save album data
// set repository object candidates and the status of all index fields
assignMatchStati(result, repository); // find known or similar entries & set stati accordingly