Done. Thanks. Happy to support this app.
Search found 22 matches
- 28 Nov 2019, 04:58
- Forum: Windows
- Topic: FileBot on the Windows Store
- Replies: 224
- Views: 287473
- 26 Nov 2019, 19:59
- Forum: Windows
- Topic: FileBot on the Windows Store
- Replies: 224
- Views: 287473
Re: FileBot on the Windows Store
Any plans for a Black Friday / Cyber Monday discount?
I'd love to upgrade from the last free version and support your app, but $40 is a little more than I was hoping to pay. I came to the Windows Store tonight expecting to buy it for $20 because that's the last price I remember it being.
I'd love to upgrade from the last free version and support your app, but $40 is a little more than I was hoping to pay. I came to the Windows Store tonight expecting to buy it for $20 because that's the last price I remember it being.
- 19 Jul 2018, 16:57
- Forum: Windows
- Topic: No such property: LICENSE for class: net.filebot.Settings
- Replies: 4
- Views: 3132
Re: No such property: LICENSE for class: net.filebot.Settings
Thanks for that.
Changing -script dev:amc to -script fn:amc fixed the issue.
Now I need to work out what functionality I was using dev:amc for in the first place to understand the ramifications of this move
Changing -script dev:amc to -script fn:amc fixed the issue.
Now I need to work out what functionality I was using dev:amc for in the first place to understand the ramifications of this move

- 21 Nov 2017, 11:21
- Forum: Scripting and Automation
- Topic: [Feature Request] Enhance the Pushbullet reports
- Replies: 10
- Views: 5898
Re: [Feature Request] Enhance the Pushbullet reports
Thanks for the change. I can confirm that by adding the .html extension through dev:amc iOS now offers "Quick Look" for the Pushbullet file attachment. This is not offered for file attachments that have no extension. And it works perfectly for Filebot reports. Is there any downside to me using ...
- 19 Nov 2017, 05:45
- Forum: Scripting and Automation
- Topic: [Feature Request] Enhance the Pushbullet reports
- Replies: 10
- Views: 5898
Re: [Feature Request] Enhance the Pushbullet reports
I'll report it but I doubt anything will be done: they've moved onto their new app and Pushbullet iOS hasn't been updated in over a year.
On Reddit someone asked if the iOS app will be updated for Timer X and someone said "consider it abandonware". [Source: Reddit]
On Reddit someone asked if the iOS app will be updated for Timer X and someone said "consider it abandonware". [Source: Reddit]
- 18 Nov 2017, 22:19
- Forum: Scripting and Automation
- Topic: [Feature Request] Enhance the Pushbullet reports
- Replies: 10
- Views: 5898
Re: [Feature Request] Enhance the Pushbullet reports
I think I've found the issue: Filebot sends the attachment to Pushbullet without a file extension. For example, the file I just received was called "FileBot finished processing 1 files" instead of "FileBot finished processing 1 files.html". With the appropriate extension, I'm sure iOS would be able ...
- 18 Nov 2017, 22:15
- Forum: Scripting and Automation
- Topic: [Feature Request] Enhance the Pushbullet reports
- Replies: 10
- Views: 5898
Re: [Feature Request] Enhance the Pushbullet reports
IFTTT might help you forward PushBullet messages to any other kind of service: https://ifttt.com/connect/pushbullet/email I like IFTTT and had considered this workaround. Sadly, Pushbullet only provides output - the IFTT T part, not the IF T TT one. So there's no way for me to automate an email ...
- 18 Nov 2017, 17:03
- Forum: Scripting and Automation
- Topic: [Feature Request] Enhance the Pushbullet reports
- Replies: 10
- Views: 5898
Re: [Feature Request] Enhance the Pushbullet reports
No, I'm talking about Pushbullet. I'm using Pushbullet. Have you received a FileBot report to Pushbullet on an iOS device? There's an attachment which you have to download (already an extra step to get the information) and once it's downloaded there's no obvious way to view it. Following your reply ...
- 16 Nov 2017, 10:57
- Forum: Scripting and Automation
- Topic: [Feature Request] Enhance the Pushbullet reports
- Replies: 10
- Views: 5898
[Feature Request] Enhance the Pushbullet reports
When FileBot sends reports by email they include the original filename but also the new path and filename. I've been unable to get the emails working so I've switched to Pushbullet reports but these only include the original filename. My feature request is that these get expanded to include more ...
- 14 Nov 2017, 22:42
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Re: Where's the error in this script? Files are renamed and moved. No emails are sent.
I thought you meant the Java Console window. Not the CMD window. The output from the command remains unchanged after setting those options: [mail] Failed to send email: Can't send command to SMTP host I've also tried uninstalling Java, cleaning up all trace of Java on the machine, rebooting ...
- 14 Nov 2017, 21:18
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Re: Where's the error in this script? Files are renamed and moved. No emails are sent.
I used the setx command and got the success message. Nonetheless, no console ever appears.
Yes, I have enabled it:

