amantiwari1/youtube-downloader-desktop

add open file button after download complete

Closed this issue · 4 comments

Did you want that the app to also be a video player?

No,. This file will be open by vlc, windows media player etc
Also show in folder where video has been saved

I can work on it. No issue!

In models
we can create 2 columns called isDownloadComplele (boolean ) and filesave (string) in video.py in backend
and alldetails in frontend

if User download a video then once download complete it should set or save (db) true in isDownloadComplele and set or save (db ) path in filesave in both frontend and backend

if isDownloadComplele is True then show icon with python function in frontend
else dont show it

it is added new feature for now so i am going to close it