Search found 170 matches

by ZeroByDivide
25 Dec 2017, 20:04
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

You know I've been thinking, could part of the reason this is happening be because xattr keeps running into "Failed to read xattr: AccessControlException: access denied ("java.lang.RuntimePermission" "accessUserDefinedAttributes")" constantly? Because I've had this issu...
by ZeroByDivide
21 Dec 2017, 09:35
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

Sorry it took me a day or two to get back to this, been busy the last 2 days so haven't had time to really sit down on my computer..anyways I'm giving up on this issue and have added the word "iNTERNAL" into my download blacklist because it seems like this will probably be something that w...
by ZeroByDivide
17 Dec 2017, 20:40
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

I'm not talking about pulling mediainfo from a compressed archive or encrypted file... I'm talking about the media file after it's completely extracted is when it's doing it.. Download show > filebot gets called > extracts from archive > if media filename has "iNTERNAL" in the filename the...
by ZeroByDivide
17 Dec 2017, 10:29
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

Okay so I may have narrowed it down a bit more to possibly help isolate the issue.. The problem seems to only happen when the files are zipped (.rar, .zip, others) up before filebot starts unzipping them and processing them and such. So for example the.librarians.us.s04e01.iNTERNAL.1080p.web.x264-ba...
by ZeroByDivide
16 Dec 2017, 14:34
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

Unfortunately, I'm still unable to reproduce the issue. If you could somehow narrow down and isolate the issue, then I could have a closer look. Sadly I don't know how I can really narrow it down any, as it seems to be happening randomly.. though I have been able to get it to produce the same resul...
by ZeroByDivide
16 Dec 2017, 05:59
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

Well then maybe it's just a problem with my end or something if it works for everyone else... using the above command with something with iNTERNAL in the name is working fine when I throw in a super simple expression.. I did find out though in my testing now, that it doesn't seem to be every file wi...
by ZeroByDivide
14 Dec 2017, 23:40
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

Re: iNTERNAL in filename causing issues with rename.

1. What exactly is the issue? Can you isolate the problem in some reproducible test case? 2. The {group} binding works fine as far as I can tell: $ filebot -mediainfo * --format '{fn} => {group}' Alias.1x01.iNTERNAL => iNTERNAL 3. If the issue is related to MediaInfo bindings not working as expecte...
by ZeroByDivide
14 Dec 2017, 04:31
Forum: Help and Support
Topic: iNTERNAL in filename causing issues with rename.
Replies: 30
Views: 14054

iNTERNAL in filename causing issues with rename.

Dunno if this is a bug with filebot or it's possibly something to do with my scripts but what seems to happen is that whenever I or Sonarr download a file and the filename has "iNTERNAL" like for example The Librarians US S04E01 iNTERNAL 1080p WEB x264-BAMBOOZLE (I think it happens with &q...
by ZeroByDivide
10 Dec 2017, 05:51
Forum: Help and Support
Topic: Licence for MAC and Windows 10 in parallel
Replies: 4
Views: 2607

Re: Licence for MAC and Windows 10 in parallel

Yes you will have to buy a license from the windows store if you want to use filebot on windows 10 as well,you can't share licenses between mac/windows.
by ZeroByDivide
09 Dec 2017, 14:18
Forum: Feature Requests and Bug Reports
Topic: AccessControlException
Replies: 11
Views: 4529

Re: AccessControlException

Ah well damn :/ any ETA on when the next release is possibly?
by ZeroByDivide
09 Dec 2017, 03:26
Forum: Feature Requests and Bug Reports
Topic: AccessControlException
Replies: 11
Views: 4529

Re: AccessControlException

Is there anyway to force revision updates from the windows store? I seem to be having this problem as well Failed to read xattr: AccessControlException: access denied ("java.lang.RuntimePermission" "accessUserDefinedAttributes") though I don't have any {model} in my groovy script...
by ZeroByDivide
01 Dec 2017, 05:25
Forum: Windows
Topic: MissingMethodException.. someone mind helping me out?
Replies: 43
Views: 24578

Re: MissingMethodException.. someone mind helping me out?

I would like to know how you keep your own version of the script in sync with what rednoah has on github. There is nothing that you have to keep in sync with, as the sonarr groovy script is not really dependent on anything other than just filebot so you once you get things configured you will more ...
by ZeroByDivide
27 Nov 2017, 18:08
Forum: Scripting and Automation
Topic: Need help converting my .bat file to python (almost done just need help on one thing)
Replies: 6
Views: 4686

Re: Need help converting my .bat file to python (almost done just need help on one thing)

1. Have you tried this? 'exec=filebot -script ' + UPSR + ' --def id={id}' 2. I'd recommend having your script in the $PATH so you can do this: --def exec="update-sonarr {id}" Your update-sonarr shell script would then do the rest, which may just be calling filebot , or may be calling some...
by ZeroByDivide
27 Nov 2017, 03:00
Forum: Scripting and Automation
Topic: Need help converting my .bat file to python (almost done just need help on one thing)
Replies: 6
Views: 4686

