diff --git a/app/ipcHandlers.js b/app/ipcHandlers.js index f4a3f4c..e2f8364 100644 --- a/app/ipcHandlers.js +++ b/app/ipcHandlers.js @@ -17,7 +17,8 @@ const FEATURE_WHITELIST = new Set([ "verboseLogs", "autoDownloadPlaylist", "customCodec", - "theme" + "theme", + "createPlaylistFolders" ]); const configFolderPath = featuresPath; diff --git a/config/config.default.json b/config/config.default.json index 328a2b4..7b68c4c 100644 --- a/config/config.default.json +++ b/config/config.default.json @@ -7,6 +7,7 @@ "addMetadata": true, "verboseLogs": false, "autoDownloadPlaylist": true, + "createPlaylistFolders": true, "customCodec": "h264", "logSystem": true, "outputTitleCheck": true, diff --git a/public/index.html b/public/index.html index 181659d..82becc3 100644 --- a/public/index.html +++ b/public/index.html @@ -88,6 +88,14 @@ +
+ +
+ Create Playlist Folders + Create a dedicated folder for each playlist with its name. +
+
+