Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Djoss

Community Developer
  • Joined

  • Last visited

Everything posted by Djoss

  1. The maintenance license only allows you to get support from code42, but doesn't prevent the software from working. It's not the same thing as the license key, which is needed to unlock the software.
  2. Is this version as working fine before ? If yes, then probably there is something else (than the docker container) that is causing the slow rip.
  3. Same thing, try to load the previous Docker image version, or the one before, to see if the speed returns to normal.
  4. Did you try an older version of the image to see if it's working again ? Also, were you using the latest version of the image ? Looks like a similar problem has been resolved with the latest version of MakeMKV: https://forum.makemkv.com/forum/viewtopic.php?f=3&t=28636
  5. Are you using default container settings? Usually, the path /mnt/user/... doesn't exist inside the container. By default, /mnt/user is mapped to /storage inside the container. So you will find your Media directory at /storage/Media in the container. Also, by default /storage is read-only. You have to edit the container setting to change it read/write (Advanced view must be enabled for that).
  6. You may want to try the debug version to see if more information can be retrieved from the conversion log. Just use the tag "v1.25.1-debug".
  7. Can you try to "touch" any file in the watch folder, or add a new one ? This should kick the automatic video converter again. BTW, the log from the web interface is incomplete. You should run the "docker logs HandBrake" command to get all its content.
  8. If you prefer it's probably better to revert to the previous version, by changing the "Repository" in settings to: jlesage/handbrake:v1.24.2 But before doing so, can you please share the full log by running: docker logs HandBrake
  9. By default it should run every 5 seconds, but maybe the interval has been changed. You can check its value by looking at the "Automatic Video Converter: Check Interval" container setting.
  10. In the first log messages you posted, there are a bunch of files that were skipped. If you wait for the next run, do you see the same messages ? Also, is the watch folder a standard unRAID share ?
  11. It's a uppercase "B": HandBrake.
  12. Are your files readable ? What is the output of the following command: docker exec HandBrake ls -l /watch
  13. Ok I see. The container is based on Alpine Linux, meaning that the binary you compiled is not compatible. You either need to compile has a static binary or compile it under Alpine Linux.
  14. What is this executable exactly ? Is it a script ? If yes, which shebang it is using (the first line that begins with #!....)?
  15. Did you try to remove and re-install the container ? I know that in the past, there was an issue when changing the network mode, causing the container to not be configured correctly.
  16. In bridge mode, what do you have exactly when you try to connect ?
  17. Maybe a permission issue ? Can you share the output of "docker exec JDownloader2 ls -l /output/extract-xiso" ?
  18. How did you configure the container ? Are you using the default Bridge network mode ?
  19. Looks like a network issue. Can you run the following command to see if the DNS resolution works from the container: docker exec CrashPlanPRO nslookup central.crashplanpro.com
  20. What are the errors now in service.log.0 ?
  21. It may still worth a try: if you copy a big file to the watch folder, it will take some time. So the watch folder needs to wait for the copy to complete before processing it.
  22. This is not something currently supported. However, could you rip directly to the watch folder ? Is it smart enough to not start the transcoding until file is "stable" ?
  23. Do you see the "[cbbLocalManagement] starting..." message repeating in loop ?
  24. Can you add a feature request at https://github.com/jlesage/docker-handbrake/issues ?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.