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

AURA: Add aura plugin and docs #3758

Merged
merged 15 commits into from
Mar 8, 2021
Merged

AURA: Add aura plugin and docs #3758

merged 15 commits into from
Mar 8, 2021

Commits on Sep 21, 2020

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

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    51c3f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8aa96e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Add default config values in create_app()

    So if not run through beet aura then default values will be available
    govynnus committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e067298 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

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

Commits on Nov 21, 2020

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

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    7e819d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1baeb3 View commit details
    Browse the repository at this point in the history
  3. AURA: Simplify if statements

    Get rid of ` is not None`
    Change `len(x) == 0` to `not x`
    Change `x is None` to `not x`
    govynnus committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    07cfaaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbc7688 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fe2f4f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. AURA: Use py3_path rather than displayable_path

    displayable_path may remove 'bad' characters, yielding a wrong path.
    
    Also use track.path rather than track.destination() as that is where
    the file is actually located rather than where it should be located
    according to the beets path system.
    govynnus committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    477eed3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into aura

    Ensure aura branch has updated configuration to eliminate spurious
    linter errors from the style checker.
    govynnus committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    9b9ff46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a54ee43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a24a094 View commit details
    Browse the repository at this point in the history