Everything posted by kizer
-
[Plugin] CA User Scripts
Ok I'm trying to figure out exactly what your trying to do. On my machine anything that is in this folder gets moved to this folder. mv /mnt/cache/uploads/* /mnt/user/Movies/All/ You have a bunch of code for pruning and other things and I'm kinda lost of what exactly your attempting to do.
-
[Plugin] CA User Scripts
how about this. # Prune empty directories from source dir find "/mnt/user/downloads/Complete/*" -type d -empty -prune -exec rmdir --ignore-fail-on-non-empty {} \; # Prune empty directories from destination dir find "/mnt/user/downloads/Import/*" -type d -empty -prune -exec rmdir --ignore-fail-on-non-empty {} \;
-
Plugin for Watching Folders and moving files
Exactly. I use Medusa, which could be Sonarr or Radarr or CouchPotatoe just the same simply because I don't let my Server do the pulling of files. I have a separate machine on my Network that does it, but I do use Medusa for the renaming and organizing.
-
Plugin for Watching Folders and moving files
I use the User Scripts Plugin and a simple script I made to move everything every hour that lands in the completed Folder that is being watched by Medusa Docker which I use to rename and keep all of my Tv shows organized for Plex. In case you ask what my code is. Which is ran once an hour, but I'm sure it could simply be changed to run sooner or later. #!/bin/bash mv /mnt/user/uploads/complete/* /mnt/user/uploads/Tv-Incoming/ Medusa grabs it and does its thing placing it in my Media/TV folder by Series/Season/
-
Auto Disable Mover During Parity Check
This is a feature I think I could use as well.
-
New Forum Registration Policy
Even if they trick us and start spamming again we simply block the new user and all of his posts again. Basically where we was a few days ago. What has has been implemented for now is at least slowing them way down or hopefully they will eventually move on. *Fingers/Toes Crossed*
-
New Forum Registration Policy
I’ve approved 1 new member Post and Shut down 2 New Spam Accounts.
-
Dynamix - System Temp
Did you try what others have tried in the above mentioned post? https://lime-technology.com/forums/topic/55150-anybody-planning-a-ryzen-build/?page=19#comment-563450 Worst case it might be a decent work around until something is either fixed or..............
-
[Support] Linuxserver.io - Plex Media Server
I would definitely try every option with your files until you figure out what works and what does not work. I personally used HandBrake on every one of my Movies to convert them from 1080 6Channel down to 720 2Channel for all my devices and of course kept the originals for my HD Capable devices. So my ipads, iphones or whatever just stream with no effort, but notices my Library got rather HUGE. Lol
-
[Support] Djoss - MKVCleaver
Uh..... Lol Now I feel a bit silly.
-
[Support] Djoss - MKVCleaver
I have mine set to /storage /mnt/user/Movies/All//output /mnt/user/Movies/All//config /mnt/cache/system/appdata/MakeMKV I have mine set to the Storage and Output Path so I can drill down and find things or put things where I want with no issues. Not sure if that helps or hurts anything. Lol I'm running 6.4 Chrome Version 62.0.3202.94 (Official Build) (64-bit)
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
Totally True. I'm just trying to deter those people that attempt to remote login from anywhere else that isn't supposed to be on my machine. Basically keep the script kiddies out of my machine or I should say "our machines" I like the layer method of protecting my system. One layer of protection over another. I lock my front door with two locks. The bottom lock and the dead bolt.
-
Tips and Tweaks Plugin to possibly improve performance of Unraid and VMs
Request. Not sure if this is the venue to do it, but since a lot of us use SSH over Telent could there be a disable Root login added for SSH via this plugin? I purposely use a user to login and then switch to su to do what I need to do to deny direct root logins. I did it using a Plugin long time ago called ssh Plugin a while back from docgyver 2016.02.25.2 to accomplish this and I no longer see it as downloadable/install able since SSH comes installed.
-
Unraid crashes/freezes daily
if it persists I'd also run it in Safe Mode with no Plugins/Dockers/VM's and see if it changes anything. Of course that limits your machine to idling and do some basic file serving, but sometimes something can go sideways and cause issues.
-
Plex: Guide to Moving Transcoding to RAM
I only have 16GB and when I check the chunks in the /tmp folder I don't see much more than 4MB at a time anyways.
-
Discussion: Undervolting Intel CPUs with unRAID
I used to do this on my Old G1 T-Mobile Android phone when it first came out. Advantages was I was able to seriously stretch the battery life of my phone and when applications needed the CPU it would ramp back up to normal. Have zero clue how the coding exactly worked, but it worked well.
-
**VIDEO GUIDE ** How to setup Calibre and Cops for ebook management on unRAID **
I'm attempting to get my ipad to connect to the Calibre server and it never seems to connect. Is there a magic way to make this work or could you give me some insight? I'm attempting to use the Calibre Companion on my ipad. This is my mappings from the Docker. 8080/tcp 192.168.7.127:8001 8081/tcp 192.168.7.127:8002 /Library /mnt/user/Ebooks/Calibre/Library/ /Downloads /mnt/user/Ebooks/Calibre/Downloads/ /2import /mnt/user/Ebooks/Book-Uploads/ /config /mnt/cache/system/appdata/RDP-Calibre I attempted to connect via 192.168.1.127 using ports 8081, 8001, 8002 and 8003 which is the cops one. Lol I'm using Medusa docker and its 8081 which is why I can only imagine why it can't connect with that one. In Calibre it gives me the ip of 172.17.0.8 port 8081
-
How often do you run a parity check and do you think monthly is necessary?
Monthly My Build in my profile which is using a 4TB Parity drive running all 5400 drives takes around 14hours. Starts at Midnight and I normally expect it to stop around 1pm/2pm. I use User Scripts and have my scripts setup only to run 2nd-31st of every month and Dockers they just do what they do whenever. Personally I like Monthly so I'm more aware of issues if any ever arises and I don't forget to run it since its setup to run automatically. Also I never schedule any Hardware changes or upgrades until after the end of the month since I know a parity check is going to be done.
-
[Support] Linuxserver.io - Plex Media Server
Give this a Looksee. https://support.plex.tv/hc/en-us/articles/200890058-Require-authentication-for-local-network-access
-
Longest server uptime for unRAID
My Last Linux server lasted over 4Years. Could of gone longer, but I had to unplug it and move into our new house. Lol However with Unraid it does require updates now and then. Both of my machines have been up running for 38 Days and 42 Days. Had to reboot both of them to swap around some Hardware other wise who knows how long they would of been running for.
-
[Plugin] CA Appdata Backup / Restore - Deprecated
I've tried to look into this and honestly I can't find a solution without running some kind of custom scripting.
-
[Plugin] CA User Scripts
Yep I know it is. That's how I found it.
-
[Plugin] CA User Scripts
Best site ever. http://corntab.com/
-
[Support] Djoss - HandBrake
Totally makes sense.
-
[Support] Djoss - HandBrake
I probably would of tried to use his MakeMKV docker first to grab an image and then run Handbrake. Its at least an idea.