Search found 170 matches

by ZeroByDivide
20 Aug 2023, 11:30
Forum: Episode / Movie Naming Scheme
Topic: [SNIPPET] HDR detection
Replies: 22
Views: 21960

Re: [SNIPPET] HDR detection

I'd start by looking that MediaInfo table to see what values your custom format is working with. Then I would rewrite your format step by step to find out which code path produces the undesired return value. Running tests is much easier for you because you have a sample file to test with. damn I co...
by ZeroByDivide
20 Aug 2023, 01:04
Forum: Episode / Movie Naming Scheme
Topic: [SNIPPET] HDR detection
Replies: 22
Views: 21960

Re: [SNIPPET] HDR detection

Sorry, the code is too complicated and I don't have your test files. If you have a specific test case then I could look into that. Otherwise I can only tell you that if you get "HDR10\HDR10" then that's the return value of the code at hand, but you'd have to debug the code step by step to...
by ZeroByDivide
19 Aug 2023, 12:50
Forum: Episode / Movie Naming Scheme
Topic: [SNIPPET] HDR detection
Replies: 22
Views: 21960

Re: [SNIPPET] HDR detection

@rednoah got any ideas on how to fix the above exactly?
by ZeroByDivide
16 Aug 2023, 21:06
Forum: Episode / Movie Naming Scheme
Topic: [SNIPPET] HDR detection
Replies: 22
Views: 21960

Re: [SNIPPET] HDR detection

