Extract podcast metadata from tags and sidecar files

This commit is contained in:
2026-09-22 21:39:33 -04:00
parent 178496582c
commit cbcc42d831
14 changed files with 884 additions and 154 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, check-manifest, flake8
envlist = py310, py311, py312, py313, check-manifest, flake8
[testenv]
sitepackages = true
@ -7,7 +7,7 @@ deps = .[test]
commands =
python -m pytest \
--basetemp={envtmpdir} \
--cov=mopidy_webhooks--cov-report=term-missing \
--cov=mopidy_webhooks --cov-report=term-missing \
{posargs}
[testenv:check-manifest]