Perfect! Thanks Red!

Code: Select all
No signature of method: java.util.Date.format() is applicable for argument types: (String) values: [[yyyy-MM-dd HH mm]]
Possible solutions: from(java.time.Instant), toYear(), getAt(java.lang.String), parse(java.lang.String), print(java.io.PrintWriter), print(java.lang.Object)
groovy.lang.MissingMethodException: No signature of method: java.util.Date.format() is applicable for argument types: (String) values: [[yyyy-MM-dd HH mm]]
Possible solutions: from(java.time.Instant), toYear(), getAt(java.lang.String), parse(java.lang.String), print(java.io.PrintWriter), print(java.lang.Object)
at Script1.run(Script1.groovy:646)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:148)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:36)
at net.filebot.Main.main(Main.java:126)
Code: Select all
/usr/bin/filebot \
-script fn:amc\
-non-strict\
-r\
--action "${ACTION}"\
--output "${OUTPUT}"\
--lang "de"\
--log-file "amc.log"\
--conflict "${CONFLICT}"\
--def\
clean="y"\
unsorted="y"\
storeReport="y"\
ignore="(\.idx|\.sub|\.srt)"\
skipExtract="y"\
movieFormat="Filme/{n} ({y})"\
seriesFormat="Serien/{n}/{'Staffel '+s}/{n} - {sxe} - {t}"\
"${SEARCH}"
Code: Select all
filebot -script fn:sysinfo
FileBot 4.8.2 (r5667)
JNA Native: 5.2.0
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-07-02 (r528)
Groovy: 2.5.0
JRE: Java(TM) SE Runtime Environment 10.0.1
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 36 MB Used Memory
OS: Linux (amd64)
HW: Linux debian 4.16.0-0.bpo.2-amd64 #1 SMP Debian 4.16.16-2~bpo9+1 (2018-06-26) x86_64 GNU/Linux
DATA: /home/bruno/.filebot
Package: DEB
License: FileBot License P3956012 (Valid-Until: 2019-07-03)
Done ヾ(@⌒ー⌒@)ノ
Not sure. Can you provide screenshots of what you see? That being said, payment processing is entirely done by Paddle, so probably not much I can do to solve PayPal / Paddle issues, though I'm curious what the error / validation email says.
Fixed with r5710. New release packages should be online in 1-2 hours.
works, thank you!
thank you, also works!rednoah wrote: ↑13 Jul 2018, 15:45 If you're using the DEB, then you can also give the new DEB repository a try:
viewtopic.php?f=11&t=6028
Oh Lord! I must have been tired, just wasn't paying attention...though I would have expected it to be naturally defaulted to something like I feel v4.7.9 was. Per your feedback, I noticed that "Action:" was blank, I changed to "move and rename" and my execute button comes alive!rednoah wrote: ↑14 Jul 2018, 05:52 1.
You need to fill out all the required fields in the UI, e.g. certain combo boxes must not be empty.
2.
says info shows that certain optional components are not working, which is normal on less well supported architectures. You won’t notice; depending on what you’re doing.
My issue was quickly solved by Paddle
Code: Select all
License Error: UNREGISTERED
FileBot requires a valid license. Please run `filebot --license *.psm` as user `sc-deluge` to install your FileBot license.
If you log in via SSH, then you can use standard Linux tools such as sudo -H -u <user> name to run commands as a different user: