musicdlp/backend
DarkCat09 62ebecc87f
Remove path_length config option
I've misunderstood the FS limits, 255 is for filename, not path.
Path is limited only by libc, it's 4096.
The default outtmpl in musicdlp contains slashes, so it's a path.
But YDL considers it to be a filename, so the whole
outtmpl formatting result is trimmed to path_length.
Do we really need this? I think there are no "malicious" long-named tracks :)
2024-05-06 19:43:32 +04:00
..
config.py Remove path_length config option 2024-05-06 19:43:32 +04:00
genius.py Lyrics: change search engine for more relevant results 2024-05-03 20:57:43 +04:00
http_pool.py shared -> http_pool 2024-04-28 14:06:20 +04:00
id3pp.py Multiple artists support 2024-05-03 18:38:11 +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 Format: unused import 2024-04-28 14:08:28 +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