Everything posted by Stupifier
-
[Plugin] CA User Scripts
So, this should work just fine? 0 3 3-15,17-31 * */2
-
[Plugin] CA User Scripts
Quick question.....does UserScripts support some of the more complex Cron Time coding? For example, does this Script support Cron Code like this example? https://crontab.guru/#0_3_3-15,17-31_*_*/2 The Above example is not really THAT complex, but if you google around, you can see some really funky Cron coding. Just curious if UserScripts supports it all
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Just set this script up to run twice a month. Still got some days before the first run, but I set the user variables to log a bunch. I look forward to seeing how it does. How long do you suspect 150GB worth of VM data (all on SSD Cache drives) would take to copy onto an array of standard WD Red HHDs? Just ballpark number of hours? Also, is there a chance to have a User Variable or Feature in the script which disables the Parity Drive during the Backup/Copy process. Then once Backup/Copy is complete, re-enable the Parity Drive. Wouldn't that increase write speeds and therefore decrease the amount of time your VMs have to be down? Edit: nevermind, I guess that trick only works when you are first setting up UnRAID and need to transfer a bunch of data into the array. Just doing the Parity Check/Writes later instead of On-The-Fly
-
[Plugin] rclone
Maybe you could request nerdpack plugin to include rclone. That would solve it for you....but I think they are kind of picky about what they allow in there
-
[Plugin] rclone
New cache feature????
-
Dynamix - V6 Plugins
Just curious.....but has anyone tried using Dynamix Cache Directories on an rclone mount directory of say Google or Dropbox? I know this plugins purpose is to avoid local hard drive spinup.....but I was thinking about using it on rclone mounts to avoid having to ping the cloud for the Directories. Could speed up navigation through mounted cloud services. Make sense?
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Ya....just go into the Node-Red Docker template and change the repository as I said above and hit apply.......That's all I had to do. Love it
-
[Support] Linuxserver.io - Plex Media Server
Bingo! That's what I thought too.....I often hear a lot of misinformation about this and needed a straight answer. Thanks! And yes, obviously, if you run a VM and pass a GPU through to the VM successfully....you can do HW acceleration....but that is NOT what we are talking about.
-
[Support] Linuxserver.io - Plex Media Server
Is Hardware Acceleration still only possible for those who have iGPU (integrated graphics through CPU)? I have two AMD graphics cards (both on different PCI slots).......still not really sure if I can get Hardware Acceleration on docker Plex. Can anyone confirm?
-
[Plugin] Mover Tuning
Excellent. More I can get rid of the user script
-
[Support] Rclone-mount - with FUSE support for Plex/Emby/Sonarr etc. (beta)
So I finally have my Cloud Drive (google) mounted to /mnt/disks. At first I had access errors, but that was solved by a chown 911:911 command on the cloud folder. I also created a SMB share to this directory for my Win10 VM. My big problem seems to be permissions. I can only read the directory through the Win10 VM. Every time I try to do anything else, I get this error message. rclone-mount spits out access errors in the log if I do not have the cloud folder set to chown 911:911. I also made sure my rclone mount options in the docker template have "--max-read-ahead 1024k --allow-other". As a test, I verified I had full access to the cloud folder through root terminal. Why does it have to be 911:911.....why does it not like nobody:users? You require permission from the unix user/911 to make changes to the file And here is my SMB Share Setting: [google] path = /mnt/disks/rclone_volume/google comment = browseable = yes # Public public = yes writable = yes force user = root force group = root vfs objects = Interestingly, when I set force user = root & force group = root in the SMB settings, I can actually delete things from the cloud folder in Win10.......But I cannot write to it.
-
[Plugin] rclone
Made this question easier to digest: In SpaceInvaderOne video (gridrunner), he is able to Copy/Paste/Delete from a Mounted Cloud Drive using Krusader. I can do this too and it works fine. I get permission errors when I try to do this through a Win10 VM though. The SpaceInvaderOne video shows successful Copy/Paste/Delete from a Mac VM, but not a Win VM. Wonder if anyone can help
-
[Plug-In] Community Applications
Yay!!!! Also, sounds like good changes. Much appreciated
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Does anyone here know how to update node.js version in the Node-Red Docker Container? docker exec -it NodeRed-OfficialDocker /bin/bash node -V The command above shows I'm on v6.13.0 of node.js.......but I need at least v8 to use a specific module I want Update: Wow...was that easy. I just added "v8" as a tag to the Repository field on the Template......and hit apply. Super easy. So now my repository reads "nodered/node-red-docker:v8"
-
[Support] binhex - Plex Pass
Not sure if someone has already mentioned this.....but the Official Plex Docker supports PlexPass/Beta Updates as well. I just found this out after visiting this Plex Forum Thread: https://forums.plex.tv/discussion/273368/plex-docker-wont-update-to-latest-plex-pass-version All you have to do is add a "tag" to the repository name. For noobs like myself, this means changing the repository name from plexinc/pms-docker to plexinc/pms-docker:beta Furthermore, a Plex Employee chimed in and said "plexpass" and "beta" are the same....and they may drop the "plexpass" tag entirely since it is redundant with "beta" tag.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
I had the same problem with node-red-contrib-alexa-local. I could never get Alexa to find any discovered devices I just gave up and used node-red-contrib-alexa-home-skill. This one worked if you follow the instructions. I'd still much rather use node-red-contrib-alexa-local since it seems more robust.......hope someone finds a solution.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Can you? Only super old school Android devices use the standard USB storage......now and days, Android uses MTP or PTP protocol. Update: Android dropped USB Mass-Storage protocol since around KitKat (Android 4.x).......That is WAY long time ago. I guess they did it for security reasons. THe MTP protocol is much more strict about what you can and cannot do.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Any chance of MTP or PTP support? In other words, When you plug in an Android Device (Phone) into UnRAID server via USB, Unassigned Devices plugin does not detect it for use. Any chance of fixing this?
-
Preclear plugin
-Unraid 6.4.1 -Successful preclear of 2TB Seagate HD -Used modded Preclear install script posted earlier in this thread