mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 07:44:38 +01:00
mediafile: replace with a wrapper around mediafile
This commit is contained in:
parent
5d5fc09b2b
commit
8519f02335
2 changed files with 9 additions and 2088 deletions
2096
beets/mediafile.py
2096
beets/mediafile.py
File diff suppressed because it is too large
Load diff
1
setup.py
1
setup.py
|
|
@ -91,6 +91,7 @@ setup(
|
|||
'unidecode',
|
||||
'musicbrainzngs>=0.4',
|
||||
'pyyaml',
|
||||
'mediafile>=0.0.1',
|
||||
] + [
|
||||
# Avoid a version of munkres incompatible with Python 3.
|
||||
'munkres~=1.0.0' if sys.version_info < (3, 5, 0) else
|
||||
|
|
|
|||
Loading…
Reference in a new issue