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

switch CDDB implementation to freedb.py from python-audio-tools #276

Merged
merged 5 commits into from
Jun 8, 2018

Commits on May 13, 2018

  1. freedb: Import from python-audio-tools 660ee2c

    License: GPL-2.0+
    mtdcr committed May 13, 2018
    Configuration menu
    Copy the full SHA
    ef20732 View commit details
    Browse the repository at this point in the history
  2. freedb: Remove unused code and set client name to whipper.

    The removed functions depend on other classes of python-audio-tools,
    but aren't needed here.
    mtdcr committed May 13, 2018
    Configuration menu
    Copy the full SHA
    fdeeed9 View commit details
    Browse the repository at this point in the history
  3. cddb-py: replace with newer freedb implementation

    The last release of cddb-py was 15 years ago. The freedb code taken
    from python-audio-tools speaks protocol version 6 (Unicode) and is
    compatible to both Python 2 and 3.
    mtdcr committed May 13, 2018
    Configuration menu
    Copy the full SHA
    a57dfd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b56d47 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

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