musicdlp/backend
DarkCat09 0b0759fb3b
Lyrics: add irrelevant results filtering
Small note on how it works, copied from
raise_on_irrelevant_result() docstring:

Raises ValueError
if no words from track title are present in search result track title
and no words from artist name are present in search result artist name
2024-05-06 20:31:42 +04:00
..
config.py Remove path_length config option 2024-05-06 19:43:32 +04:00
genius.py Lyrics: add irrelevant results filtering 2024-05-06 20:31:42 +04:00
http_pool.py shared -> http_pool 2024-04-28 14:06:20 +04:00
id3pp.py Lyrics: add irrelevant results filtering 2024-05-06 20:31:42 +04:00
main.py Refactor: merge ydl_wrap with ydl_pool.Downloader, add callbacks 2024-05-05 19:24:52 +04:00
response.py JSON schema v0.0.2 2024-05-05 19:04:18 +04:00
test_genius.py Lyrics: add irrelevant results filtering 2024-05-06 20:31:42 +04:00
test_pp.py Multiple artists support 2024-05-03 18:38:11 +04:00
ydl_pool.py Remove path_length config option 2024-05-06 19:43:32 +04:00