Search found 8 matches

by bjd223
16 Oct 2021, 17:33
Forum: Windows
Topic: Spinning forever
Replies: 1
Views: 5880

Spinning forever

When I try to match shows in filebot it just spins forever. It does this in the GUI and the cmd prompt. I usually use thetvdb but tried other TV sites and they all do the same thing. I looked for an error log but there isn't one, I think because it never times out or throws an error. I restarted the...
by bjd223
08 Sep 2020, 00:07
Forum: Scripting and Automation
Topic: Get name without renaming files
Replies: 3
Views: 2343

Re: Get name without renaming files

Ok thanks. It would be cool if FB did this so I don't need to clean filenames up with regex to make them presentable. Even better would be if it could return an array of data, or JSON or whatever which includes the uid from the service matching it. So for instance an IMDB matched movie would also re...
by bjd223
03 Sep 2020, 01:30
Forum: Scripting and Automation
Topic: Get name without renaming files
Replies: 3
Views: 2343

Get name without renaming files

Hello, Not sure if this is the right section for this. A little back story. I use filebot to rename TV shows automatically, and manually rename movies. Currently I send a weekly digest to users of my Plex server with what has been added this week. This is done in a PowerShell script. If it takes me ...
by bjd223
05 Mar 2018, 19:41
Forum: Feature Requests and Bug Reports
Topic: Show not matching
Replies: 3
Views: 2592

Re: Show not matching

Do you have screenshots or logs? e.g. $ filebot -list --db TheTVDB --q "A.P. Bio" A.P. BIO - 1x01 - Catfish A.P. BIO - 1x02 - Teacher Jail ... A similar search for "A P Bio" would indeed not return any results, because TheTVDB API search is known to not work as well as expected ...
by bjd223
26 Feb 2018, 20:15
Forum: Feature Requests and Bug Reports
Topic: Show not matching
Replies: 3
Views: 2592

Show not matching

Hello, Not 100% sure if this is the correct place for this but I think I found a minor bug in Filebot's TV show matching algorithm. Info is; Show Name: A.P. Bio DB Used: TheTVDB.com (show called A.P. BIO on site) Filename example: A.P.Bio.S01E01.720p.HDTV.x264-AVS[ettv].mkv Issue #1: Filebot strips ...
by bjd223
19 Oct 2017, 13:30
Forum: Scripting and Automation
Topic: Exit Codes
Replies: 16
Views: 8906

Re: Exit Codes

Ok thanks, it sounds like the developer is allowing error codes to bubble up to main. This is common I just wanted to make sure before finishing my script. Currently there are 170+ java exit codes, so I'll take a quick look through those for ones I want to deal with and fix before re-running the com...
by bjd223
19 Oct 2017, 00:12
Forum: Scripting and Automation
Topic: Exit Codes
Replies: 16
Views: 8906

Re: Exit Codes

I understand, however if you look online people have received error code 5, so I assume there is a two through four also. Anyway I currently display the error code, and log the file bot error text, however I like to catch errors and display custom error messages in my scripts and applications I writ...
by bjd223
18 Oct 2017, 14:47
Forum: Scripting and Automation
Topic: Exit Codes
Replies: 16
Views: 8906

Exit Codes

Hello, I am writing a powershell script and was curious if there is any documentation of filebots error codes? I am currently catching anything greater then 0 as an error, which works fine but I would like to define them further if there are other error codes besides 1. One is the only error I have ...