Search found 9 matches
- 30 Jun 2016, 15:44
- Forum: Windows
- Topic: F-secure detecting filebopt-setup as malware
- Replies: 2
- Views: 2591
Re: F-secure detecting filebopt-setup as malware
Yeah i don't think it is malware, just wanted you to be aware so you could contact them about it being a false positive.
- 30 Jun 2016, 14:52
- Forum: Windows
- Topic: F-secure detecting filebopt-setup as malware
- Replies: 2
- Views: 2591
F-secure detecting filebopt-setup as malware
It think's it's this one. Gen:Variant.Mikey.50708
- 11 Jul 2013, 07:42
- Forum: Scripting and Automation
- Topic: Filebot wrapper to rename, extract and move/copy in vuze
- Replies: 2
- Views: 2945
Filebot wrapper to rename, extract and move/copy in vuze
So it being summer and shit to do at work i decided to make a wrapper for filebot since i've had issues with samples being moved in existing scripts and some functionality that's been missing. The biggest difference between this and the other i've found is that this script will copy downloaded media ...
- 10 Jul 2013, 11:17
- Forum: Feature Requests and Bug Reports
- Topic: the order that flags (-get-subtitles) are processed
- Replies: 2
- Views: 2905
Re: the order that flags (-get-subtitles) are processed
Yeah thats right, i am using my own script but i noticed that the way i call filebot it used the full path to look for the subtitles and couldn't find any so i was just being lazy 

- 10 Jul 2013, 11:05
- Forum: Feature Requests and Bug Reports
- Topic: the order that flags (-get-subtitles) are processed
- Replies: 2
- Views: 2905
the order that flags (-get-subtitles) are processed
I noticed that if you use -rename and -get-subtitles at the same time it uses the original filename to look for subtitles. Would it be possible to change the order so it will look for them using the renamed name instead?
- 08 Jul 2013, 13:37
- Forum: Help and Support
- Topic: MultiCD movies not recognized
- Replies: 8
- Views: 7658
Re: Query Rename History
Thank yourednoah wrote:history script => http://www.filebot.net/forums/viewtopic ... &t=5#p2459
e.g.Code: Select all
filebot -script fn:history --format "${to}"

- 08 Jul 2013, 13:13
- Forum: Help and Support
- Topic: MultiCD movies not recognized
- Replies: 8
- Views: 7658
Re: MultiCD movies not recognized
Offtopic. Is it possible to access the filebot history/log from the cli and returning the last processed file in particular? I see that you can do it via your script engine but since i don't know how to use it, i'm writing my own perl wrapper for filebot and i'm more or less done, only thing left is ...
- 08 Jul 2013, 08:55
- Forum: Help and Support
- Topic: MultiCD movies not recognized
- Replies: 8
- Views: 7658
Re: MultiCD movies not recognized
Perfect thanks, works great.rednoah wrote:match(regex) is made case-insensitive by default so here's how I'd write it:Code: Select all
fn.match(/CD\d+/).upper()
- 05 Jul 2013, 14:31
- Forum: Scripting and Automation
- Topic: naming format and CD$pi on single files
- Replies: 1
- Views: 2507
naming format and CD$pi on single files
I'm writing a wrapper for filebot and i'm having some issues with getting the CD number in the file name when filebot gets them 1 file at a time. ie. filebot -non-strict -rename --action copy "C:\new\film\We Bought a Zoo\We Bought a Zoo CD1.avi" --output c:\temp\film --format "{n} ({y})/{n} ({y ...