repomanz

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by repomanz

  1. Hi @ich777 just confirming but the proper process with your plugin is to select the latest option?
  2. Hi @ich777 noticed that unraid 6.9.1 is available today (I'm on 6.9). Do I need to consider the plugin version before upgrading to 6.9.1? I'm on the latest as of this writing, checked to see if there was a plugin update and there isn't one so assume I'm on the latest.
  3. Thanks for the clarification @JorgeB
  4. Hi @JorgeB Can you help me clarify this statement. I was on 6.8.3 (brtfs - single ssd cache drive) and have upgraded to 6.9 now that the release is in production. The bit I don't understand is the need to reformat. How will reformatting the cache/ssd help here in context of 6.9 and regarding excessive writes?
  5. Thanks - I'll check out the reddit thread. I suspect may also have something to do with custom docker networks. My plex being accessible remote is on br3 (different subnet)
  6. I had to complete uninstall and remove app data but the plexpms container is now transcoding. Silver lining here, my plex folder size was pretty bloated so this reset helps
  7. Hello @binhex. I'm jumping over to your container but having issues. I don't see my server even if I hit the local IP:port my server doesn't show up. I have a lifetime plex pass account and even logging in to plex.tv or local I can't see the server. New install; at odds why I can't even see the server local. Ideas?
  8. nvidia-smi (i have plex attempting to transcode but not showing) nvidia plugin
  9. hi @ich777 first thanks for your work around this plugin. Much appreciated. I just migrated to 6.9, have installed the new plugin and my containers I used gpu for are already set with the appropriate parameters / variables and settings within plex. I see the driver version and gpu id within your plugin. I've also rebooted the server. I do see other processes (handbrake for example) being shown. However when using plex, I don't see any attached processes with my video card now. I am running plex's container (plexinc/pms-docker) Does this container have issues being seen with the plugin and gpu? Everything was working pre migration with the deprecated plugin.
  10. Does anyone have a script for this container that does the following? After downloading and the unpack is completed, move related folder and files to a new location? The problem that I have is I have transcoding jobs watching the sab completed folder but they start running as sabnzb is unpacking so the transcoder jobs start processing on incomplete folders and files ( _unpackxyz folder name for example).
  11. I solved my problem. I copied locally the plugin "Tdarr_Plugin_MC93_Migz1FFMPEG" and tuned it a bit. I ended up modifying this line in the plugin to tailor to my needs. response.preset += `,-map 0 -c:v hevc_nvenc -rc:v vbr_hq -cq:v 28 -tune flim -preset slow ${bitrateSettings} ` key change/add: -cq:v 28 -tune flim -preset slow
  12. Hello everyone. New to tdarr and my goal is to replace handbrake since it seems like nvenc h.265 10bit is in an unknown status on when it will come to handbrake. This software is really awesome but I'm having trouble bringing my file size down with decent quality comparable to handbrake. I'm using the migz nvenc gpu plugin. comparison 30gb file, handbrake (gpu h.265) with english only audio and subs get's down to little less than 4gb. With tdarr that number is currently 15gb. Can anyone point me to plugins that can do gpu based nvenc h.265 10bit with decent quality and a much better file size? Or is it possible to convert my current handbrake configuration into the correct ffmpeg cli string (with 10bit) or does anyone have their own non-community plugins that would so something similar? @HaveAGitGat any tips here?
  13. @Djoss Got this in email today. Unsure if that requires container changes but thought I'd pass along. "Beginning March 4, 2021, CrashPlan will require two-factor authentication when logging in to your CrashPlan for Small Business account from the administration console. Use of two-factor authentication helps prevent unauthorized account access."
  14. Considering moving my nvidia driver enabled 6.8.3 install over to 6.9 RC2. 1) Is the LSI2008 / driver issue fixed in RC2? I thought I read somewhere this may be an issue 2) can i remove the nvidia plugin (the one that tells me the gpu id) 3) confirming I need to delete my current cache drive and reformat it. XFS is the correct format for cache drive moving forward 4) anything else to consider? I have this specific LSI controller: [1000:0072] 02:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03) thanks
  15. Once you figure out your bearing i'd be happy to beta. Your container, with ES/ML made zoneminder pop and helped complete my home automation setup. I noticed a lot of questions around ES 6.1.5 came from out of date objectconfig.ini configs. <this isn't applicable to current CA template> Also; I haven't dug into it yet but there seems to be an issue with unraid 6.8.3 and the compiled version of opencv 4.5.1. I was getting a managedptr exception when ES handed off to ML for detection. Going to compile against 4.4.0 sometime soon to see if that resolves that error.
  16. Hello - Looking around I don't see any ubuntu 20.04 containers in the app store. However, I would like to install a ubuntu 20.04 container for a project I'm working on so I can continue to leverage the GPU (ie can't hook gpu on both vm and containers at the same time). Can someone walk me through the steps on how to do this within Unraid?
  17. I believe you're correct here; looking through dlandon's container based on a fresh install (this morning) it appears even eventserver items have been stripped. Therefore within this container; I am unable to configure a remote ML server as that information / configuration exists within the objectconfig.ini which is no longer there. further, the mlapi project looks to have dependencies with zm itself, for example in the documentation states you need to run: python3 mlapi_adduser.py but it errors because the ./db path is empty. I can only assume that is zoneminder's db path which doesn't exist on a separate vm while being used by dlandon's container. I may have to move everything to a separate VM to get going again. Side note; are there any ubuntu 20 containers out there I can install on unraid? I really wanted the GPU configuration of this installation but I can't hook both in containers and vm's at the same time.
  18. So I understand fully; your container will have zm and es? What about hooks or is that part of the ML install?
  19. @dlandon I'm saddened you're dropping ES/ML from your container but definitely understand your view and desire to simplify what you're supporting. Thanks for all you've done! Is it possible those that want to keep ES/ML within this container to do so? I can't really do a VM because within unraid the GPU can't be shared across VM and Docker containers and used at the same time.
  20. This was a fresh install based on yesterday's update. I didn't notice an error when opencv was compiling. Are there any build logs I can provide?
  21. Hi @dlandon Understood. That's what I'm pointing out. I watched the logs during install and opencv took about 20 minutes to compile. I had to add that package specifically into the container in order to fix cv2. Maybe there is a dependency issue with the libraries being called for compile? thx for adding pushover.
  22. @dlandon Does your container contain python cv2 module? Getting this error with ML side of event server. root@43f7cbf04308:/# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --eventid 152 --monitorid 1 --debug Traceback (most recent call last): File "/var/lib/zmeventnotification/bin/zm_detect.py", line 15, in <module> import imutils File "/usr/local/lib/python3.8/dist-packages/imutils/__init__.py", line 8, in <module> from .convenience import translate File "/usr/local/lib/python3.8/dist-packages/imutils/convenience.py", line 6, in <module> import cv2 oot@43f7cbf04308:/# python3 Python 3.8.5 (default, Jul 28 2020, 12:59:40) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'cv2' This is based on the information here: https://zmeventnotification.readthedocs.io/en/latest/guides/hooks.html?highlight=cv2#make-sure-opencv-works This is brand new installation. edit: I think I solved this by going into container and running this command: sudo pip3 install opencv-python Shouldn't this be included in your build process for the container? I also noticed that the pushover py file was missing from /var/lib/zmeventnotification/bin After adding pushover py script and manually adding the opencv-python to the container my complete solution (zm/es/ml) is now working.
  23. Hey everyone - for those doing ES/ML I have a question. I have cuda / gpu enabled zoneminder container; should I be seeing some other process related to el/ml hanging on to the graphics card? the 3 zmc processes you see below are my high res monitors (nodetect) and use gpu to convert the 5mp stream down in size.