Everything posted by kizer
-
Can the mover be set to ignore some folder or user share?
Does the putting a . in front of a directory not still work? Here is some talk about disabling the Mover Script. Of course its part of the OS, so keep good notes of what your changing incase you want to restore things. I do exactly what @itimpi Posted about. I use different shares and User.Scripts to automate my moving of files to other shares with either something Automated or via a clickable button.
-
How are you using your unRAID server?
Boss? Hardly. I normally end up in my office watching things on my 37" or in our other room similar sized TV. Never mind the 58" Plasma and complete surround system is in the room shes claimed as her reading area. And for the record she doesn't like Game of Thrones so I know exactly how you feel. Lol I'm just glad I was smart enough to have network access in most of the rooms and access to Plex or I'd be seriously mad half the time.
-
How are you using your unRAID server?
Lol, That's when I would say... "Sorry Honey, but guess what your going to suffer through and watch with me again"
-
How are you using your unRAID server?
Because my Primary machine is my machine I'm currently running and then I'm transitioning to my Secondary and I will be retiring Athlon. I don't have time/money to throw into this newer machine at the moment so its baby steps. So in the mean time I'm utilizing my second machine for things so I don't hammer the tar out of my primary machine. What am I doing? I'm ripping 1400 movies. lol
-
How are you using your unRAID server?
A. My Primary which is in my Signature 1. Plex Server 2. Data backup of my network, (essential data backed up offline and to a toaster style nas) 3. I rip lots of Movies and then use a HandBrake Docker to rip on a schedule B. Backup than Faster than Primary Machine - Xeon E3-1225 1. Backup Plex Server 2. Ripper for Movies that isn't on a schedule more or less constant that dumps to Primary and allows primary to keep a low CPU and do other things 3. Soon to be used for Security Footage when I finally decided on system 4. I'm sure more and more eventually.
-
[Support] Djoss - FileZilla
Awwwweeeee Yeahhhhhhh My favorite FTP, SFTP app. Thank you for doing this.
-
Share Your Banners
Thanks. I was trying to insure I don't tinker with the wrong server and this worked out Perfectly for my new machine I just fired up.
-
[Support] Djoss - HandBrake
@Squid No, the popup when you click on it showed Handbrake like it should, but when you clicked on the download button it presented Folding. Why Blasting the Docker.img fixed it I have no idea. I'm thinking we should probably take this convo to CA lo so we don't drive Djoss and others batty over something that was a fluke or some how my mistake. lol
-
[Support] Djoss - HandBrake
@Squid No, I know it wasn't his fault. It was CA... Lol Just appeared that way at first, but I knew something was up when I compared two machines and they both showed different results so it was instantly a "Ah-Ha" Moment. I just wanted to follow up with a reply/edit on his topic since that is where I first posted up a comment and didn't want to leave him/somebody else hanging. I just blasted the docker.img and oddly enough magic happened and all is well again. I was just totally perplexed why it was trying to install Folding@Home or something of the sort on his Docker. Lol It just took some backyard mechanic trouble shooting to figure out my problem. Bulding a new machine and wanted to kick the tires some and HandBrake is a good Test seeing I wanted to compare speeds of old machine to new machine.
-
[Support] Djoss - HandBrake
Not sure why, but when I click on the Apps tab and select HandBrake I get FoldingAtHome when I select your HandBrake Docker. Either I'm going nuts or something else is... Lol This is the URL Community Applicatons is sending me to. 192.168.1.46 is my PC's IP. http://192.168.1.46/AddContainer?xmlTemplate=default:/var/lib/docker/unraid/templates-community-apps/45.xml *******************************Mind Blown********************************** If I try it on my new machine I get FoldingAtHome, but on my Regular Server it pulls up Handbrake. I'm really confused here. lol Took blasting my Docker.img and restoring it to bring back the correct install. Not sure why it wanted to install folding. Lol. I am installing this on a Xeon so maybe it thought it could crank out some numbers or something.
-
[Support] Djoss - HandBrake
Yep very true. Especially since hes very egar to help out its even better.
-
[Support] Djoss - HandBrake
@giantkingsquid Tis exactly why I let Handbrake do its thing and I move files via scripts I come up with so nothing trips up something else.
-
Additional Scripts For User.Scripts Plugin
I've automated some ripping of movies from HD to SD so I have 2 Libaries in my Plex server. One for the Big screen and the other for mobile devices. I don't like spaces in my file names so I devised a way to do some renaming prior to running through HandBrake and I wanted to create a folder for each file after ripping simply because I want a folder for each for my personal reasons. Took me a while to figure things out, but here is two little snippets of each. RemoveSpacesFromFile #!/bin/bash cd /SOURCE/ for f in *\ *; do mv "$f" "${f// /.}"; done FolderfromFilename. Create folder from file name. Does not like spaces. Tis why I use above. #!/bin/bash #Create Folder from name and move to final location. File types editable below for FILE in `ls /SOURCE/ | egrep "mkv|mp4"` do DIR=`echo $FILE | rev | cut -f 2- -d '.' | rev` mkdir /DESTINATION/$DIR mv /SOURCE/$FILE /DESTINATION/$DIR done Obviously do some trial and error on some test files just to be sure. 😁
-
[Support] Djoss - HandBrake
Personally and I do mean personally this is how I do my setup. I created a Cache Only user share called (HandBrake) /Handbrake/watch > /mnt/cache/Handbrake/watch /Handbrake/output > /mnt/cache/Handbrake/output /Handbrake/storage > /mnt/cache/Handbrake/storage -------- I only put files I'm considering to convert soon here opposed to my entire system. Or a script will pull one at a time from here /config > /mnt/cache/system/appdata/Handbrake Also within that (Handbrake) share I've created a few other folders for some scripts I've written, but I find that creating a Cache Only share lets me tinker around without worrying about spooling up the discs and keeps my system from going a little bonkers and I want to keep HandBrake sand-boxed so it doesn't have free reign over my system @Jorgen I think I was reading that unRAID 6.4 or maybe its soon after that does away with user0. I only mention that because I see you've mapped it. ************************update*********************** Looks like you already know. Saw your reply in 6.4
-
[Support] Djoss - MakeMKV
Only thinking of using a USB to SATA so I could use externally since I don't have any bays left to slide in a drive.
-
[Support] Djoss - MakeMKV
Hmmmm, I have an old SATA drive laying around I wonder if it'll just pop in and boot right up and in. Then again might be better to grab one of those USB to SATA conversion gizmo's. Like usual Djoss thanks for all your efforts.
-
[Support] Djoss - MakeMKV
Does it support actual Disc Ripping? I know for a long time unRAID didn't support CDisk drives for the longest time.
-
[Support] Djoss - HandBrake
This is something I cobbled together that I run twice a day since I have 150+ Movies to convert. Basically I have an HD for my Large Tv and SD versions for the iPads and whatnot. Basically it looks in a folder and grabs the oldest movie folder because my youngest son is giving me grief that a lot of his favorite movies haven't been ripped yet. lol I launch this from user.scripts. I'm sure somebody could come with something more elegant, but it works for me as of now. All folders and files have had spaces ripped from them simply because I hate spaces in Linux, but that is something else I can share if needed/wanted. #!/bin/bash #Copy to HandBrake based on oldest Movie #Find oldest Movie traveldump="`ls -t /mnt/user/filedump/ | tail -n 1`" #echo below not needed, but only so I can see it running from user.scripts popup window echo Movie to Process $traveldump #Copy Oldest Movie Media Files and then delete the source #Copy MKV MP4 AVI to HandBrake Folder add any other file types as wanted for FILE in `ls /mnt/user/filedump/$traveldump | egrep "mkv|mp4|avi"` do cp /mnt/user/filedump/$traveldump/$FILE /mnt/cache/HandBrake/dump/ rm /mnt/user/filedump/$traveldump/* rmdir /mnt/user/filedump/$traveldump/ done traveldump is just a variable to give unRAID something to pick as well all locations are my locations that I failed to edit/remove out of laziness to post up here.
-
[Support] Djoss - MKVToolNix
Well yeah it does. Lol Oddly I was thinking you was hitting /mnt/disk I wouldn't say its a bad mount point just seems wide open, but now that I really think about it, its not technically wrong. I just like to compartmentalize my stuff. Things that need converting and so forth use a Share just to keep the things that don't need converting or whatever is going on protected from possible mishaps.
-
[Support] Djoss - MKVToolNix
Id personally change /storage aka /mnt/user/ to a share opposed to the entire machine. For instance in my machine it would of been something like /mnt/cache/files/ Just make sure your pointing at something like a disk share or user share that has read/write permissions and you should be fine.
-
[Support] Bjonness406's repo
I tried tweaking this once or twice trying to edit the config file so I could pick the input and the output folders, but I haven't had any luck as of yet myself.
-
How to find out what's filling up docker image?
I personally assigned 25GB to my image and I was very careful with my mapping to make sure everything pointed to: folder for data - /mnt/cache/docker-name-here now that I think of it I should of created a folder /mnt/cache/dockerdata/docker-name-here lol for configuration files - /mnt/cache/system/appdata/docker-name-here I think I have roughly 10 dockers installed, but I only have 5 that are currently running/active.
-
How to find out what's filling up docker image?
Exactly what I followed and I've used it on every Docker so far and Haven't noticed my Image grow at all. Just make sure you enable Advanced Settings and plug it into the Text Box. --log-opt max-size=50m --log-opt max-file=1 Specifying the max size without the max-file won't actually do anything because all its going to do is archive the old logs and recreate another. Specifying max-file will delete any old logs.
-
[Plug-In] Community Applications
My Eyes. My Eyes..... Lol Thanks. Now I can search for things. Yep now I found "Custom Tab" Which I wanted to install, but for the life of me couldn't remember the name and since I'm at work and all. lol
-
[Plug-In] Community Applications
I know its a bizarre reqyest, but sometimes when I'm not home I find myself wanting to look up and see if there is a Docker available or a Plugin available and have to remote home and then bounce over to my server. It would be so nice to see a online aka not only on our machines CA Community Applications site. Basically a Place to do some Windows Shoppnig as well showcase to everybody who might be interested to see everything unRAID and Dockers/Plugins currently support. I know I know its a lot of work, but just sounded like a decent idea.