From 76e19eb3893298ad25ab52777ef9f4a172311bbd Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 21 Nov 2022 07:31:46 -0500 Subject: [PATCH] disable multiThread --- root/scripts/tidal-dl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/tidal-dl.json b/root/scripts/tidal-dl.json index 1db99e0..9cd9023 100644 --- a/root/scripts/tidal-dl.json +++ b/root/scripts/tidal-dl.json @@ -1 +1 @@ -{"albumFolderFormat": "atd", "apiKeyIndex": 4, "audioQuality": "HiFi", "checkExist": true, "downloadPath": "/downloads/lidarr-extended/incomplete", "includeEP": true, "language": "0", "lyricFile": true, "multiThread": true, "saveAlbumInfo": false, "saveCovers": false, "showProgress": true, "showTrackInfo": true, "trackFileFormat": "{TrackNumber}-{TrackTitle}-{TrackID}", "usePlaylistFolder": false, "videoFileFormat": "{VideoNumber} - {ArtistName} - {VideoTitle}{ExplicitFlag}", "videoQuality": "P1080"} +{"albumFolderFormat": "atd", "apiKeyIndex": 4, "audioQuality": "HiFi", "checkExist": true, "downloadPath": "/downloads/lidarr-extended/incomplete", "includeEP": true, "language": "0", "lyricFile": true, "multiThread": false, "saveAlbumInfo": false, "saveCovers": false, "showProgress": true, "showTrackInfo": true, "trackFileFormat": "{TrackNumber}-{TrackTitle}-{TrackID}", "usePlaylistFolder": false, "videoFileFormat": "{VideoNumber} - {ArtistName} - {VideoTitle}{ExplicitFlag}", "videoQuality": "P1080"}