Search found 9 matches

by jake
19 Mar 2018, 08:44
Forum: Feature Requests and Bug Reports
Topic: thetvdb: Failed to retrieve authorization token
Replies: 7
Views: 3687

Re: thetvdb: Failed to retrieve authorization token

2. If less than 1000 people are interested in supporting FileBot, then I'll take the hint, and focus my efforts on the Windows / Mac / GUI versions of FileBot. Sad but understandable. I hope there will be enough people to support this concept to have a linux version in the future. May I suggest add...
by jake
18 Mar 2018, 16:52
Forum: Feature Requests and Bug Reports
Topic: thetvdb: Failed to retrieve authorization token
Replies: 7
Views: 3687

Re: thetvdb: Failed to retrieve authorization token

Yes, as long as it works. But if it works, then the least you can do is pledge toward continued support. ;) It's not working atm but thats probably not your fault :) Whats the preferred way to pledge patreon or paypal? What will happen when the required 1000 people for patreon goal are not met? Wil...
by jake
18 Mar 2018, 10:49
Forum: Feature Requests and Bug Reports
Topic: thetvdb: Failed to retrieve authorization token
Replies: 7
Views: 3687

Re: thetvdb: Failed to retrieve authorization token

Thanks for the fast and friendly support :)

BTW: I saw the readme about https://www.patreon.com/filebot. Is this for new versions only? Can I use 4.7.14 without restrictions?
by jake
18 Mar 2018, 09:42
Forum: Feature Requests and Bug Reports
Topic: thetvdb: Failed to retrieve authorization token
Replies: 7
Views: 3687

thetvdb: Failed to retrieve authorization token

Good morning, I'm using the linux cli version: FileBot 4.7.14 (r5241) / OpenJDK Runtime Environment 1.8.0_151 / Linux 4.13.0-36-generic (amd64) Is there a problem with tvdb data access? Failed to lookup info by id: java.lang.IllegalStateException: Failed to retrieve authorization token: Server retur...
by jake
07 Nov 2017, 11:37
Forum: Feature Requests and Bug Reports
Topic: Filebot skips all other files, if first one already exists.
Replies: 13
Views: 9970

Re: Filebot skips all other files, if first one already exists.

Please share the PowerShell code that is equivalent to bash find -exec once you've got it. ;) Sorry, no windows here :) I used: find <path-to-folder> -regex '.*\.\(rar\|mkv\|avi\)' -type f -exec filebot {} --def clean=y --def extractFolder=/tmp --action move --conflict auto --lang de -non-strict -s...
by jake
07 Nov 2017, 10:33
Forum: Feature Requests and Bug Reports
Topic: Filebot skips all other files, if first one already exists.
Replies: 13
Views: 9970

Re: Filebot skips all other files, if first one already exists.

Unfortunately, this warning and fail behaviour is important to prohibit abuse. This corner case happens to be collateral damage. However, you could call the amc script on each individual file, instead of the whole folder, so that each individual amc call can succeed or fail independently. It's easy...
by jake
07 Nov 2017, 10:15
Forum: Feature Requests and Bug Reports
Topic: Filebot skips all other files, if first one already exists.
Replies: 13
Views: 9970

Re: Filebot skips all other files, if first one already exists.

But you won't have the same version twice? So how come you're processing the exact same file twice? --conflict auto will take care of picking the best file for the final destination folder and --def excludeList (assuming you're using the amc script) will take care of not processing the same input f...
by jake
07 Nov 2017, 09:53
Forum: Feature Requests and Bug Reports
Topic: Filebot skips all other files, if first one already exists.
Replies: 13
Views: 9970

Re: Filebot skips all other files, if first one already exists.

It'll work without a fuss as long as you process different encodes of the same movie. The exact copy and already exists warning is about processing the exact same file (bit for byte) multiple times. I understand how it works. But I dont know what version a file is after autodownload. And if one fil...
by jake
07 Nov 2017, 08:20
Forum: Feature Requests and Bug Reports
Topic: Filebot skips all other files, if first one already exists.
Replies: 13
Views: 9970

Re: Filebot skips all other files, if first one already exists.

Why would you process the same files over and over? What you're trying to do fails the sanity check: Failed to process [F:\downloaded\Dark.Matter.S03E05.1080p.HEVC.x265-MeGusta\Dark.Matter.S03E05.1080p.HEVC.x265-MeGusta.mkv] because [T:\TV Shows\Dark Matter\Season 03\Dark Matter - S03E05 - Give It ...