Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jonesy8485

Members
  • Joined

  • Last visited

Everything posted by jonesy8485

  1. I have (2) 5TB, one is WD black, one is HGST, and will have a 6TB of some type available within a week. Are you interested and do you prefer I preclear them? If so, make an offer.
  2. Same here. Thought it was working but came home to a clogged up queue. I tried unpacking manually within the container CLI before and it worked even though it got stuck in NZBget. I'll go back to old repo for now. Thanks for looking into it!
  3. Give me a shout in a few weeks if you're still looking. I'm trying to swap in 8TB drives but the first ones to get pulled from my server will be the 5TBs before the 6TBs. Any interest in those 5s? I think I have a WD blue and black. Sent from my Pixel XL using Tapatalk
  4. Thanks for the update! I will change back to latest repository and update when I get a chance. I'll prolly buy you a beer, as well. [emoji6] Sent from my Pixel XL using Tapatalk
  5. What do you know about this problem? I'm just curious what it really is and why it just now popped up. Any references you can share?
  6. Ah geez, I've been googling this all day but this never came up because I wasn't using any of the same keywords. I'll do this. Thanks and I apologize for not noticing the comments up there!
  7. Having a problem with the unpack child process just looping the extraction. The "messages" tab shows: "Restarting hanging child process for unpack...." The extracted destination file just keeps looping in size until it looks to be fully extracted, then starts over. I observed this by rapidly refreshing and watching the file size grow, then go back to near-zero, repeat. I am running no pp-scripts and using sonarr, but I don't believe sonarr ever gets around to handling the file. I also have only "unrar" in the UnrarCmd setting. In the nzbget container console I am able to get the same archive to extract using unrar e <file> <dest>. Observing that, I changed the UnrarCmd setting to "unrar e" which I thought had fixed the problem, but while typing this, it just got hung up on another archive. Any ideas here? I'm not sure it's an NZBget problem or just a problem with this docker container since it's related to unrar. Next, I may try the -o- switch and see what happens since it technically might stop it from starting over since the destination file exists already. Thanks!
  8. Alright... I have my pitchfork ready, then. ?
  9. Where Aptalca says server was rebooted? I think ucliker thinks he was referring to Aptalca's unraid server, not whatever's hosting the app feed, which is what I assume Aptalca was talking about.
  10. Awesome. I just swapped my cache out for a new 2TB SSD so I was worried something got screwed up in the transfer.
  11. Is the server down or is it my end causing application feed issues for me?
  12. My input folder isn't always on the same disk, as it seed from it for long periods, so I let the mover move it to the array. Can anyone confirm that this is the problem?
  13. No. Sent from my Pixel XL using Tapatalk
  14. Howdy, all. For some reason my filebot (non-UI) will not automatically pickup on changes to the input directory. If I restart the docker container, it will pick up the new stuff, but anything added after it has started does not get noticed or processed. Here are my config files. # If we don't see any events for $SETTLE_DURATION time, assume that it's safe to run FileBot. Format is HH:MM:SS, # with HH and MM optional. SETTLE_DURATION=00:00:10 # However, if we see a stream of changes for longer than $MAX_WAIT_TIME with no break of $SETTLE_DURATION or more, then # go ahead and run FileBot. Otherwise we might be waiting forever for the directory to stop changing. Format is # HH:MM:SS, with HH and MM optional. MAX_WAIT_TIME=00:01:00 # After running FileBot, wait at least this long before running it again, even if $SETTLE_DURATION time has passed # after change. This controls the maximum frequency of FileBot. MIN_PERIOD=00:05:00 # Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging! DEBUG=0 # Create an account at http://www.opensubtitles.org/ if you want to download subtitles OPENSUBTITLES_USER="" OPENSUBTITLES_PASSWORD="" # Set this to a language code if you want to download subtitles. e.g. Use "en" for english SUBTITLE_LANG="" #!/bin/bash # This script by default uses "Automated Media Center" (AMC). See the final filebot call below. For more docs on AMC, # visit: http://www.filebot.net/forums/viewtopic.php?t=215 #----------------------------------------------------------------------------------------------------------------------- # Specify the URLs of any scripts that you need. They will be downloaded into /config/scripts SCRIPTS_TO_DOWNLOAD=( # Example: # https://raw.githubusercontent.com/filebot/scripts/devel/cleaner.groovy ) #----------------------------------------------------------------------------------------------------------------------- QUOTE_FIXER='replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'"'"'").replaceAll(/[\u201c\u201d]/, '"'"'""'"'"')' # Customize the renaming format here. For info on formatting: https://www.filebot.net/naming.html # Music/Eric Clapton/From the Cradle/05 - It Hurts Me Too.mp3 MUSIC_FORMAT="music/{n.$QUOTE_FIXER}/{album.$QUOTE_FIXER}/{media.TrackPosition.pad(2)} - {t.$QUOTE_FIXER}" # Movies/Fight Club.mkv MOVIE_FORMAT="movies/{n.$QUOTE_FIXER} ({y}) {' CD'+pi}" # TV Shows/Game of Thrones/Season 05/Game of Thrones - S05E08 - Hardhome.mp4 # TV Shows/Game of Thrones/Special/Game of Thrones - S00E11 - A Day in the Life.mp4 SERIES_FORMAT="tv/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} {episode.special ? 'S00E'+special.pad(2) : s00e00}" . /config/filebot.conf if [ "$SUBTITLE_LANG" == "" ];then SUBTITLE_OPTION="" else SUBTITLE_OPTION="subtitles=$SUBTITLE_LANG" fi #----------------------------------------------------------------------------------------------------------------------- # Used to detect old versions of this script VERSION=3 # Download scripts and such. #. /config/pre-run.sh # See http://www.filebot.net/forums/viewtopic.php?t=215 for details on amc filebot -script fn:amc -no-xattr --output /output --log-file /config/amc.log --action copy --conflict auto \ -non-strict --def ut_dir=/input ut_kind=multi music=y deleteAfterExtract=n clean=y \ excludeList=/config/amc-exclude-list.txt $SUBTITLE_OPTION \ movieFormat="$MOVIE_FORMAT" musicFormat="$MUSIC_FORMAT" seriesFormat="$SERIES_FORMAT"
  15. I can't use it much until this is addressed, but obviously I'm dying to use it with couchpotato having no support anymore...
  16. Alright. thanks. I'll try that next. Sent from my Pixel XL using Tapatalk
  17. Sorry. Gigabit internet connection, router to single server nic. Test yielding about 200mbps both ways. Tried upping the last 4 upsizes in the array in the .Py and that got my up from around 50mbps to where it is now. Downloading I'm getting gigabit speed through NZBget and uploading thru wan FTP has given me gigabit speeds before as well. This speed test issue has always been present and I just now got around to asking. Sent from my Pixel XL using Tapatalk
  18. Getting MUCH lower speed test results through this plugin than through speedtest.net through my browser. Can someone please help me fix it?
  19. Good point. Sonarr is working with /mnt/cache right now. I'll see in a few days if the image has grown again. It was just those two so far that did not like the remapping.
  20. I have broken a cardinal rule and used /mnt/user/appdata/<APPNAME>/ for all my containers' /config mapping and not /mnt/cache/appdata/<APPNAME>/ I think this caused the sonarr container to occupy a massive space, as I was once again getting image size warnings today. Whats the proper way to fix this? I simply changed the mapping, but a few containers did not function properly after that; nzbget and plexmedaserver (limetech) to name two. Do I need to move the <appname> folders from /mnt/user/appdata to /mnt/cache/appdata? If so, what is the best way to accomplish this? I used the dolphin app to move the /nzbget folder but got some permissions errors and it still did not load the nzbget webgui for me. Thanks for the help!
  21. Thanks for the help! I'm assuming /media in CP app should be mapped the same as /downloads in nzbget and sonarr? Docker image is better now, too: root@E***:/var/lib# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 128M 3.8M 125M 3% /var/log /dev/sda1 15G 192M 15G 2% /boot /dev/md1 1.9T 1.8T 88G 96% /mnt/disk1 /dev/md2 1.9T 1.8T 71G 97% /mnt/disk2 /dev/md3 1.9T 1.8T 86G 96% /mnt/disk3 /dev/md4 1.9T 1.8T 88G 96% /mnt/disk4 /dev/md5 2.8T 2.7T 86G 97% /mnt/disk5 /dev/sde1 224G 75G 150G 34% /mnt/cache shfs 11T 9.6T 417G 96% /mnt/user0 shfs 11T 9.7T 566G 95% /mnt/user /dev/loop0 15G 4.9G 8.9G 36% /var/lib/docker
  22. Changed my mappings and still having the read > write > delete issue for "move" within filebot. Trying to make it just "move" the file as-in re-writing the location of the data rather than physically reading, writing, removing.
  23. I understand what I'm reading here but need some clarity... My NZBget has moviescat and tvcat categories. Movies and TV end up in those folders once completed. Do I still need the /downloads mapping in NZBget? Does this mean the sonarr /downloads mapping should be /mnt/user/media/tv/? Let me know about that while I look into the bulging image. Thanks for the help! This is a great community.
  24. Hello all. I rudely created a new thread for me this morning because I have the same problem. Below is the contents of that post, I am removing my post. My docker image is "leaking" and reaching capacity again, I'm not sure why this happens. I installed sonarr a few weeks ago, then filebot-gui container last week, then started getting warnings about the image. I have since removed the filebot-gui container, but it did not help. Can anyone shed some light on this? I had this problem at least twice before but managed to be OK for a few months until now. I feel like it's related to coppit's filebot-gui, or my improper use of it. See info below: root@E***:/var/lib# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 128M 3.8M 125M 3% /var/log /dev/sda1 15G 192M 15G 2% /boot /dev/md1 1.9T 1.8T 86G 96% /mnt/disk1 /dev/md2 1.9T 1.8T 68G 97% /mnt/disk2 /dev/md3 1.9T 1.8T 80G 96% /mnt/disk3 /dev/md4 1.9T 1.8T 85G 96% /mnt/disk4 /dev/md5 2.8T 2.7T 101G 97% /mnt/disk5 /dev/sde1 224G 71G 153G 32% /mnt/cache shfs 11T 9.6T 418G 96% /mnt/user0 shfs 11T 9.7T 571G 95% /mnt/user /dev/loop0 15G 13G 1.1G 93% /var/lib/docker root@E**:~# docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE coppit/filebot latest 03a7edcb58e8 2 weeks ago 882.4 MB linuxserver/sonarr latest 3f8bf45a34ec 4 weeks ago 347.4 MB google/cadvisor latest 01774d197db9 4 weeks ago 46.36 MB limetech/plex latest 7d3f8c543242 5 weeks ago 539.8 MB binhex/arch-nzbget latest d0534d106432 5 weeks ago 675.7 MB binhex/arch-couchpotato latest fd5e4bc902a4 9 weeks ago 712.9 MB binhex/arch-sickbeard latest 50b216945b49 11 weeks ago 694.6 MB linuxserver/plexpy latest fa97d2fb9cff 3 months ago 685.9 MB linuxserver/nginx latest 7b895511a682 3 months ago 485.7 MB lsiodev/plexrequests latest 02dcd617a822 3 months ago 936.9 MB linuxserver/transmission latest 6b07b00fb632 3 months ago 425.4 MB coppit/mumble-server latest 2a1dadb8c9b1 6 months ago 367.5 MB Thanks for reading!
  25. This is the key right there ^^^ Those are two different mount points (NCmisc, and media), so any OS (not just unRaid) has to do a read, write, delete process to move the file, and ~50MB/s writing to a user share is about right (depending upon useCache settings, etc) (Note that I don't actually use FileBot, but from what your saying, the above is correct) You can on 6.2RC3+ So, given that mount point issue, why is it so fast in winSCP?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.