digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
176 stars 15 forks source link

Prompt user when similar artist names appear from API results #21

Closed digitalec closed 3 years ago

digitalec commented 3 years ago

When monitoring an artist, sometimes similar names are chosen over the intended name.

Example:

$ deemon monitor Medicine
Now monitoring Simple Medicine

A way to prompt the user when the names do not match exactly, providing options of similar results to choose from.

digitalec commented 3 years ago

When this is implemented, it'll need to have an argument to automatically accept/ignore so it can still be run in an automated way.

digitalec commented 3 years ago

Implemented in future branch. Checks for exact match, then provides results if used with --search.