New playlist feature
closes #225 Feature for downloading selective videos from the playlist.
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
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.
- Toggle implementation, yes
- Yes like in main page