shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Apache License 2.0
1.6k stars 251 forks source link

Visually obvious choice of what to download #384

Closed Korb closed 2 days ago

Korb commented 2 days ago

I suggest considering changing the interface to solve the problem of some settings not being obvious. Namely, what exactly needs to be downloaded.

As I understand it, yt-dlp basically allows you to download the video itself, audio, subtitles, description and cover. Each content type has its own settings, some types can be represented by more than one object (different resolutions and video formats, different bitrates and audio formats, different subtitle languages). That is, logically, the GUI-settings should represent four levels:

  1. selecting content types to download;
  2. selecting objects of the selected types (and only them, other types should be unavailable)
  3. selecting the saving method (separate or gluing)
  4. selecting the gluing format (available only if gluing is selected in the previous paragraph)

I do not suggest using the wizard. It seems to me that it is better to implement this on one page, as it is now. Or make it look like the foobar2000 converter:

2024-10-17_09-49-21

Replace Output format with What to download, Destination with Select languages, resolutions, etc., Processing with Separate or merged? and Other with Save formats and you'll get an idea of ​​what I mean.

These changes will make the interface more logical and remove some inconsistencies when, for example, the user can change download settings that are not applicable to the current download or the settings set. For example, they can set video formats with the Download clean audio, without converting to any format option checked (which should make all video settings unavailable). Or configure the processing of playlists even though the link is not to the playlist.

Related issues: #113 and #295.

shaked6540 commented 2 days ago

Its outside the scope of the project. Its meant to be a quick "paste and download" type of thing, I dont want to overcomplicate things.