mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
243 stars 28 forks source link

Consolidate API search info #126

Open Neal-Specter opened 7 months ago

Neal-Specter commented 7 months ago

Is your feature request related to a problem? Please describe. Only some of the YAML info I want is filled out. For the anime death note the result from MALAPI is missing the plot and actors, while OMDdAPI is missing the number of episodes and Studio.

Describe the solution you'd like Please make an option to combine YAML data for media with the same Title/englishTitle when we are on the search results page.

Additional context In the settings there can be a list of all the API options that the user can sort to decide which API takes priority when the same YAML data is found in the different API searches.