-
-
WTB: 6TB 8TB 10TB Drives
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.
-
[Support] binhex - NZBGet
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!
-
WTB: 6TB 8TB 10TB Drives
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
-
[Support] binhex - NZBGet
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
-
[Support] binhex - NZBGet
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?
-
[Support] binhex - NZBGet
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!
-
[Support] binhex - NZBGet
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!
-
[Plug-In] Community Applications
Alright... I have my pitchfork ready, then. ?
-
[Plug-In] Community Applications
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.
-
[Plug-In] Community Applications
Awesome. I just swapped my cache out for a new 2TB SSD so I was worried something got screwed up in the transfer.
-
[Plug-In] Community Applications
Is the server down or is it my end causing application feed issues for me?
-
FileBot containers
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?
-
FileBot containers
No. Sent from my Pixel XL using Tapatalk
-
FileBot containers
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"
-
[Support] Linuxserver.io - Radarr
I can't use it much until this is addressed, but obviously I'm dying to use it with couchpotato having no support anymore...
jonesy8485
Members
-
Joined
-
Last visited