From 798fb28aef19fabf026965dd4ec7f893ed3f9336 Mon Sep 17 00:00:00 2001 From: Joyogirl <93784753+Joyogirl@users.noreply.github.com> Date: Sun, 19 Mar 2023 00:03:03 +0530 Subject: [PATCH] Update a mistake and bolded headings --- CONTRIBUTING.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 14c66c02..1d33a3ba 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -13,12 +13,12 @@ When submitting a bug report, please make sure your issue contains enough inform ## Feature Request YTDlnis is and will remain a simple GUI for yt-dlp, providing most of the functionality of yt-dlp as is, without modifications. Thus, we'll not take requests for features that yt-dlp does not support. -The app has two download modes: +The app has three download modes: -- General mode: Save as audio, download playlist, and many other options that can be used individually or combined for normal download tasks. Once the download is complete, YTDlnis will scan the files into the system media library, and store them in the download history. -- Custom Command mode: For advanced usage of yt-dlp, a user can create and store multiple command templates in the app, then select and use one of them directly to execute the yt-dlp command like in a terminal. In this mode, all of the GUI options and features in the general mode will be disabled. +- General mode: Save as audio, download playlist, and many other options that can be used individually or combined for normal download tasks. Once the download is complete, YTDlnis will scan the files into the system media library, and store them in the download history. +- Custom Command mode: For advanced usage of yt-dlp, a user can create and store multiple command templates in the app, then select and use one of them directly to execute the yt-dlp command like in a terminal. In this mode, all of the GUI options and features in the general mode will be disabled. Since most of the functions can be implemented in custom command mode, the "feature request" would be treated as adding a shortcut to the general mode. However, not all feature requests will be accepted and implemented in the app. Why not add an option for that? -- Terminal mode: A CLI-like interface to be as close to yt-dlp +- Terminal mode: A CLI-like interface to be as close to yt-dlp ## Pull Request If you wish to contribute to the project by submitting code directly, please first leave a comment under the relevant issue or file a new issue, describe the changes you are about to make.