Search found 185 matches

by nzdreamer55
26 Oct 2025, 13:43
Forum: Scripting and Automation
Topic: Question about log detail.
Replies: 8
Views: 11684

Re: Question about log detail.

Thank you so much! I have removed it and will look to the standard logs :-)
by nzdreamer55
26 Oct 2025, 13:29
Forum: Scripting and Automation
Topic: Question about log detail.
Replies: 8
Views: 11684

Re: Question about log detail.

Maybe I need help in what I am trying to do and am going about it the wrong way. I am wanting to know when Filebot skips a file because it is already present and I though I could get it from the logs this way.
by nzdreamer55
26 Oct 2025, 13:28
Forum: Scripting and Automation
Topic: Question about log detail.
Replies: 8
Views: 11684

Re: Question about log detail.

Hum....I guess I don't know how to use it as when I ran it I get this

[2025-10-26 06:25:10] Invalid usage: --def net.filebot.logging.debug is not used and has no effect
[2025-10-26 06:25:10] Invalid usage: --def net.filebot.logging.color is not used and has no effect
[2025-10-26 06:25:10] Invalid ...
by nzdreamer55
26 Oct 2025, 13:17
Forum: Scripting and Automation
Topic: Question about log detail.
Replies: 8
Views: 11684

Re: Question about log detail.

Thanks so much. So if I put those in like this will I get those logs?

# Run FileBot AMC
filebot -script fn:amc \
"$INPUT_DIR" \
--output "$OUTPUT_DIR" \
--action "$FILEBOT_ACTION" \
--conflict auto \
-non-strict \
--log ALL \
--def \
seriesFormat="{n.replaceAll('^[^A-Za-z0-9 ...
by nzdreamer55
25 Oct 2025, 13:39
Forum: Scripting and Automation
Topic: Question about log detail.
Replies: 8
Views: 11684

Question about log detail.

I am using the amc script with filebot on Qnas box. I wanted to know if these def are currently supported
FileBot Log Levels (from least to most verbose)
--log
WARNING - Only warnings and errors
INFO - Basic processing information (default)
FINE - More detailed processing decisions
FINER - Even ...
by nzdreamer55
04 Aug 2025, 00:39
Forum: Scripting and Automation
Topic: Duplicate file moving script
Replies: 1
Views: 24803

Duplicate file moving script

Hello everyone. I have been using the AMC script and it works well, however I also want to use the duplicate script to clean up some stuff

filebot -script dev:duplicates /share/ZFS18_DATA/Media/Series --action move --output /share/ZFS18_DATA/Media/Series/Processed-Duplicates

This works to ...
by nzdreamer55
04 Aug 2025, 00:37
Forum: Scripting and Automation
Topic: AMC email formation
Replies: 2
Views: 24485

Re: AMC email formation

Thanks as always. :-)
by nzdreamer55
29 Jul 2025, 21:09
Forum: Scripting and Automation
Topic: AMC email formation
Replies: 2
Views: 24485

AMC email formation

Hello everyone,

I have started using the email flag for the AMC script and it is awesome! One thing I noticed however is that the formatting in my email seems to push stuff off the edge.

https://drive.google.com/file/d/1x5ZOwkN4uHrUjZ-MZ17_ddh1eXh17CdB/view?usp=sharing

Is there a way to adjust ...
by nzdreamer55
27 Jul 2025, 23:32
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

$ filebot -script fn:sysinfo
FileBot 5.1.7 (r10514)
JNA Native: 7.0.0
MediaInfo: 19.04
Tools: 7z/16.02 unrar/5.30 ffprobe/3.3.6
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2025-05-24 (r1007)
Groovy: 4.0.21
JRE: OpenJDK Runtime Environment 21.0.4
JVM: OpenJDK 64-Bit Server VM
CPU ...
by nzdreamer55
27 Jul 2025, 23:26
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

Just had to re install the java!

Console Output: Select all

$ filebot -version
FileBot 5.1.7 (r10514)
by nzdreamer55
27 Jul 2025, 23:18
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

I installed both media streaming Add-on and node.js I reinstalled filebot node and it launched! I do get

Console Output: Select all

$ filebot -version
java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
In the console

So closer...
by nzdreamer55
26 Jul 2025, 13:07
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