Re: Need help converting my .bat file to python (almost done just need help on one thing)

Anyone mind helping me on that last little bit above with the # Groovy Script Locations UPSR = os.path.expanduser(os.sep.join(["~", "Dropbox/Public/Folders/Filebot/MyStuff/update-sonarr.groovy"])) 'exec=filebot -script UPSR --def id={id}' if I run my script it executes part of it...
by ZeroByDivide
26 Nov 2017, 12:22
Forum: Scripting and Automation
Topic: Need help converting my .bat file to python (almost done just need help on one thing)
Replies: 6
Views: 4686

Re: Need help converting my .bat file to python (almost done just need help on one thing)

The exec=/script bit should be a single argument. e.g. 'exec=filebot -script /path/to/script.groovy --def id={id}' That seems to have fixed the {id} issue that I was having Run script [fn:amc] at [Sun Nov 26 06:11:48 CST 2017] Parameter: seriesFormat = /TV Shows/{N}/{episode.special ? 'Specials' : ...
by ZeroByDivide
26 Nov 2017, 01:08
Forum: Scripting and Automation
Topic: Need help converting my .bat file to python (almost done just need help on one thing)
Replies: 6
Views: 4686

Re: Need help converting my .bat file to python (almost done just need help on one thing)

Tbh I could of probably of posted this in "Scripting and Automation" but egh to late I guess.
by ZeroByDivide
26 Nov 2017, 01:07
Forum: Scripting and Automation
Topic: Need help converting my .bat file to python (almost done just need help on one thing)
Replies: 6
Views: 4686

Need help converting my .bat file to python (almost done just need help on one thing)

so I decided to look into switching up my bat file I've been using for the past few months or so in favor of using python. So I decided to go and grab the "utorrent-postprocess.pyw" and start my work on it to get it to my liking, so far I've gotten everything I have wanted so far done on i...
by ZeroByDivide
26 Jul 2017, 20:02
Forum: Help and Support
Topic: Run suball script hidden
Replies: 9
Views: 4319

Re: Run suball script hidden

And where is the default location? AppData? Windows? believe it's the location you found in your post above, I don't really know the default log location since I don't have the logs point to the default location since I use log-file "path/to/amc.log" in my code so I just point it to where...
by ZeroByDivide
26 Jul 2017, 19:28
Forum: Help and Support
Topic: Run suball script hidden
Replies: 9
Views: 4319

Re: Run suball script hidden

Unfortunately, Windows makes it very tricky to run command-line executables without CMD popping up. I am able to run command-line executables (.bat, .cmd, .batch) without the CMD popping up just fine and I've never done anything fancy at all. The only time it'll ever pop up a cmd window is if I run...
by ZeroByDivide
26 Jul 2017, 19:10
Forum: Scripting and Automation
Topic: omdb response error code 401
Replies: 19
Views: 10981

Re: omdb response error code 401

OMDB has gone private...and apparently the Filebot key no longer works. That's what THEY say anyway. That said, I have to agree that OMDB is WAY more reliable than TMDB on MANY movies. I use both but mostly TMDB. There are many movies though that TMDB does NOT show date, rating, and time. When that...
by ZeroByDivide
28 May 2017, 03:55
Forum: Feature Requests and Bug Reports
Topic: Putting The, at the end of a file name with The at the beginning of the title?
Replies: 10
Views: 6325

Re: Putting The, at the end of a file name with The at the beginning of the title?

That's because TVDB's xml is messed up for a lot of shows, has been going on like this for at least a week now.
by ZeroByDivide
28 May 2017, 03:45
Forum: Feature Requests and Bug Reports
Topic: SAXParseException: XML document structures must start and end within the same entity
Replies: 10
Views: 6184

Re: SAXParseException: XML document structures must start and end within the same entity

What exact version of Windows are you using? @see https://support.microsoft.com/en-us/help/13443/windows-which-operating-system okay so I looked at my about and it's telling me I'm running 15063.250, I'm on the creators update (x64 bit as well) and checking updates doesn't produce anymore updates a...
by ZeroByDivide
28 May 2017, 03:16
Forum: Feature Requests and Bug Reports
Topic: SAXParseException: XML document structures must start and end within the same entity
Replies: 10
Views: 6184

Re: SAXParseException: XML document structures must start and end within the same entity

Yes I'm running the latest version of windows 10 with all the latest updates, I'm always running the most up to date version of windows 10.
by ZeroByDivide
28 May 2017, 02:49
Forum: Feature Requests and Bug Reports
Topic: SAXParseException: XML document structures must start and end within the same entity
Replies: 10
Views: 6184

Re: SAXParseException: XML document structures must start and end within the same entity

The latest release has been rolled out in the Windows Store. If it works well, then it'll roll out on the Mac App Store as well in a few weeks. Are you sure it has been rolled out in the windows store? I'm still seeing 4.7.9 at the current time of writing, and doing an update check in the windows s...