From 85edae7e996aa60574dd09b42ba593e302eb7037 Mon Sep 17 00:00:00 2001 From: fiso64 Date: Thu, 1 Jun 2023 18:56:18 +0200 Subject: [PATCH] lock attempt --- .gitignore | 3 ++- slsk-batchdl/Properties/launchSettings.json | 19 ------------------- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 slsk-batchdl/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index 9491a2f..be00a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/slsk-batchdl/Properties/launchSettings.json diff --git a/slsk-batchdl/Properties/launchSettings.json b/slsk-batchdl/Properties/launchSettings.json deleted file mode 100644 index 8467749..0000000 --- a/slsk-batchdl/Properties/launchSettings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "profiles": { - "slsk-batchdl": { - "commandName": "Project" - }, - "YouTube": { - "commandName": "Project", - "commandLineArgs": "--youtube \"https://www.youtube.com/playlist?list=PLI_eFW8NAFzYAXZ5DrU6E6mQ_XfhaLBUX\" -p \"C:\\Users\\fiso64\\Music\\Playlists\" --username \"testing_sorry_12312\" --password \"fakepass123123\" --yt-dlp --skip-existing" - }, - "Spotify": { - "commandName": "Project", - "commandLineArgs": "--spotify \"likes\" -p \"C:\\Users\\fiso64\\Music\\Playlists\" --username \"fakenameee2233\" --password \"addafffl;\" --skip-existing" - }, - "CSV": { - "commandName": "Project", - "commandLineArgs": "-p \"C:\\Users\\fiso64\\Music\\Playlists\" --csv \"C:\\Users\\fiso64\\Downloads\\test.csv\" --username \"fakename99123\" --password \"fakepass123123\" --artist-col \"Artist Name(s)\" --album-col \"Album Name\" --track-col \"Track Name\" --length-col \"Duration (ms)\" --time-unit \"ms\" --pref-format \"flac\" --yt-dlp" - } - } -} \ No newline at end of file