Search found 30 matches

by hansooloo
15 Aug 2019, 00:31
Forum: Help and Support
Topic: [SOLVED] 503 Errors from api.themoviedb.org
Replies: 3
Views: 2738

Re: 503 Errors from api.themoviedb.org

Just found this: https://twitter.com/themoviedb/status/1 ... 7097454592

Looks like TheMovieDB is having API performance issues. They are working on a fix.
by hansooloo
14 Aug 2019, 22:16
Forum: Help and Support
Topic: [SOLVED] 503 Errors from api.themoviedb.org
Replies: 3
Views: 2738

[SOLVED] 503 Errors from api.themoviedb.org

Was trying to use FileBot with AMC script and ran into an HTTP 503 error (log below). Never saw this before. Is anyone else seeing it too? Fetch failed: Try again in 5 seconds (2 more) => java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.themoviedb.org/3/search/movie?...
by hansooloo
11 Dec 2018, 02:23
Forum: Help and Support
Topic: [SOLVED] Why aren't my BDMV folder structures getting recognized?
Replies: 4
Views: 2303

Re: Why aren't my BDMV folder structures getting recognized?

Much appreciated ... I recall this working in amc script as well ... but for simple rename actions, I will go the -script fn:renall route.
by hansooloo
10 Dec 2018, 14:21
Forum: Help and Support
Topic: [SOLVED] Why aren't my BDMV folder structures getting recognized?
Replies: 4
Views: 2303

Re: Why aren't my BDMV folder structures getting recognized?

My bad ... that was an actual MKV file that I wanted to exclude from processing by changing the extension. Re-ran with same results, with the `mkve` file removed from that directory structure. I was hoping to see more logging dumped to the console with `--log ALL`, but maybe there is somewhere else ...
by hansooloo
10 Dec 2018, 03:39
Forum: Help and Support
Topic: [SOLVED] Why aren't my BDMV folder structures getting recognized?
Replies: 4
Views: 2303

[SOLVED] Why aren't my BDMV folder structures getting recognized?

I have a sense that I am missing something very basic, but I can't seem to get FileBot to recognize a Blu-ray disc structure that has the `./BDMV` directory in it. The only thing of interest might be that I had moved this directory using FileBot in the past, but I have, since then, run a `filebot -c...
by hansooloo
09 Aug 2018, 21:00
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527517

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Take a look at this shell script I created for my setup where I was running into the exact same issue: https://gist.github.com/HanSooloo/89528 ... 2668b0330e

You _will_ need the `jq` package, which is readily available on both macOS (via brew) or any Linux distribution.
by hansooloo
07 Aug 2018, 11:39
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM

Original values were the factory defaults. Mostly a toggle between enable/disable. Not an expert by any means, but my bet is on the DMA, Cache Access and QPI Snoop ones. Those are the ones that remotely sound like they could alter how memory is written/read, which could in turn relate to completely ...
by hansooloo
07 Aug 2018, 02:50
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM

After many hours of Google-fu and confirming that a "real hardware" did not exhibit any issues, thought of investigating the virtualization stack as a potential source of the problem. What is the 1st layer in a virtualization stack? The Hardware ! Followed Cisco's own recommendations for v...
by hansooloo
06 Aug 2018, 01:10
Forum: Ubuntu & Desktop Linux
Topic: Does FileBot release source directory usage upon move immediately?
Replies: 3
Views: 2032

[SOLVED]: Does FileBot release source directory usage upon move immediately?

Sorry for the false alarm ... turns out this was related to my use of the ZFS file system on my FreeNAS box. When I cleaned out some old snapshots, the free space was returned.
by hansooloo
06 Aug 2018, 01:06
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

As I suspected, 4.8.2. works without an issue on a "real hardware", i.e., Lenovo X1 Carbon laptop with Open JRE 8 and no special settings. Still accessing the media files over NFS v4, as was the case with the VM. The only thing that is different between the 2 scenarios is that the the VM i...
by hansooloo
05 Aug 2018, 01:59
Forum: Ubuntu & Desktop Linux
Topic: Does FileBot release source directory usage upon move immediately?
Replies: 3
Views: 2032

Does FileBot release source directory usage upon move immediately?

Using `--action move -script fn:amc` on a large Movies folder, where the source directories are renamed and moved. However, as I watch the script run (around 300 movies), I see that my server is starting to run out of space. The source directory's mount point does not come down in usage. Wondering i...
by hansooloo
01 Aug 2018, 22:14
Forum: Feature Requests and Bug Reports
Topic: portable problem with Freebsd (Freenas) - mediainfo
Replies: 15
Views: 10833

Re: portable problem with Freebsd (Freenas) - mediainfo

Running on FreeNAS 11 myself. In FreeNAS 11, `uname` running inside the `filebot.sh` script returns values a little bit different than what FileBot expects to see. root@FileBot:~ # uname -a FreeBSD FileBot 11.1-STABLE FreeBSD 11.1-STABLE #0 r321665+e0c4ca60dfc(freenas/11.1-stable): Wed May 30 14:18:...
by hansooloo
01 Aug 2018, 17:38
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

