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
255 stars 31 forks source link

Importing a folder per media type instead of per api #74

Open ltctceplrm opened 1 year ago

ltctceplrm commented 1 year ago

Is your feature request related to a problem? Please describe. I've recently done a bulk import of my movies using the "import folder as mediaDB" option and I'm very happy with the results, I would like to do the same for my videogames but the problem is that currently the "import folder as mediaDB" function only has API options instead of media type options. Therefore I can only select the steam API for this and the search often doesn't show the results I want because of all the DLC with a similar name. I'd like to bulk import using OMDB for that reason but currently the bulk import then only search for movies.

Describe the solution you'd like It would be useful if we could choose the game or movie option when importing a folder so it definitely only searches for games or movies but from multiple APIs, like what was added in #54

Additional context Another option that would also work would be to exclude DLC from steamAPI search or prioritize actual games so they're at the top.

I'm not sure if I should have posted this as a bug or a feature request