Jump to content

kizer

Moderators
  • Posts

    3,746
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by kizer

  1. 26 minutes ago, chip said:

    Is there a way to have one watch folder and two conversion presets without causing issues? When I convert movies I do one for my server and a smaller one for phones/tablets.

     

     

     

    Worst case if it did you could always run two instances of the Docker one preset for Movies and the other instance for Phones/Tablets. 

  2. Exactly what I'm using. Believe me when I say this. I tried and tried and tried to love FileBot over the years, but I could never get it to work and constantly used other things and once I stumbled on that script and a couple hours of patience things started working the way I needed them. Ok now we have something here. :x

     

    Sent you a PM with a bit more explanation. 

  3. Yes. I use currently and I just tweak the filebot.sh file and Its been pretty handy because I'm rather picky on my folder/file formats. 

     

    As well tweaking the filebot.conf file for how often it auto runs is pretty nice too. I restart the docker and it checks every few minutes or whatever I tweak it to be.

     

     I haven't tried yours yet, but I can honestly say I've used many of your dockers because I like how light and efficient they are. Plus I really appreciate the fact that you are willing to tweak to make things work for us all. :)

  4. In the Current FileBot Container I'm using it has a file and you can customize which will give you an output of your folder/file when you run it via command line. Does this container support such as thing?

     

    I like to do a lot of things via command line or automated and this is a rather important feature for me. 

  5. Odd. When I Transcode to Ram ITs only using up a few 1.8Mb at a time of my Ram until its viewed and then Plex drops in another couple of Meg. 

    I'm viewing a 1080p File with AC3 Audio at 5Mbs. 

     

    I'm only using 16Meg of Ram on my Setup and viewing it via the Plex App on my Windows machine. I haven't tried tracking the Ram usage on my AppleTV. I'll try it sometime. 

     

    I also just tried a Full BluRay rip of Transformers at 30Mbs. I viewed it the same way as mentioned above. I didn't see more than 5megs of Space taken up in my Ram. 

  6. 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. 

  7. 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 {} \;

     

     

  8. 4 hours ago, jonathanm said:

    If you are wondering why the answers to your question are kind of thin, here's why.

     

    Most people here probably use sonarr and radarr, which automatically do what you are asking.

     

    They take care of everything, from finding the torrent / nzb, sending it to the appropriate download client, harvesting the actual media file from the download, discarding extra files that came along for the ride, and placing the media file in the proper destination and collecting artwork and nfo about the media.

     

    I suppose if you really wanted to, you could disable the search function, and manually import the files you downloaded but still use the sorting function of radarr / sonarr, but it seems like kind of a waste.

     

    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. 

  9. 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. :D

    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/

    • Like 1
  10. 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*

  11. 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

  12. I wonder if its possible to setup a method using Shares with Read/Write to Cache and then ReadOnly on the Array unless something is disabled. I'm guessing that could be performed with the chattr in a Cron script a while after the mover runs. 

     

    find /mnt/disk1/Media/ -type f -exec chattr +i "{}" \;

     

    I did tinker a few times with setting chatter +i and chatter -i and it appears to work rather well and even if your root you can't appear to do much. 

     

    I however didn't try moving any files or folders after running chattr to see if it denied or disabled the command. 

  13. 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" :D 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.  

  14. 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. 

     

  15. Oddly enough my Biggest reason for getting this Board was I wanted to get away from the SASLP. I never had a BIG issue with it, but when it glitched it took down 4 of my drives or all of them at the same time and I was reading way to many horror stories. So I figured lets go for the Maximum amount of drives on the board and then shoot for a additional controller card. Might pick up a LSI, but who knows just yet. 

     

    I do like my CPU runs pretty cool and damn its so speedy. :D

     

    I'd like to look into possibly a Windows VM

×
×
  • Create New...