Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beetbox/beets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7981f435d4081923bdac08824cdffc32f9461d2a
Choose a base ref
..
head repository: beetbox/beets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ebb51d4a3f00adaf271f29da01496c96a4c893d
Choose a head ref
Showing with 764 additions and 231 deletions.
  1. +167 −97 beetsplug/lastgenre/__init__.py
  2. +153 −27 beetsplug/lyrics.py
  3. +11 −0 docs/changelog.rst
  4. +5 −0 docs/guides/main.rst
  5. +61 −6 docs/plugins/lastgenre.rst
  6. +1 −1 docs/plugins/lyrics.rst
  7. +273 −74 test/plugins/test_lastgenre.py
  8. +93 −26 test/plugins/test_lyrics.py
Loading