Page 4 of 10

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

Posted: 12 Jul 2018, 16:41
by b33z
rednoah wrote: 09 Jul 2018, 06:14 Windows 7 /10 taskbar is fixed with r5684 or higher. I'll upload new builds today or tomorrow.
Perfect! Thanks Red!
Image

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

Posted: 13 Jul 2018, 13:16
by b2un0
Hey,

thank you for this release, i got always the following error after successfully processing:

i think this was related to the AMC and "storeReport=y" flag because my reports folder is empty since i updated to 4.8.2

Error Message:

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)
	

Filebot Call from my Script:

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}"
    

System Information

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 ヾ(@⌒ー⌒@)ノ

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

Posted: 13 Jul 2018, 15:38
by Seexelas
i tried to buy a licence for my synology but after the paypal page, i got an error. I received a paypal mail to validate my purchase but nothing since. I opened a ticket to paddle,

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

Posted: 13 Jul 2018, 15:43
by rednoah
Seexelas wrote: 13 Jul 2018, 15:38 i tried to buy a licence for my synology but after the paypal page, i got an error. I received a paypal mail to validate my purchase but nothing since. I opened a ticket to paddle,
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.

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

Posted: 13 Jul 2018, 15:45
by rednoah
b2un0 wrote: 13 Jul 2018, 13:16 i think this was related to the AMC and "storeReport=y" flag because my reports folder is empty since i updated to 4.8.2
Fixed with r5710. New release packages should be online in 1-2 hours.

If you're using the DEB, then you can also give the new DEB repository a try:
viewtopic.php?f=11&t=6028

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

Posted: 14 Jul 2018, 04:02
by gericb
Hello! I installed the FileBot Node 0.2.8 and FileBot 4.8.2 from the Synology Package Center, got myself a shiny new license file, installed, seemingly activated, but my "Execute" button is greyed out and I am getting an error when I run "System Info".

Seems I am missing another foundation package, but what?

Thank You




filebot -script 'fn:sysinfo'

------------------------------------------

FileBot 4.8.2 (r5710)
JNA Native: 5.2.0
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path ([file:/volume1/@appstore/filebot/jar/filebot.jar])
Apache Commons VFS: [zip, rar]
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-07-13 (r529)
Groovy: 2.5.0
JRE: Java(TM) SE Runtime Environment 1.8.0_171
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 4 GB Max Memory / 27 MB Used Memory
OS: Linux (amd64)
HW: Linux CentralNAS 3.10.102 #15284 SMP Thu Jun 21 00:42:18 CST 2018 x86_64 GNU/Linux synology_bromolow_3615xs
DATA: /volume1/@appstore/filebot/data/admin
Package: SPK
License: FileBot License P4048758 (Valid-Until: 2019-07-14)
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------

[Process completed]

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

Posted: 14 Jul 2018, 05:52
by rednoah
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.

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

Posted: 14 Jul 2018, 11:21
by b2un0
rednoah wrote: 13 Jul 2018, 15:45 Fixed with r5710. New release packages should be online in 1-2 hours.
works, thank you!
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
thank you, also works!

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

Posted: 14 Jul 2018, 13:06
by xIntenso
Hi rednoah!

Although you now supporting lots of platforms again is great, as someone who recently purchased the Windows Store version for $20, I can't help but have somewhat mixed feelings.
If I was only a Windows user, this would be a non-issue, since you decided to keep supporting the Store version at no additional cost.

Let me first say I have no problems at all with the $6/yr price point, which I think is fair, because it leaves you probably south of $5/customer/yr after taxes, fees and whatnot, which is very fair for the amount of effort you put into this software.