So the snippet above and well the most up to date version of it: Map HDRMap = [ 'HDR10': 'HDR10', 'SMPTE ST 2086': 'HDR10', 'SMPTE ST 2094 App 3': 'Advanced HDR', 'SMPTE ST 2094 App 4': 'HDR10+', 'Dolby Vision / SMPTE ST 2086': 'Dolby Vision', 'Dolby Vision / HDR10': 'Dolby Vision', 'ETSI TS 103 433...
by ZeroByDivide
23 Jun 2023, 06:22
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

Re: java.lang.NullPointerException: Cannot get property 'id' on null object

I can reproduce the issue with net.filebot.web.WebRequest.v1=true which you have probably set via Environment Variables Yea sadly I ended up having to set up the "net.filebot.web.WebRequest.v1=true" thing due to running into the error mentioned here https://www.filebot.net/forums/viewtopi...
by ZeroByDivide
23 Jun 2023, 00:26
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

Re: java.lang.NullPointerException: Cannot get property 'id' on null object

So I updated to the beta version and removed all traces of the windows store version and everything, even checked to make sure that the filebot command was running on the beta version and it is going by: FileBot 5.0.3 (r9827) JNA Native: 6.1.4 MediaInfo: 22.12 7-Zip-JBinding: 16.02 Tools: fpcalc/1.5...
by ZeroByDivide
22 Jun 2023, 07:43
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

Re: java.lang.NullPointerException: Cannot get property 'id' on null object

Hmm I think I understand fully, when do you think these updates will possibly be hitting the windows store version by chance? as that is where my version of filebot comes from and would love to get my hands onto those changes to test things out.
by ZeroByDivide
21 Jun 2023, 23:57
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

Re: java.lang.NullPointerException: Cannot get property 'id' on null object

Sorry I forgot to come back and update on this, things werent really crashing per se when it couldn't find an ID, it still continued on like everything was normal other than just throwing the error in the log and never sending the alert to sonarr to refresh the series becasue of the missing ID, the ...
by ZeroByDivide
15 Jun 2023, 22:34
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

Re: java.lang.NullPointerException: Cannot get property 'id' on null object

Okay so I think I see the problem and a solution now and it's to pertain to what is going on here https://www.filebot.net/forums/viewtopic.php?t=13406 specifically you setting the seriesDB default to be seriesDB=TheMovieDB::TV. Though it is strange because it took up until very recent that it finall...
by ZeroByDivide
15 Jun 2023, 21:59
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

Re: java.lang.NullPointerException: Cannot get property 'id' on null object

This is my full command: #!/usr/bin/env python # -*- coding: utf-8 -*- import os, re, os.path import sys import subprocess import time # required args label, state, title, kind, file, directory = sys.argv[1:7] # Open age-filter-regex.txt file and read the regex from it for age filter age_filter = op...
by ZeroByDivide
15 Jun 2023, 21:55
Forum: Windows
Topic: "Unable to establish loopback connection" Windows Store v.5.0.3.0
Replies: 9
Views: 1660

Re: "Unable to establish loopback connection" Windows Store v.5.0.3.0

rednoah wrote: 15 Jun 2023, 20:25
ZeroByDivide wrote: 15 Jun 2023, 20:07 did something with ID change as of recent as well? Getting this error as well:
What is your code? Custom format? Custom script? What ID? Context? :arrow: Please create a new topic for this new topic.
has been done viewtopic.php?t=13772
by ZeroByDivide
15 Jun 2023, 21:54
Forum: Windows
Topic: java.lang.NullPointerException: Cannot get property 'id' on null object
Replies: 13
Views: 1170

java.lang.NullPointerException: Cannot get property 'id' on null object

You told me to make a new thread for this issue so here it is.. the full error that I am recieving is: Undefined Variable: java.lang.NullPointerException: Cannot get property 'id' on null object at __script_5d54a20a201c818526556962e6e476a6_506::run in net.filebot.GroovyEngine::eval in net.filebot.cl...
by ZeroByDivide
15 Jun 2023, 20:07
Forum: Windows
Topic: "Unable to establish loopback connection" Windows Store v.5.0.3.0
Replies: 9
Views: 1660

Re: "Unable to establish loopback connection" Windows Store v.5.0.3.0

Yep running into the same issue as well with the recent update to the store version.. The only thing that worked was going in and making a system.properties file with the following information in it: #FileBot System Properties net.filebot.web.WebRequest.v1=true java.net.preferIPv4Stack=true also @re...
by ZeroByDivide
24 Oct 2020, 05:10
Forum: Windows
Topic: [AMC] --def exec not working anymore with FileBot 4.9.2
Replies: 2
Views: 2483

Re: [AMC] --def exec not working anymore with FileBot 4.9.2

Yep, there seems to be a regression issue on Windows that breaks --def exec for some typical use cases. Since --def exec is broken, try the newer more general -exec option instead: -exec filebot -script C:\Users\JourneyOver\Dropbox/Public/Filebot/Update_Sonarr_Radarr.groovy --def type={type} id={id...
by ZeroByDivide
23 Oct 2020, 22:02
Forum: Windows
Topic: [AMC] --def exec not working anymore with FileBot 4.9.2
Replies: 2
Views: 2483

[AMC] --def exec not working anymore with FileBot 4.9.2

did something change on how execute works? Was working perfectly fine for a very long time until the past couple days. I noticed in the past 2-3 days now that any exec commands I produce through filebot never run, even though when looking in the filebot logs it said it executes it and no errors are ...
by ZeroByDivide
10 Jun 2020, 08:02
Forum: Scripting and Automation
Topic: Web Sources
Replies: 24
Views: 58452

Re: Web Sources

{source} works correctly as far as I can tell: $ filebot -mediainfo *.mkv --format "{source} | {fn}" AMZN.WEB-DL | Random.File.Name.720p.AMZN.WEB-DL.DD+5.1.H.264 What specific version / revision are you using? $ filebot -version FileBot 4.9.1 (r7372) / OpenJDK Runtime Environment 14 / Win...
by ZeroByDivide
10 Jun 2020, 07:36
Forum: Scripting and Automation
Topic: Web Sources
Replies: 24
Views: 58452

Re: Web Sources

well I guess there are a few caveats to {vs} vs using {source}.. is there a way I could make it so that it only uses {vs} for any releases that just have web/web-dl for the source, while everything else uses {source}... I'm tinkering around with if then else conditions a bit now, but if you can come...
by ZeroByDivide
10 Jun 2020, 07:00
Forum: Scripting and Automation
Topic: Web Sources
Replies: 24
Views: 58452

Re: Web Sources

when the download had the source as just "web", now it no longer seems to do this and just puts the source as "web" when I much prefer it to say "WEB-DL" Have you tried the recently introduced {vs} source class binding yet? https://www.filebot.net/forums/viewtopic.php?...
by ZeroByDivide
10 Jun 2020, 06:06
Forum: Scripting and Automation
Topic: Web Sources
Replies: 24
Views: 58452

Re: Web Sources

Is there a way I can either revert back to an older "{source}" scheme or something, recent changes to the {source} has botched my naming scheme up and I see no way to fix it other than removing my source stuff and also writing up a bunch of "replaceall" stuff to fix various thing...
by ZeroByDivide
07 Dec 2019, 18:34
Forum: Episode / Movie Naming Scheme
Topic: Plex (but with collection folders)
Replies: 23
Views: 23694

Re: Plex (but with collection folders)

rednoah wrote: 07 Dec 2019, 15:53 Format:

Code: Select all

Movies/{collection}/{plex.name}
Example:

Code: Select all

Movies/Alien Collection/Alien (1979).mp4
From my understanding what he is wanting is something like:

Code: Select all

Movies/Alien/Alien (1979).mp4
Movies/Alien/aliens (1986).mp4
Movies/Alien/Alien³ (1992).mp4
Movies/Alien/Alien Resurrection (1997).mp4
by ZeroByDivide
07 Dec 2019, 06:51
Forum: Feature Requests and Bug Reports
Topic: Watchmen
Replies: 4
Views: 5323

Re: Watchmen

Hematemesis wrote: 07 Dec 2019, 06:17 Can the beta be used with the Windows Store version? I'm currently on version 4.8.5 with the Windows store and I'm still having this issue. I see the beta version is currently 4.9.0.
No sadly it's not possible to use the beta with the windows store version.
by ZeroByDivide
16 Nov 2019, 23:25
Forum: Scripting and Automation
Topic: Wrong match mit CLI
Replies: 15
Views: 6485

Re: Wrong match mit CLI

rednoah wrote: 16 Nov 2019, 20:53 :?: Which one of those shows is the correct match anyway?
just going to chime in and say that neither of those matches that he posted above are correct, "See" is a new show that just came out recently (november 1st), and his two outputs are from 2012 and 2015.
by ZeroByDivide
16 Nov 2019, 10:30
Forum: Ubuntu & Desktop Linux
Topic: MISMATCH DEBUGGING REQUEST
Replies: 22
Views: 13215

Re: MISMATCH DEBUGGING REQUEST

It seems that it may be fixed, but I'm not counting my chickens just yet. filebot -list --q "It's Always Sunny in Philadelphia" | wc -l 153 Tested supernatural as well since that was the last show I downloaded that ran into the problem due to the 100 episode thing. filebot -list --q "...
by ZeroByDivide
15 Nov 2019, 19:45
Forum: Ubuntu & Desktop Linux
Topic: MISMATCH DEBUGGING REQUEST
Replies: 22
Views: 13215

Re: MISMATCH DEBUGGING REQUEST

:idea: Just make sure to disable -non-strict for the time being, as missing episode data really messes with the "find the best match" logic. Sadly some of my shows end up producing: CmdlineException: Multiple options: Advanced auto-selection requires -non-strict matching: with -non-strict...
by ZeroByDivide
15 Nov 2019, 07:52
Forum: Ubuntu & Desktop Linux
Topic: MISMATCH DEBUGGING REQUEST
Replies: 22
Views: 13215

Re: MISMATCH DEBUGGING REQUEST

Well lets hope Rednoah figures things out, and gets an update out for everyone. Haven't seen an update other than beta releases in what feels like forever now and I'm itching to get my hands on some of the 4.8.6 features anyways :s sad that I can't just go and grab the .jar from the betas and replac...