-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
set download dir #36
Comments
@lukesturgis That is a nice feature but the docker image provided in this repo is for the web version and it utilizes I don't think the files are getting downloaded to the docker image. If this is something you'd like in the |
@deepjyoti30 Could you help me understand what ytmdl-web-v2/src/views/Download.vue Line 75 in 7b32d47
Also, where can I find details on the API (if publically available)? Out of curiosity, why not run ytmdl inside the docker container and ship as part of the docker container? When the details of a music file are finalized, ytmdl can be launched inside as a process. Looking forward to hearing your thoughts :) |
This function is hitting the As you can see it is writing the detail to a variable. This variable is then passed as a prop to the
You cannot. It's not open source. I initially had plans of making the API open-source but due to lack of time I have decided to keep it as is.
When you say This is where the API comes in where the API can accept multiple requests at the same time and moreover the current deployment of the API is running in three different nodes which makes it very reliable ( in the unlikely scenario of one node going down, the API will still be up). Also, based on the other issue you had raise #74 , I think you are trying to understand the API and the web code to be able to create a script of some kind to run on your server? I would again say that the better approach for you would be to just use the CLI version of |
it'd be nice if there was a way to have a data dir mounted via docker that you could have ytmdl automatically put songs in after complete, using the -o OUTPUT_DIR option. im happy to try and come up with a commit or pr if this is a desirable feature for others.
(first time creating a feature request for this repo, please lmk if i put this in the wrong spot.)
awesome tool by the way! using it all the time.
The text was updated successfully, but these errors were encountered: