Search found 5 matches

by tratento
30 May 2024, 08:21
Forum: Help and Support
Topic: { "{edition-$edition}" } gives "Undefined variable"
Replies: 2
Views: 6755

Re: { "{edition-$edition}" } gives "Undefined variable"

I appreciate the help, and the push to finally sit myself down and sort out using an external file for arguments.

Running great now
by tratento
27 May 2024, 07:57
Forum: Help and Support
Topic: { "{edition-$edition}" } gives "Undefined variable"
Replies: 2
Views: 6755

{ "{edition-$edition}" } gives "Undefined variable"

Hi,

Trying to get the editions tag to work for Plex.

FileBot 5.1.1 (r9982)
JNA Native: 6.1.4
MediaInfo: 22.06
Tools: NONE
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2024-05-12 (r962)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 17.0.3
JVM: OpenJDK 64-Bit Server VM
CPU/MEM ...
by tratento
10 Sep 2022, 08:51
Forum: Help and Support
Topic: qBittorrent run FileBot on TrueNAS CORE
Replies: 5
Views: 3287

Re: qBittorrent run FileBot on TrueNAS CORE

Permissions, permissions, permissions... That should be TrueNAS's slogan.

I should know better by now.

So, probably telling a lot of you to suck eggs, but this might help someone out there.

I changed the location of the script to where qBT is in a TrueNAS jail:

/var/db/qbittorrent/test.sh

and ...
by tratento
10 Sep 2022, 05:53
Forum: Help and Support
Topic: qBittorrent run FileBot on TrueNAS CORE
Replies: 5
Views: 3287

Re: qBittorrent run FileBot on TrueNAS CORE

I really appreciate your help with this. Although I think I'm fundamentally not understanding something.

So I've put the below in qBT:

/root/script/filebot/test.sh "%F"

With test.sh being:

#!/bin/sh

printenv > /root/output.txt 2>&1


I've confirmed that test.sh works and creates 'output.txt ...
by tratento
10 Sep 2022, 02:37
Forum: Help and Support
Topic: qBittorrent run FileBot on TrueNAS CORE
Replies: 5
Views: 3287

qBittorrent run FileBot on TrueNAS CORE

Hi.

I'm running TrueNAS-13.0-U2, with qbt (4.3.8) and Filebot (4.9.6) running in a jail.

I've had qbt successfully running an external program before, although just a simple copy command: cp -r -n "%F" "/var/db/qbittorrent/Temp/"

I've also been using Filebot successfully using the CLI.

filebot ...