Unzip albums, tag songs with album data

This commit is contained in:
7x11x13
2021-08-30 11:21:37 -04:00
parent 06592b8932
commit 89b9ad55ac
3 changed files with 233 additions and 99 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup
import free_bandcamp_downloader
@@ -10,7 +10,8 @@ setup(
install_requires=[
'selenium',
'docopt',
'python-guerrillamail'
'python-guerrillamail',
'mutagen'
],
entry_points={
'console_scripts': [