That is strange indeed. I wonder if it's one specific native library that causes the crash. The one for 7z hasn't changed for years. I know that some of my directories have .ISO (pure disk image) and .ZIP (inside a BDMV structure) files. Wonder if that is causing the problem. Again, happy to help g...
by hansooloo
01 Aug 2018, 14:38
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

Thanks for the explanation. 4.8.2 WITH 7z executable method worked fine. 4.8.2 with native libraries resulted in the crash, with crash log posted to https://pastebin.com/pKCdeTY3. Both of them were run with JRE 8. java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b1...
by hansooloo
31 Jul 2018, 23:31
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

Mystery continues ... getting some hints from the "Memory leak?" post, decided to use (older) version 4.7.9 (https://www.filebot.net/forums/viewtopic.php?f=6&t=6061) Guess what? 4.7.9: no problems 4.8.2: crashes all around Wonder if something with the "memory leak" fixes is h...
by hansooloo
31 Jul 2018, 00:27
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

Ubuntu 16 VM running on ESXi 6.7, running on Cisco UCS C240-M4 hardware.
by hansooloo
30 Jul 2018, 21:19
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

With repeated runs using JRE 10 and JAVA_OPTS, the error points are different

Code: Select all

# Problematic frame:
# V  [libjvm.so+0xcc76b5]  SafepointSynchronize::begin()+0x16b5

Code: Select all

# Problematic frame:
# V  [libjvm.so+0xb98206]  MethodData::bci_to_data(int)+0x36
by hansooloo
30 Jul 2018, 21:11
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

With JRE 10 and without JAVA_OPTS, following failure: .... FileBot starts, goes through close to a hundred items .... .... [TEST] from [/mnt/Movies/Warcraft 720p (2016)/Warcraft (2016).mkv] to [/mnt/JDownloader/_02.Format_/Movies/Warcraft (2016)/Warcraft (2016).mkv] Processed 2 files Rename movies u...
by hansooloo
30 Jul 2018, 18:39
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

Re: Getting JVM SIGSEGV errors

I first started off on Ubuntu 16, OpenJDK 8 with no JAVA_OPTS.

Then, OpenJDK8 with JAVA_OPTS.

Then, Oralce JRE 8 with JAVA OPTS.

Then, Oracle JRE 8 with no JAVA_OPTS.

All had the same issue.

I will update to JRE 10 to see if it fixes it.
by hansooloo
30 Jul 2018, 18:09
Forum: Feature Requests and Bug Reports
Topic: [SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM
Replies: 17
Views: 7087

[SOLVED] Getting JVM SIGSEGV errors on 4.8.2 version inside a VM

Started getting the following errors doing a TEST run on a directory with about 360 movies (mix of BDMV directories in MKV files). Why am I seeing a crash? Error jd@plex:/mnt/JDownloader$ filebot --log all --action test -non-strict -script fn:amc --def ut_dir="/mnt/Movies" ut_kind=multi mo...
by hansooloo
25 Jul 2018, 22:46
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527517

Re: Conditional Structures (if-then-else)

How can I actually write an if-then-else? e.g., IF movie is part of a collection name it `collection/plex` ELSE name it `plex` If I use this {if (collection != null) {collection/plex} else {plex}} I get this ExpressionException: No signature of method: java.lang.String.div() is applicable for argume...
by hansooloo
25 Jul 2018, 13:44
Forum: Help and Support
Topic: How can I get AMC to process MKV files and BDMV directories in one script
Replies: 9
Views: 3705

Re: How can I get AMC to process MKV files and BDMV directories in one script

Oh, right! That makes sense! One last bit: wonder if it would be possible to have the "contents of the Blu-ray disc root" go into the 1st level "Moviename (Year)" folder, instead of getting a 2nd level directory created? i.e., instead of `/mnt/JDownloader/_02.Format_/Movies/Star ...
by hansooloo
25 Jul 2018, 02:14
Forum: Help and Support
Topic: How can I get AMC to process MKV files and BDMV directories in one script
Replies: 9
Views: 3705

Re: How can I get AMC to process MKV files and BDMV directories in one script

So, having followed your suggestion on #2, I am still dependent on #1 (next release, disk folder detection) I guess? With #2, JD2 does all the extraction, and leaves me with a folder full of media files ... and then I get this (with 4.8.2 now, love the app, support it!) Also, changed `-extract` ==> ...
by hansooloo
25 Jul 2018, 01:59
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179935

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

Is the `filebot.sh` file not included in the portable ZIP package anymore (was in 4.7.9)? ==> https://get.filebot.net/filebot/FileBot_4.8.2/FileBot_4.8.2-portable.zip With, 4.7.9, I had the `filebot.sh` and the `update-filebot.sh` files in the ZIP package. Seems like with 4.8.2, it's not there anymo...
by hansooloo
23 Jul 2018, 11:48
Forum: Help and Support
Topic: How can I get AMC to process MKV files and BDMV directories in one script
Replies: 9
Views: 3705

Re: How can I get AMC to process MKV files and BDMV directories in one script

Makes sense. Would be great if there could be some intelligence built in where it would do that in one shot.