Feature #2492

Priority of metadata sources

Added by Fredrik Lundmark about 8 years ago. Updated over 7 years ago.

Status:NewStart date:01/15/2015
Priority:NormalDue date:
Assignee:Andreas Smas% Done:

0%

Category:Metadata
Target version:5.2

Description

At the moment metadata works as such that if I add a description to a movie and also apply bindVideoMetadata, my description will be overwritten by the latter.

page.appendItem("testplug" + ":video:" + "", "video",{title: 'John Wick', description: "Testing!"}).bindVideoMetadata({title: 'John Wick'});

Would it be possible (and desirable) to have all manually entered metadata take priority over the data you get from tmdb? So in this case I would get Testing! as description text, but also the rating, genre, year etc from tmdb.

History

#1 Updated by Andreas Smas over 7 years ago

  • Target version set to 5.2

Also available in: Atom PDF