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

community-containers: add makemkv #4902

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

community-containers: add makemkv #4902

wants to merge 2 commits into from

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Jun 27, 2024

Fix part of #3889

  • fix other todos in the code

@szaimen szaimen added 2. developing Work in progress enhancement New feature or request labels Jun 27, 2024
@szaimen szaimen added this to the next milestone Jun 27, 2024
### 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...
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo

Comment on lines +50 to +52
"/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
Copy link
Collaborator Author

@szaimen szaimen Jun 27, 2024

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:~#

Copy link
Collaborator Author

@szaimen szaimen Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
image

Copy link
Collaborator Author

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...

@szaimen szaimen removed this from the next milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant