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

[Feature request] ProMaintain folder hierarchyvide a short description of the feature here #343

Open
studentAlanMorgan opened this issue May 2, 2024 · 3 comments

Comments

@studentAlanMorgan
Copy link

Idea

Place a folder with a hierarchy of folders and subfolders converted all into one place. I would like the hierarchy of folders and subfolders to be observed during conversion.

@jlesage
Copy link
Owner

jlesage commented Jun 3, 2024

Looks like you need to set AUTOMATED_CONVERSION_OUTPUT_SUBDIR to SAME_AS_SRC ?
https://github.com/jlesage/docker-handbrake?tab=readme-ov-file#environment-variables

@studentAlanMorgan
Copy link
Author

@jlesage
That's right, I missed this point :(
Could you give a more precise command of what it should look like during installation? My knowledge of Docker is at the copy-paste level

@studentAlanMorgan
Copy link
Author

maybe it will be useful to someone:

docker run -d \
    --name=handbrake \
    -p 5800:5800 \
    -v /docker/appdata/handbrake:/config:rw \
    -v /home/user:/storage:ro \
    -v /home/user/HandBrake/watch:/watch:rw \
    -v /home/user/HandBrake/output:/output:rw \
    -e AUTOMATED_CONVERSION_OUTPUT_SUBDIR=SAME_AS_SRC \
    -e AUTOMATED_CONVERSION_KEEP_SOURCE_FOLDERS=1 \
    jlesage/handbrake

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

No branches or pull requests

2 participants