Search found 9 matches
- 05 Nov 2015, 08:31
- Forum: Feature Requests and Bug Reports
- Topic: Failed to send email
- Replies: 1
- Views: 2324
Failed to send email
[mail] Failed to send email: 553 5.1.2 The address specified is not a valid RFC-5321 address. ***************.** - gsmtp This problem surfaced recently. I did some googling and found this thread , where a google employee responds: in the past week we've rolled out a change which enforced validation ...
- 10 Mar 2014, 17:49
- Forum: Help and Support
- Topic: CLI broken after update
- Replies: 4
- Views: 3178
Re: CLI broken after update
Ah! fn:amc works fine. I haven't touched the cmdline since I set it up. It wasn't broke and therefore I didn't need to fix it.
Thanks.

- 10 Mar 2014, 16:20
- Forum: Help and Support
- Topic: CLI broken after update
- Replies: 4
- Views: 3178
CLI broken after update
Hey, I just upgrade to 4.0 and now my .bat file doesn't work. Log: FileNotFoundException: https://raw.github.com/filebot/scripts/master/utorrent-postprocess.groovy java.io.FileNotFoundException: https://raw.github.com/filebot/scripts/master/utorrent-postprocess.groovy at net.sourceforge.filebot.web ...
- 15 Nov 2013, 15:34
- Forum: Feature Requests and Bug Reports
- Topic: Failed to send email
- Replies: 1
- Views: 2291
Failed to send email
Hey, I've been getting this error quite a few times the last number of days: [mail] Sending email: [FileBot] Parks.and.Recreation.S06E06.720p.HDTV.X264-DIMENSION [mail] Failed to send email: Could not connect to SMTP host: smtp.gmail.com, port: 587 BuildException: Problem while sending mime mail ...
- 11 Feb 2013, 08:09
- Forum: Help and Support
- Topic: Watcher output to multiple drives
- Replies: 8
- Views: 8886
Re: Watcher output to multiple drives
Lol well the drives exist and I have no idea what to do next, much easier for my brain to just make rss download certain episodes on certain drive and then have one watcher for each drive. Don't know enough about coding to see what's wrong with the format 

- 11 Feb 2013, 07:10
- Forum: Help and Support
- Topic: Watcher output to multiple drives
- Replies: 8
- Views: 8886
Re: Watcher output to multiple drives
Alright, I changed it to: filebot -script fn:utorrent-postprocess "E:/dl/test/dlfin/" --action copy --conflict skip -non-strict --def "seriesFormat={[\"E:/server\", \"F:/server\", \"G:/server\"].collect{\"$it/TV/$n\" as File}.sort{ a,b -> a.exists() <=> b.exists() ?: a.diskSpace <=> b.diskSpace ...
- 11 Feb 2013, 06:19
- Forum: Help and Support
- Topic: Watcher output to multiple drives
- Replies: 8
- Views: 8886
Re: Watcher output to multiple drives
I'm running it in cmd and I have no idea what that second part of your line means. It'll also work for me to use utorrent-postprocess, I've got it as: filebot -script fn:utorrent-postprocess "E:/dl/test/dlfin/" --action copy --conflict skip -non-strict --def "seriesFormat={["E:/server/", "F:/server ...
- 11 Feb 2013, 06:05
- Forum: Help and Support
- Topic: Watcher output to multiple drives
- Replies: 8
- Views: 8886
Re: Watcher output to multiple drives
Hmm, I've got: filebot -script fn:watcher -extract -rename "E:/dl/test/dlfin" --output "F:/server" --format "{["E:/server", "F:/server", "G:/server"].collect{"$it/TV/$n" as File}.sort{ a,b -> a.exists() <=> b.exists() ?: a.diskSpace <=> b.diskSpace }.last()}/{episode}}" --db TheTVDB >> "D:\filebot ...
- 11 Feb 2013, 05:03
- Forum: Help and Support
- Topic: Watcher output to multiple drives
- Replies: 8
- Views: 8886
Watcher output to multiple drives
Hey, thanks for a great program rednoah. I'm running the watcher script, and it works great as it is, but I'd like to add to it so it suits my needs. This is what I've got, pretty basic. filebot -script fn:watcher -extract -rename "E:/dl/dlfin/TV/" --output "E:/server/" --format "TV Shows/{n}/Season ...