Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OC8: External Shares not handled correctly. #7

Open
ravermeister opened this issue Apr 7, 2015 · 2 comments
Open

OC8: External Shares not handled correctly. #7

ravermeister opened this issue Apr 7, 2015 · 2 comments

Comments

@ravermeister
Copy link
Contributor

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
External Share

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

@shibby
Copy link
Owner

shibby commented Apr 7, 2015

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 :(

@ravermeister
Copy link
Contributor Author

the galleryplus project has solved this issue, maybe we can get the codepart from there:
https://github.com/interfasys/galleryplus

or ask a Developer from this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants