Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discogs: Skip Discogs query on insufficiently tagged files #4227

Merged
merged 4 commits into from
Jan 11, 2022

Commits on Jan 10, 2022

  1. Skip Discogs query on insufficiently tagged files

    - When files are missing both, album and artist tags, the Discogs metadata
      plugin sends empty information to the Discogs API which returns arbitrary
      query results.
    - This patch catches this case and states it in beets import verbose output.
    JOJ0 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e35c767 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry for PR beetbox#4227 (discogs: Skip

    Discogs query on insufficiently tagged files).
    JOJ0 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    4401de9 View commit details
    Browse the repository at this point in the history
  3. Add to discogs plugin docs regarding PR beetbox#4227

    - Clarify basic search behaviour in intro chapter of discogs plugin,
    - and state change introduced in PR#4227 (discogs: Discogs query on
      insufficiently tagged files)
    JOJ0 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2a53b89 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    b5762bd View commit details
    Browse the repository at this point in the history