You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when you select an External Share as Download target,
the File is not created at the "real" external location,
but in the "relative" location under the user directory
e.g.:
lets say my ownclod root dir is: /path/to/oc_root
my config for external share: Musik -> /path/to/external/Musik
and I have a subfolder inside Musik called youtube
when I now select a subfolder of the external share in the youtube downloader dialog e.g.:
/Musik/youtube
the downloaded files will be created in a new folder in: /path/to/oc_root/Musik/youtube
thats wrong, the correct path would be /path/to/external/Musik/youtube
The text was updated successfully, but these errors were encountered:
Yep, youtube-dl downloads to user's folder. With this configuration, it cannot download to shared folder.
We have to get if a folder external or not.
Or, we can get full path of a given path.
But i'm not ok with owncloud api. I think it is too much complicated and o cannot understand and use it.
So, if someone will not fix this issue, this will not closed by me :(
Hi,
when you select an External Share as Download target,
the File is not created at the "real" external location,
but in the "relative" location under the user directory
e.g.:
lets say my ownclod root dir is: /path/to/oc_root
my config for external share:
Musik -> /path/to/external/Musik
and I have a subfolder inside Musik called youtube
when I now select a subfolder of the external share in the youtube downloader dialog e.g.:
/Musik/youtube
the downloaded files will be created in a new folder in:
/path/to/oc_root/Musik/youtube
thats wrong, the correct path would be /path/to/external/Musik/youtube
The text was updated successfully, but these errors were encountered: