From f01e96d000a195a59a7f25cb133caa72a486007e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 18:52:34 -0600 Subject: fix(testing): remove obsolete --skip-slow-packages option This flag was removed from archsetup but remained in test scripts. --- dotfiles/system/.config/.tidal-dl.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 dotfiles/system/.config/.tidal-dl.json (limited to 'dotfiles/system/.config/.tidal-dl.json') diff --git a/dotfiles/system/.config/.tidal-dl.json b/dotfiles/system/.config/.tidal-dl.json new file mode 100644 index 0000000..9c39da2 --- /dev/null +++ b/dotfiles/system/.config/.tidal-dl.json @@ -0,0 +1 @@ +{"albumFolderFormat": "{ArtistName}/{AlbumTitle} ({AlbumYear})", "apiKeyIndex": 1, "audioQuality": "HiFi", "checkExist": true, "downloadDelay": true, "downloadPath": "/home/cjennings/music/", "includeEP": true, "language": "0", "lyricFile": false, "multiThread": true, "playlistFolderFormat": "{PlaylistName}", "saveAlbumInfo": false, "saveCovers": true, "showProgress": false, "showTrackInfo": false, "trackFileFormat": "{TrackNumber} {TrackTitle}", "usePlaylistFolder": false, "videoFileFormat": "{VideoNumber} - {ArtistName} - {VideoTitle}", "videoQuality": "P1080"} \ No newline at end of file -- cgit v1.2.3