However since I use FileBot on both Windows and Synology, the situation becomes somewhat different for me. Since I would very much like to continue using your updated software, I would obviously purchase a license.
However, since this license also includes a Windows version of the software, my previous purchase, a little over half a year ago (2 jan '18), is now basically useless from my point of view, other than of course providing monetary support to a passionate dev who did provide me with great support during that time.

Now I understand that from your point of view this is obviously not entirely fair, since I did use the software during that half year, which means I certainly got value for my money. It is also still being updated, so the thing I paid for is not going away or being deprecated.
However if I look at it financially, I basically paid the equivalent of 3.3 years of license under the new system, but received the equivalent of half a year of service, since I need/want to purchase a new cross-platform license from now on.

This basically leaves me with 2 options:
Option cheapskate: Revert to the old Synology package, and just keep using that since it actually still works great for my use case. This is far from idea, but functional and the cheapest solution
Option just pay: Purchase a yearly (or lifetime if it gets released) license and hope the licensing system doesn't change yet again, while knowing that I do support you, which should make the purchase feel less bad.

Let me end this post that has become way longer than I intended by saying that this post is not so much meant as criticism, but as feedback, since that is what you requested.
I still appreciate your work, and will probably go with option just pay if I'm being honest, but I just wanted to get this off my chest.

Thanks for taking the time to read this!

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

Posted: 14 Jul 2018, 13:34
by gericb
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.
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! :oops:

Quick side question, can we use node.js v8 instead of node.js v4 with your newest release?

Thank YOU

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

Posted: 14 Jul 2018, 14:15
by rednoah
All recent versions of node should work now.

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

Posted: 15 Jul 2018, 04:13
by abescalamis
Rednoah, would you consider a lifetime license? I never buy subscription like software, I do when they offer lifetime.

Maybe 15, 20, 25 for lifetime, you name it.

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

Posted: 15 Jul 2018, 05:38
by rednoah
Yes, maybe in the future:
viewtopic.php?f=9&t=6023

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

Posted: 15 Jul 2018, 11:08
by Perry789
Hi, I have bought a license using paypal and received the psm license key.
How do I go about activating? This is in WIndows OS.

I have moved the PSM file to the Filebot installation directory then run: filebot --license *.psm
Filebot then launches but shows unregistered.

Edit:

Working now, I just had to execute the license file!

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

Posted: 15 Jul 2018, 12:30
by rednoah
You can double-click the license file to install the license file.

FileBot will also prompt you in-app when you necessarily, before it'll let you rename, so you can't miss it. ;)

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

Posted: 15 Jul 2018, 18:34
by josebalu
Hello.
I have a Synology. I can not delete task. Why?
I just want to have Schedules

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

Posted: 15 Jul 2018, 20:02
by rednoah
You can manage tasks in Synology Scheduler. FileBot Node can help you create tasks, but can't help you manage or delete tasks.

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

Posted: 15 Jul 2018, 23:01
by R91
Hi,

I have a Synology with Filebot 4.8.2 and Filebot Node 0.2.8
I want purchase a license but I don't see where I can buy it

In Filebot Node-->Tools-->License-->Purchase don't work.

Can someone send me the purchase link?

Edit:

I reload the Synology web and now works perfect and I bought a license

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

Posted: 16 Jul 2018, 06:37
by Seexelas
rednoah wrote: 13 Jul 2018, 15:43
Seexelas wrote: 13 Jul 2018, 15:38 i tried to buy a licence for my synology but after the paypal page, i got an error. I received a paypal mail to validate my purchase but nothing since. I opened a ticket to paddle,
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.
My issue was quickly solved by Paddle ;) thanks a lot !

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

Posted: 16 Jul 2018, 23:49
by LBKirk
I'm currently running Synology with Deluge and Filebot node. I purchased the licence, activated and the node works just fine but I'm having issues running the Deluge Filebot plugin. I get this error

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.

I'm running the node under the Admin account with an activated license and I don't know if I'm missing something but how do I run the license as the sc-deluge user account so that I can use the Filebot plugin?

Thank you for any help

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

Posted: 17 Jul 2018, 06:05
by rednoah
LBKirk wrote: 16 Jul 2018, 23:49 I'm running the node under the Admin account with an activated license and I don't know if I'm missing something but how do I run the license as the sc-deluge user account so that I can use the Filebot plugin?
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:
viewtopic.php?f=8&t=6033

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

Posted: 17 Jul 2018, 07:05
by LBKirk
Worked like a champ, Thank you sir

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

Posted: 17 Jul 2018, 12:01
by Rabtor
Hello I tried to install the license with admin and my other admin account.

Got this error:

filebot --license /tmp/

------------------------------------------

Unrecognized option: --illegal-access=permit
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
------------------------------------------

[Process error]

Any Idea what I can do on my synology nas 216j ?

Thank you very much.

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

Posted: 17 Jul 2018, 12:06
by rednoah
Fixed with r5721. Just update again.


EDIT:

SPK and QPKG packages have been updated so that a license installed as admin also work for other users. You may need to install your license as admin again once for that to work though.

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

Posted: 17 Jul 2018, 12:33
by Rabtor
Updated. Tried with both accounts.

I still get the same error . =/

Any further ideas?