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

Add ability for 'missing' plugin to show missing albums by library artists #2481

Merged
merged 4 commits into from
Mar 18, 2017

Commits on Mar 18, 2017

  1. beetsplug: add '-a' to show missing albums to 'missing' plugin

    Passing -a to 'beet missing' shows albums missing by all artists
    in the library.
    
    Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
    qlyoung committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    339a1ef View commit details
    Browse the repository at this point in the history
  2. beetsplug: cleanup for 'missing -a' code

    * Use full name for musicbrainzngs import
    * Use beets internal logging facilities
    * Match releases by release id
    * Convert some strings to Unicode
    * Remove unnecessary MB rate-limiting
    * Remove unnecessary imports
    * Follow beets convention for `--album` option
    * Follow beets convention for imperative docstrings
    * Simplify method signatures
    * Use defaultdict(list) where appropriate
    * Clarify missing MBID log message
    
    Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
    qlyoung committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    b013aba View commit details
    Browse the repository at this point in the history
  3. docs: add documentation for missing -a

    Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
    qlyoung committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    d82ef10 View commit details
    Browse the repository at this point in the history
  4. beetsplug: implement missing -a -t

    Produces a count of missing albums without listing them
    
    Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
    qlyoung committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    bf87cab View commit details
    Browse the repository at this point in the history