mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
✨ Added match_existing_path_case option (#335)
When enabled, existing path components are reused even if Tidal returns different casing. This avoids creating separate paths on case-sensitive filesystems that would conflict later when moved to case-insensitive systems. For example, if "FooBar" already exists and the API returns "foobar", downloads will continue under "FooBar". Co-authored-by: Piotr Karbowski <git.throwaway941@simplelogin.com>
This commit is contained in:
@@ -84,6 +84,13 @@ rewrite_metadata = false
|
||||
# track file with the same name
|
||||
write_lrc_file = false
|
||||
|
||||
# when enabled, existing path components are reused even if Tidal returns
|
||||
# different casing. This avoids creating separate paths on case-sensitive
|
||||
# filesystems that would conflict later when moved to case-insensitive systems.
|
||||
# For example, if "FooBar" already exists and the API returns "foobar",
|
||||
# downloads will continue under "FooBar".
|
||||
match_existing_path_case = false
|
||||
|
||||
|
||||
[metadata]
|
||||
# embed metadata in files
|
||||
|
||||
Reference in New Issue
Block a user