Hi Noah. Thanks for taking a look at the image. I added the filebot repository (I think) and then "installed" the 3 items that were available to install so I kind of assumed that would do it. Should that have worked?
by nzdreamer55
25 Jul 2025, 19:21
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

Just ran this and I have no idea what this means!!!

Console Output: Select all

$ find / -type f -name node 2> /dev/null
/proc/irq/0/node
...

So yes?
by nzdreamer55
25 Jul 2025, 16:33
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

Really appreciate the help. I found the log and got this...



-------------------- Run /share/ZFS530_DATA/.qpkg/filebot-node/start (PID: 28127) -------------------- Fri Jul 25 06:58:35 PDT 2025

NODE=
[node: command not found] Please install 'Node.js' or 'Media Streaming Add-on' in the App Center ...
by nzdreamer55
25 Jul 2025, 14:51
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

Re: New to QNAP setting up Filebot questions.

Thanks so much rednoah! You are always so helpful. I realize that this is might be impossible to answer, but if I have other apps in docker containers, should I stick with this pattern? I am new to containers so just learning. Hopefully picking a system that is not going to take a lot of upkeep so ...
by nzdreamer55
25 Jul 2025, 14:22
Forum: Synology NAS & Embedded Linux
Topic: New to QNAP setting up Filebot questions.
Replies: 13
Views: 49222

New to QNAP setting up Filebot questions.

Hello everyone. I have switched over to Qnap and am running hero OS. I started going down the path of setting up stuff in docker and using portainer, but am having some troubles with this route of not getting filebot to work. I chalk it up to me not really knowing what I am doing (with filebot and ...
by nzdreamer55
16 Apr 2025, 00:13
Forum: Episode / Movie Naming Scheme
Topic: How do I add filing movies into letter folders?
Replies: 2
Views: 3421

Re: How do I add filing movies into letter folders?

Thank you so much. That is just what I was looking for.
by nzdreamer55
15 Apr 2025, 21:00
Forum: Episode / Movie Naming Scheme
Topic: How do I add filing movies into letter folders?
Replies: 2
Views: 3421

How do I add filing movies into letter folders?

Hello everyone again,

I am using this for my format

\\Media1\Movies\{n} ({y}) {" {tmdb-$id}"}\{n} ({y}) {" {tmdb-$id}"} { "{edition-${tags.first()}}" } - [{vf} {vc} {af} {ac}]{ 'en' in text.language ? '[ENGSUB]' :null in text.language ? '[UNDSUB]' : null }{subt}

But I would like to put the ...
by nzdreamer55
15 Apr 2025, 20:08
Forum: Help and Support
Topic: If I know the TMDB number can I force rename of a file for this?
Replies: 3
Views: 19055

If I know the TMDB number can I force rename of a file for this?

Hello everyone. I am using the windows GUI filebot and there is a movie that filebot isn't matching. If I know the TMDB number, can I force it to use this? How do I do that?
Thanks
Steve
by nzdreamer55
13 Apr 2025, 14:42
Forum: Episode / Movie Naming Scheme
Topic: Does the { emby } format expression work for deleted scenes
Replies: 4
Views: 7974

Does the { emby } format expression work for deleted scenes

Hello everyone. I am using emby for my media and wondered if the { emby } format expression will set up the subfolders that emby can use such as deleted scenes

https://emby.media/support/articles/Mov ... vie-extras

If not what are some options for adding these

Thanks
Steve
by nzdreamer55
11 Jan 2020, 04:15
Forum: Episode / Movie Naming Scheme
Topic: help with {n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /\$2, \$1/)}
Replies: 3
Views: 7426

Re: help with {n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /\$2, \$1/)}

Should it maybe

{n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/)}
by nzdreamer55
11 Jan 2020, 04:06
Forum: Episode / Movie Naming Scheme
Topic: help with {n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /\$2, \$1/)}
Replies: 3
Views: 7426

help with {n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /\$2, \$1/)}

Hello everyone,

I have cobbled together a naming scheme from other peoples suggestions. If I have the word The, A, or An in the beginning, I like to have it be at the end of the title after a coma (for example the big lebowski => big lebowski, the) I was using {n.replaceFirst(/^(?i)(The|A|An)\s ...