Djoss

Community Developer
  • Posts

    2356
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Djoss

  1. This is an unRAID bug. See the following thread: You can install a plugin to fix the issue until the next unRAID version.
  2. Yes I've seen it. Hopefully it will be cosmetic changes only.
  3. This is an unRAID bug. See the following thread:
  4. This is usually caused by a browser plugin blocking something needed by the page.
  5. I was not sure if a video player would be useful or not, so I integrated a basic one. Note that you can also use left/right arrow keys. The browser is basically running an HTML VNC client that connects to the application running in the container.
  6. Support for JMkvpropedit docker container Application Name: JMkvpropedit Application Site: https://github.com/BrunoReX/jmkvpropedit Docker Hub: https://hub.docker.com/r/jlesage/jmkvpropedit Github: https://github.com/jlesage/docker-jmkvpropedit Make sure to look at the complete documentation, available on Github ! Post any questions or issues relating to this docker in this thread.
  7. Support for Video Duplicate Finder docker container Application Name: Video Duplicate Finder Application Site: https://github.com/0x90d/videoduplicatefinder Docker Hub: https://hub.docker.com/r/jlesage/video-duplicate-finder Github: https://github.com/jlesage/docker-video-duplicate-finder Make sure to look at the complete documentation, available on Github ! Post any questions or issues relating to this docker in this thread.
  8. Looks like the variables are not set properly. Did you create the container using the Community Apps plugin ? If not, how you did ?
  9. Not sure what you mean by the "docker uninstalls itself". However, to add a device, you need to edit container settings, click "Add another Path, Port, Variable, Label or Device" and then select "Device" for the "Config Type". Also, make sure the device you add (e.g. /dev/sr0) really exists. For the log, please provide the complete log by running "docker logs MakeMKV".
  10. Yes it should work. Are you using default template settings ? Are you using the UI or the automatic disc ripper ?
  11. This directory with weird name is causing the problem: root@Tower:~# ls -la /mnt/cache/appdata/FileBot drwx------ 1 nobody users 28 Aug 9 2018 \n/ Removing it should fix your issue. I will make an update to better handle this scenario in the future.
  12. Can you provide the output of: ls -la /mnt/cache/appdata/FileBot And: echo START && find /mnt/cache/appdata/FileBot -maxdepth 1 -type d && echo END
  13. Have you selected a QSV encoder in your preset ?
  14. By default the container has only read access to your data. When you want to restore, you need to change that. Edit the container's settings, toggle the "Advanced View" (upper right corner), then edit the "Storage" setting and change the "Access Mode" to "Read/Write".
  15. You can use the "Tips and Tweaks" unRAID plugin to increase the number of watches. The plugin shows the current number, along with the number used. There is no recommended values, since it depends directly on the number of files you backed. Using the plugin, try to increase the "Max User Watches" and then see how it goes.
  16. The way to go for captcha is to enable MyJDownloader and use the MyJDownloader browser extension.
  17. With default container settings, dupeGuru works with data under /mnt/user. To my knowledge this is safe and you cannot screw up things.
  18. Thanks for reporting, I'm fixing this.
  19. Thanks for reporting, I'm fixing this!
  20. You mean the "dockerd" process ?
  21. Ok great, thanks for the update!