mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
✨ Added audio mode filter (Dolby Atmos or Stereo) (#363)
* prepare dolby atmos config * add audio mode filter logic
This commit is contained in:
@@ -91,6 +91,13 @@ write_lrc_file = false
|
||||
# downloads will continue under "FooBar".
|
||||
match_existing_path_case = false
|
||||
|
||||
# Dolby Atmos filter
|
||||
# none - download only STEREO tracks
|
||||
# only - download only DOLBY_ATMOS tracks
|
||||
# allow - download both
|
||||
# (both versions won't be downloaded at a time, it depends on what Tidal returns)
|
||||
atmos_filter = "none"
|
||||
|
||||
|
||||
[metadata]
|
||||
# embed metadata in files
|
||||
|
||||
Reference in New Issue
Block a user