Search found 15 matches

by underrepresented
18 Aug 2018, 12:24
Forum: macOS
Topic: "host is down" one solution
Replies: 0
Views: 3650

"host is down" one solution

check your firewall rules. For users that are getting "Host is down" issues..... check your amc.log for the following lines at then end of this post. While this may be caused by many different issues between java client and server. In my case, while on my iMAC, my firewall of choice (Littl...
by underrepresented
30 May 2018, 16:43
Forum: Windows
Topic: 503 Error with TheTVDB [Solved]
Replies: 7
Views: 4718

Re: 503 Error with TheTVDB [Solved]

check your firewall logs. I had the same issue running a script through transmission. The firewall's notification system (on my machine) didn't notify me of the block. Once I made a rule to allow filebot via the shell via transmission I no longer had those issues. rule Transmission via filebot Allow...
by underrepresented
29 May 2018, 04:35
Forum: Windows
Topic: Show name included in Season folder
Replies: 3
Views: 2044

Re: Show name included in Season folder

this is what I use:

Code: Select all

{n.replaceTrailingBrackets()}/{n} {'Season '+s.pad(2)}/{n} {s00e00} - {t}
by underrepresented
16 May 2018, 06:13
Forum: Feature Requests and Bug Reports
Topic: [Feature Req] Strip Metadata/Set Metadata
Replies: 10
Views: 17715

Re: [Feature Req] Strip Metadata/Set Metadata

You're talking about mkv/mp4 tags. That's part of the file content. By design, FileBot will never modify files for the aforementioned reasons, so it can't strip those tags. Other tools may help and it should be fairly easy to automate this process: https://mkvtoolnix.download/doc/mkvpropedit.html N...
by underrepresented
12 May 2018, 04:21
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

Re: rename daily series w/o checking any db

I don't get what you wanna do ? If you use "version 2" then _args.output will be whatever you write in "%OUTPUTFOLDER%" --output %OUTPUTFOLDER% no worries. I'm happy your solution worked for me. I just tweaked a lil bit by removing the series folder and the . in the names. you d...
by underrepresented
11 May 2018, 17:21
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

Re: rename daily series w/o checking any db

Thank You Kim. version 2 above works quite nicely for what I want with a lil modification. Now if I could just set a variable with the filebot output. Currently I just use ls -t on the final dir placement for the variable context. Or, I could use cat grep awk on the amc log file. but thats an exorci...
by underrepresented
04 May 2018, 05:07
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

Re: rename daily series w/o checking any db

you need to run "OfflineRename.groovy" BEFORE or instead of "AMC" filebot -script "OfflineRename.groovy" %INPUTFOLDER% I have now tested this and it works :D rename(map: args.getFiles() .findAll{ it.name =~ '(?i:All.In.with.Chris.Hayes)' } .each{println "FOUND: $i...
by underrepresented
02 May 2018, 14:59
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

Re: rename daily series w/o checking any db

well, never mind then. ignore works perfectly well and leaves files in the _rename staging area. I'll just have to live with manually renaming the files with filebot UI with one of the code lines above that kim provided. thank you for the help and great program.
by underrepresented
30 Apr 2018, 17:57
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

Re: rename daily series w/o checking any db

The last two do provide the format I'd like and work very well with the UI. Don't understand how to implement the first one tho. Been trying to insert it in the cli directly with --filter and via my format.txt file with filter= cli /usr/local/bin/filebot -script fn:amc --output "$FB_OUTPUT"...
by underrepresented
21 Apr 2018, 10:59
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

Re: rename daily series w/o checking any db

that didn't work for me at all. I kept ending up with the filename truncated on itself 2-4 times depending on where I placed that piece of code. I almost got it once but it was still truncated at the end of the original name. i.e. All.In.with.Chris.Hayes.2018.03.28.540p.WEBDL-AnonAll.In.with.Chris.H...
by underrepresented
02 Apr 2018, 09:53
Forum: Episode / Movie Naming Scheme
Topic: rename daily series w/o checking any db
Replies: 15
Views: 8391

rename daily series w/o checking any db

I watch several daily news shows that haven't been maintained by the databases in over 6 mths. They seem to be always formated "commentators.title.yyyy.MM.dd.vf.type.group.mkv". i.e. All.In.with.Chris.Hayes.2018.03.28.540p.WEBDL-Anon.mkv. I would just like to strip out .vf.type.group and j...
by underrepresented
11 Mar 2018, 19:31
Forum: macOS
Topic: Filebot CLI under osx
Replies: 12
Views: 9028

Re: Filebot CLI under osx

Now that filebot is no longer pkgd with home brew how do we install the cli. I still have 4.7.9 in the home brew dir structure. BTW just bought the apple store app. I figured after 3yrs use of filebot I owe you at least that much. :) Anyway I notice that filebot -script fn:sysenv outputs completely ...
by underrepresented
14 Dec 2017, 20:55
Forum: macOS
Topic: java exceptions
Replies: 1
Views: 2802

java exceptions

I see in the error.log quite a few class not found/initialize (java full version "1.8.0_05-b13"). could most of these errors be caused by having security level set to "very high"? also seeing the same kinds of things in the ui. i.e. when editing formats.... {n.replaceTrailingBrac...
by underrepresented
14 Dec 2017, 20:17
Forum: Scripting and Automation
Topic: yet another transmission post process script
Replies: 0
Views: 3222

yet another transmission post process script

I'm sure I could have added all of filebot parameters to this file. just haven't sussed it out yet. same could be said for handbrake and or ffmpeg parameters. having an external file for parameters is always good once you test out what you want the script to do. its easier to edit your parameters fi...
by underrepresented
15 Nov 2015, 21:50
Forum: Ubuntu & Desktop Linux
Topic: Incorrect matching: Real Time with Bill Maher
Replies: 4
Views: 6493

Re: Incorrect matching: Real Time with Bill Maher

Sorry to necro this thread, but.... The date format might be part of the issue; but, one of the files you are trying to rename (Real Time with Bill Maher - - Overtime - March 16, 2012) is considered a special. Therefore will not show up in your file list as a separate file but as the original. Fileb...