ytDownloader icon indicating copy to clipboard operation
ytDownloader copied to clipboard

New playlist feature

Open Sa7yaC opened this issue 2 months ago • 3 comments

closes #225 Feature for downloading selective videos from the playlist.

Sa7yaC avatar Oct 11 '25 06:10 Sa7yaC

Okay, better. There are still some issues.

It would be good if there is option to download audio files. After user selects all the videos and clicks on download, it should close the popup and the download items should be shown on the page (like in the main page) and the design of the items should also be like that. (Progress bar, option to open file after downloading). Also if the ffmpeg path has spaces in it, then there is an error. Currently the command looks like this: --ffmpeg-location C:\Users\test\My apps\ytDownloader\html\..\ffmpeg.exe The path should be inside quotation marks to avoid this. And even though it fails, it still shows: FILE SAVED

aandrew-me avatar Oct 11 '25 07:10 aandrew-me

just clarifying,

i should implement a seperate "audio" download option in the "New Playlist" page along with the "video" option, thinking of doing that with the toggle implementation as in the main "Download Playlist" page !, is that fine?

also, when user selects the video and clicks download, the progress of the selected videos should be shown there along with the option to open the downloaded location.

the ffmpeg issue might be originating from my args code, i'll look upon it.

Sa7yaC avatar Oct 11 '25 09:10 Sa7yaC

  1. Toggle implementation, yes
  2. Yes like in main page

aandrew-me avatar Oct 11 '25 09:10 aandrew-me