Search found 15 matches
- 31 Jul 2022, 11:56
- Forum: Help and Support
- Topic: Debug logging of matching logic
- Replies: 1
- Views: 1772
Debug logging of matching logic
Hi rednoah, thanks for the excellent software 😊 I have an issue with an episode mismatch (Archer.S03E11.mkv => Archer (2009).S02E01.Swiss Miss.mkv). I suspect it's due to incorrect metadata in the file. But I wanted to know if there is any option to provide debug output on how matches are actually be ...
- 19 Mar 2017, 17:40
- Forum: Scripting and Automation
- Topic: AMC script - send email on conflict or error
- Replies: 6
- Views: 4892
Re: AMC script - send email on conflict or error
I think maybe you misunderstood what I meant. I was saying the the default functionality of the amc script already sends an email if no files were processed, but the email doesn't contain any details just a message saying "Finished without processing any files". I think this commit demonstrates what ...
- 19 Mar 2017, 14:43
- Forum: Scripting and Automation
- Topic: AMC script - send email on conflict or error
- Replies: 6
- Views: 4892
Re: AMC script - send email on conflict or error
I wrote a little script to send an email when amc doesn't return 0 but on testing it seems that defining "reportError=y" actually does send a message when the script exits without processing any files. However, the message simply contains: Finished without processing any files Would it be possible ...
- 19 Mar 2017, 13:47
- Forum: Scripting and Automation
- Topic: AMC script - send email on conflict or error
- Replies: 6
- Views: 4892
Re: AMC script - send email on conflict or error
Great, thank you.
- 19 Mar 2017, 00:01
- Forum: Scripting and Automation
- Topic: AMC script - send email on conflict or error
- Replies: 6
- Views: 4892
AMC script - send email on conflict or error
I'm running the AMC script and use the the option "--conflict skip". I also use the email option to send notifications when files are processed. My problem is that an email is only sent when files are successfully processed. Is there a configuration option to send emails when something is skipped or ...
- 18 Mar 2017, 12:47
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
Thanks for chipping in Matt, nice to see I wasn't the only one affected by this. I finally got round to testing removing the default STARTTLS option and I can confirm that without it emails are sent no problem. So it definitely seems the introduction of this default is what started the issue. The ...
- 08 Mar 2017, 14:57
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
Hmm, okay. Well seems more and more unlikely this is the reason. I don't have much else to go on right now though so i guess i'll test it out anyway when I have the time. I'll post back what I find.
- 08 Mar 2017, 14:26
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
haha, yeah I appreciate that. I was really just wondering if you could advise whether that date is correct or not before i spend the time to test the issue. Is it feasible that the 12th would have been when my server downloaded a new version of the amc script? Admittedly I was getting a bit ...
- 08 Mar 2017, 13:07
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
I'll admit that I haven't done a huge amount of testing yet, but everything was working without an issue until Feb 12th. I'm fairly certain nothing changed with my set-up. It seems coincidental that the failure of mail sending seems to have coincided with this change to the amc script. Since the ...
- 08 Mar 2017, 09:40
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
hey @rednoah, did you have a chance to look at this? If I submitted a pull request in github to remove the "enableStartTLS" default would you merge it?
- 05 Mar 2017, 23:24
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
--def mail option is primarily designed for people who have their own mail server running on localhost. SSL and TLS settings can be tricky. I've added enableStartTLS to the default configuration. Maybe that helps. Try -script dev:amc for testing the latest commits. I think this may have broke mail ...
- 06 Jan 2017, 15:15
- Forum: Ubuntu & Desktop Linux
- Topic: Malformed input or input contains unmappable characters
- Replies: 2
- Views: 5459
Re: Malformed input or input contains unmappable characters
Setting LC_ALL seems to do the trick.
I updated to the latest version of filebot and the new filebot.sh script now contains this setting. All running perfectly now. Thank you
I updated to the latest version of filebot and the new filebot.sh script now contains this setting. All running perfectly now. Thank you

- 06 Jan 2017, 10:44
- Forum: Ubuntu & Desktop Linux
- Topic: Malformed input or input contains unmappable characters
- Replies: 2
- Views: 5459
Malformed input or input contains unmappable characters
I seem to be having some trouble writing certain characters and I can't seem to resolve the issue. I'm getting the error "Malformed input or input contains unmappable characters". Any help would be much appreciated. This is an example of the filebot output: rtorrent@hawking:~/filebot % ./filebot.sh ...
- 09 Oct 2016, 10:26
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Re: Email logging not working
Thanks for pointing me in the right direction. I think the "3" related to an ArrayIndexOutOfBoundsException since the script is expecting the array generated by splitting the mail server input string to contain an index at 3 for user and also at 4 for password. Since my smtp server doesn't require ...
- 09 Oct 2016, 02:31
- Forum: Ubuntu & Desktop Linux
- Topic: Email logging not working
- Replies: 29
- Views: 18795
Email logging not working
I'm trying to enable email logging, however, nothing seems to be coming through. I have an smtp server running on my network which i'm trying to send the mail through. If I open a telnet connection to the smtp server from the box which is running filebot I am able to successfully send mail but ...