Yes, I have enabled it:

- 14 Nov 2017, 07:14
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Re: Where's the error in this script? Files are renamed and moved. No emails are sent.
Found it, I think. Is this where you want me to enter those args?


- 14 Nov 2017, 07:02
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Re: Where's the error in this script? Files are renamed and moved. No emails are sent.
Sorry, on Windows where do I enter those arguments? At the CLI I tried putting the script in quotes and the arguments before it: java -Dmail.smtp.starttls.enable=true -Dmail.debug=true "filebot -script fn:amc --output "//<myNAS>/Multimedia" --action move -non-strict "C:/Users/<username>/Downloads ...
- 13 Nov 2017, 13:44
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Re: Where's the error in this script? Files are renamed and moved. No emails are sent.
Thanks, I'd tried running it from the command line. After the file is found, renamed correctly and moved, the console displays an error regarding the email problem: [mail] Failed to send email: Can't send command to SMTP host MessagingException: Can't send command to SMTP host Done ?(?????)? Like I ...
- 13 Nov 2017, 10:44
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Re: Where's the error in this script? Files are renamed and moved. No emails are sent.
Thanks for the reply. amc.log works just fine in the current location. In that file I consistently see the same error message about sending emails: MessagingException: Can't send command to SMTP host But this exact same script works on a different computer on the same network. Both PCs are running ...
- 12 Nov 2017, 21:19
- Forum: Scripting and Automation
- Topic: Where's the error in this script? Files are renamed and moved. No emails are sent.
- Replies: 12
- Views: 6095
Where's the error in this script? Files are renamed and moved. No emails are sent.
I'm using this script on uTorrent's "Run this program when a torrent finishes" option (on Win 10): filebot -script fn:amc --output "//mynas/Multimedia" --action move -non-strict "C:/Users/[MyName]/Downloads/Completed" --log-file amc.log --def "seriesFormat=/TV/{n}/Season {s}/{n} - {s00e00} - {t ...
- 11 Nov 2017, 18:43
- Forum: Scripting and Automation
- Topic: [Windows] Switched PC, and FB CLI script stopped working
- Replies: 1
- Views: 1766
Re: [Windows] Switched PC, and FB CLI script stopped working
Nobody has any ideas that might help?
- 07 Nov 2017, 11:15
- Forum: Scripting and Automation
- Topic: [Windows] Switched PC, and FB CLI script stopped working
- Replies: 1
- Views: 1766
[Windows] Switched PC, and FB CLI script stopped working
I had a simple CLI script for FB which was called by uTorrent. I upgraded my computer. I copied and pasted the script from the old machine to the new one and, whilst it still renames files and moves them to my NAS as desired, the email parameter (--def gmail=) no longer succeeds. From the CLI ...
- 06 Nov 2017, 07:49
- Forum: Windows
- Topic: "Can't send command to SMTP host"
- Replies: 2
- Views: 2575
Re: "Can't send command to SMTP host"
After playing with sendEmail for a while I found that when specifying the 587 port and enabling tls I was able to send an email from the command line. This was the command: sendEmail.exe -f [my full email address] -t [my full email address] -s smtp.gmail.com:587 -o tls=yes -xu [my full email address ...
- 06 Nov 2017, 06:32
- Forum: Windows
- Topic: "Can't send command to SMTP host"
- Replies: 2
- Views: 2575
"Can't send command to SMTP host"
I've just switched computers (one Win10 PC to another). On my previous computer, uTorrent invoked Filebot after completing a download and sent an email using the parameter: --def gmail= On the new computer, the same command (copied and pasted between the two PCs) results in this error in the FB log ...
- 29 Jun 2016, 19:01
- Forum: Scripting and Automation
- Topic: Delete original files after Copy&Rename?
- Replies: 2
- Views: 3159
Re: Delete original files after Copy&Rename?
Thanks very much.
- 29 Jun 2016, 14:06
- Forum: Scripting and Automation
- Topic: Delete original files after Copy&Rename?
- Replies: 2
- Views: 3159
Delete original files after Copy&Rename?
I'd like my Filebot command to do more than rename my downloads and file them correctly. Specifically I want the original files to be deleted. Currently my command looks like this: filebot -script fn:amc --output "//ts421nas/Multimedia" --action copy -non-strict "c:/downloads/completed" --log-file ...