* morituri/common/musicbrainzngs.py: * morituri/common/program.py: * morituri/extern/Makefile.am: Use musicbrainz NGS for ripping. Can now rip Weezer, the Blue Album, both discs.
18 lines
263 B
Makefile
18 lines
263 B
Makefile
CLEANFILES = *.py{c,o}
|
|
|
|
morituridir = $(PYTHONLIBDIR)/morituri/common
|
|
|
|
morituri_PYTHON = \
|
|
__init__.py \
|
|
accurip.py \
|
|
checksum.py \
|
|
common.py \
|
|
drive.py \
|
|
encode.py \
|
|
gstreamer.py \
|
|
log.py \
|
|
logcommand.py \
|
|
musicbrainzngs.py \
|
|
program.py \
|
|
renamer.py
|