add shazm recog fallback.

This commit is contained in:
matt
2026-05-12 20:54:54 -07:00
parent c36a6a7f62
commit bde1ddf465
3 changed files with 787 additions and 6 deletions

View File

@@ -6,12 +6,14 @@ readme = "README.md"
authors = [{ name = "publicmatt", email = "git@publicmatt.com" }]
requires-python = ">=3.12"
dependencies = [
"audioop-lts>=0.2.2 ; python_full_version >= '3.13'",
"click>=8.1.8",
"mpv>=1.0.7",
"mutagen>=1.47.0",
"pydantic>=2.0",
"pydantic-settings>=2.12.0",
"requests>=2.32.3",
"shazamio>=0.8.1",
"structlog>=25.5.0",
"yt-dlp>=2025.1.15",
]