-
Notifications
You must be signed in to change notification settings - Fork 665
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
community-containers: add makemkv #4902
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Simon L. <szaimen@e.mail.de>
ad30edf
to
16f3acd
Compare
ffcfc06
to
deee36b
Compare
### Notes | ||
- This container should only be run in home networks | ||
- This container requires the [`NEXTCLOUD_MOUNT` variable in AIO to be set](https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host). Otherwise the output will not be saved correctly. | ||
- ⚠️ TODO: note down requirements regarding devices and also how to check if they are there... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo
deee36b
to
e2a3752
Compare
"/dev/sr0", -> check the devices for my drive, also add to readme that this device needs to be present | ||
"/dev/sg2" -> check the devices for my drive, also add to readme that this device needs to be present |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without a drive being connected:
root@cloud:~# ls /dev | grep ^sg
sg0
sg1
sg2
root@cloud:~# ls /dev | grep ^sr
root@cloud:~#
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so it looks like this cannot be automated as /dev/sg* is counted up for any device.... Need to think about a solution how to set them...
Signed-off-by: Simon L. <szaimen@e.mail.de>
e2a3752
to
0ec3bee
Compare
Fix part of #3889