Basic reorganization music files

This commit is contained in:
Fabio Scotto di Santolo
2024-10-22 10:53:05 +02:00
parent 743db1d4ce
commit 8bcc15bdf3
4 changed files with 964 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "music-organizer"
version = "0.1.0"
description = "Project for recognize automatically and organize music folders"
authors = ["Fabio Scotto di Santolo <fabio.scottodisantolo@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
shazamio = "^0.6.0"
python-magic = "^0.4.27"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"