yausername / dvd

Download videos from anywhere
GNU General Public License v3.0
870 stars 44 forks source link

Did not execute #32

Open yant0 opened 2 years ago

yant0 commented 2 years ago

I tried

-o /storage/26A2-0D16/Downloads/YT-DLP/ARTIST/%(playlist_title|YT-DLP)s/%(playlist_autonumber)02d - %(title)s.%(ext)s --embed-thumbnail --parse-metadata 'playlist_index:%(track_number)s' --add-metadata --embed-metadata https://m.soundcloud.com/drywaterr/potp

doesnt do anything if its on sdcard, on internal storage it works fine

App : 0.1.3 Asus zenfone max pro m1 android 9

xibr commented 2 years ago

It only works on internal storage, maybe you may need permission to access external storage.

yant0 commented 2 years ago

that's the same folder i put dvd download in, shouldn't it work? (set download folder on dvd and gave the permission through the files app)

xibr commented 2 years ago

When the download starts, a temporary file is created and after the download is complete, it is transferred. Take a look at https://github.com/yausername/dvd/blob/master/app/src/main/java/org/yausername/dvd/work/DownloadWorker.kt

I haven't tried setting the path directly and I don't know if it will work.

yant0 commented 2 years ago

Understood. Ill use the default settings for now. You can close this it doesnt work or if it doesnt intrest you. Thank you for the response and the great app