Post Tue Aug 12, 2014 8:31 pm

Metadata source priority

I'm sorry if this has been requested before, but I couldn't find it, so here we go:

It would be great if we can set a list of metadata sources instead of choosing just one. I occasionally find items that Serviio accurately searches for, but the wrong result is returned from an online source (due to extreme similarities between titles). In these instances, it would be nice to be able to override the metadata manually. A priority list would work for this, as well as provide additional functionality.

Basically, (for my purposes):

  Code:
File f = new File('myVid.nfo');
if(f.exists()){
    //retrieve nfo data
}else{
    //retrieve online data
}


Otherwise a loop to go through all sources (selected) until the obj is set (even better). Either of these options would "fix" so many of the threads I see on here with metadata issues.