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

Where can I find my media files? #7

Closed
boostdd opened this issue Jan 8, 2019 · 1 comment
Closed

Where can I find my media files? #7

boostdd opened this issue Jan 8, 2019 · 1 comment

Comments

@boostdd
Copy link

boostdd commented Jan 8, 2019

This is on a Synology...

I have the $HOME and /config mapped. When I navigate to /storage, it's empty. I can see files/folders if I go to Computer, then to the drive labeled "/".

screen shot 2019-01-08 at 12 42 15 am

screen shot 2019-01-08 at 12 46 29 am

Here are some additional screenshots.

screen shot 2019-01-08 at 1 13 58 am

It doesn't show $HOME:/storage here, despite it being in the command I used to run the container.

screen shot 2019-01-08 at 12 42 49 am

Command used:

docker run -d \
    --name=mkvtoolnix \
    -e USER_ID=1026 \
    -e GROUP_ID=100 \
    -e TZ=Canada/Eastern \
    -p 5800:5800 \
    -v /volume1/docker/mkvtoolnix:/config:rw \
    -v $HOME:/storage:rw \
    jlesage/mkvtoolnix

I've tried the UID/GID for both my main user account and the admin user account. Didn't make a difference.

EDIT:
I think I solved my problem. I mapped volume1/Media:/storage and now I can see my movies.

docker run -d \
    --name=mkvtoolnix \
    -e USER_ID=1026 \
    -e GROUP_ID=100 \
    -e TZ=Canada/Eastern \
    -p 5800:5800 \
    -v /volume1/docker/mkvtoolnix:/config:rw \
    -v /volume1/Media:/storage:rw \
    jlesage/mkvtoolnix
@jlesage
Copy link
Owner

jlesage commented Feb 12, 2019

Closing this issue since it is resolved.

@jlesage jlesage closed this as completed Feb 12, 2019
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