That would be a step backwards from the point of automation.
Why don't you just make your 1 format more smart enough so it can handle all your content? Just a matter of a few if statements.
Search found 24033 matches
- 10 Aug 2014, 10:17
- Forum: Feature Requests and Bug Reports
- Topic: Saving presets.
- Replies: 9
- Views: 9107
- 10 Aug 2014, 07:41
- Forum: Help and Support
- Topic: Too long file path - Windows problem
- Replies: 3
- Views: 2958
Re: Too long file path - Windows problem
Players like VLC should be fine with that, but I suppose if it's a long path you can't open files with Double-Click from Explorer. That would be reason enough to switch to a shorter naming scheme.
- 09 Aug 2014, 13:10
- Forum: Help and Support
- Topic: Filebot crashing on movie matching Ubuntu 12.04
- Replies: 3
- Views: 2775
Re: Filebot crashing on movie matching Ubuntu 12.04
This is odd:
/usr/bin/filebot: line 2: 6752 Killed
Looks like you killed the process. Or the system killed the process. But jvm crash reports look very different and issues with Java code give you detailed stack trace reports. So doesn't look like a crash either JVM or FileBot to me.
/usr/bin/filebot: line 2: 6752 Killed
Looks like you killed the process. Or the system killed the process. But jvm crash reports look very different and issues with Java code give you detailed stack trace reports. So doesn't look like a crash either JVM or FileBot to me.
- 09 Aug 2014, 06:07
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Collection/Series No.
- Replies: 2
- Views: 3654
Re: Help with Collection/Series No.
1. I don't think "collection index" is part of the API, though one could count movies by year of release. You could experiment with {i} binding. 2. The second one is easy, and isn't it obvious, since you already came pretty far anyway? {collection+' ('+y+')'+' - '}{n} ({y}) EDIT: For future ...
- 09 Aug 2014, 04:57
- Forum: Feature Requests and Bug Reports
- Topic: [No Match] That.Awkard.Moment.2014.720p.BluRay.DD5.1.x264
- Replies: 1
- Views: 2237
Re: [No Match] That.Awkard.Moment.2014.720p.BluRay.DD5.1.x26
FileBot can't fix spelling mistakes.
That Awkard Moment VS That Awkward Moment
That Awkard Moment VS That Awkward Moment
- 08 Aug 2014, 06:25
- Forum: Help and Support
- Topic: aniDB not finding any episodes
- Replies: 1
- Views: 1890
Re: aniDB not finding any episodes
Probably banned your IP. Have you tried visiting the AniDB website and see if it says anything? Just wait a week and if it works again by then.
- 08 Aug 2014, 03:55
- Forum: Scripting and Automation
- Topic: Use parent Folder to search for movie name
- Replies: 8
- Views: 7079
Re: Use parent Folder to search for movie name
I've tweaked things a little bit with r2457 but having English Name / Year will always work best.
- 07 Aug 2014, 20:35
- Forum: Scripting and Automation
- Topic: Use parent Folder to search for movie name
- Replies: 8
- Views: 7079
Re: Use parent Folder to search for movie name
If you rename stuff in German it'll work significantly less well since FileBot has to guess significantly more. German stuff works significantly better if you set --lang deu . If you try to rename German-named movies in English-mode (so it can't match by name) it'll need at least the release year in ...
- 07 Aug 2014, 13:27
- Forum: Scripting and Automation
- Topic: Help AMC Fully Automatic Media Centre Cmd Line Coding
- Replies: 4
- Views: 3842
Re: Help AMC Fully Automatic Media Centre Cmd Line Coding
1. You can run the cleaner script separately after processing on you structure root folder: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p1341 2. That is part of the format. So look into passing custom formats if you wanna tinker with that. That being said, it's a very very good idea to put ...
- 07 Aug 2014, 07:30
- Forum: Scripting and Automation
- Topic: Help AMC Fully Automatic Media Centre Cmd Line Coding
- Replies: 4
- Views: 3842
Re: Help AMC Fully Automatic Media Centre Cmd Line Coding
1.
SMB URLs won't work. Just use the mapped drive as output path.
2.
Have you tried with different files? FileBot will exclude fake files, i.e. smaller than minimum size, or shorter than minimum duration, it'll also ignore files that have already been processed before (if excludeList is set), etc
SMB URLs won't work. Just use the mapped drive as output path.
2.
Have you tried with different files? FileBot will exclude fake files, i.e. smaller than minimum size, or shorter than minimum duration, it'll also ignore files that have already been processed before (if excludeList is set), etc
- 07 Aug 2014, 06:48
- Forum: Help and Support
- Topic: Ubuntu: problem with AMC and automatic sorting
- Replies: 4
- Views: 3533
Re: Ubuntu: problem with AMC and automatic sorting
I suppose I need to update the Escape Tool then. Looks like on Windows CMD $ must not be escaped while with Linux BASH $ must be escaped.
No 0-padding:
With 2-digit 0-padding:
No 0-padding:
Code: Select all
{'Season '+s}
Code: Select all
{'Season '+s.pad(2)}
- 07 Aug 2014, 00:08
- Forum: Feature Requests and Bug Reports
- Topic: Filebot AniDb Naming Pull Request
- Replies: 2
- Views: 2802
Re: Filebot AniDb Naming Pull Request
I'm in awe you figure things out by yourself in that detail. I barely understand how the code works anymore. :P In this case I'm pretty sure it works the way it works for good reason. And allowing the first word to OK the entire name (although it works well in this case) is probably very bad in many ...
- 06 Aug 2014, 23:57
- Forum: Help and Support
- Topic: uTorrent FileBot integration suddenly stopped working
- Replies: 2
- Views: 2510
Re: uTorrent FileBot integration suddenly stopped working
Have you checked the amc logs? i.e. %APP_DATA%/FileBot/logs/amc.log
The first thing I'd do is use the absolute path to filebot.launcher - and don't forget "quotes" - just to make sure it's not a PATH issue.
The first thing I'd do is use the absolute path to filebot.launcher - and don't forget "quotes" - just to make sure it's not a PATH issue.
- 06 Aug 2014, 23:54
- Forum: Help and Support
- Topic: Ubuntu: problem with AMC and automatic sorting
- Replies: 4
- Views: 3533
Re: Ubuntu: problem with AMC and automatic sorting
Have you tried running it manually and see what happens? There can't be no output. If FileBot doesn't write any logs then it means filebot wasn't called, and the script probably has some messed up arguments. My best guess would be the $ in ${s.pad(2)} is not escaped correctly, thus interpreted by ...
- 06 Aug 2014, 19:46
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
Yes, but maybe you can try r2449 and see if maybe I already fixed it.
- 06 Aug 2014, 17:17
- Forum: Help and Support
- Topic: Cannot install x84 or x64 windows versions
- Replies: 1
- Views: 1911
Re: Cannot install x84 or x64 windows versions
The .msi package can't not work, or you can blame Microsoft.
I can't see why it wouldn't work, but I can imagine there are permission issues.
The next fail-safe(r) solution would be to use the portable package.

The next fail-safe(r) solution would be to use the portable package.
- 06 Aug 2014, 17:01
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1035
- Views: 1134051
Re: Installing FileBot on Synology NAS
I'd only work on that on the premise of a paid application, so the Synology DSM UI is on ice until Synology supports publishing paid applications via Package Center. That's in the works for sure though, so maybe 1-2 years later.
- 06 Aug 2014, 16:55
- Forum: Feature Requests and Bug Reports
- Topic: filebot 4.1 RC3 Mac OSX
- Replies: 9
- Views: 12951
Re: filebot 4.1 RC3 Mac OSX
Some people said that installing Oracle JDK 8 also sets the PATH so that might be the easiest solution.
- 06 Aug 2014, 16:52
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
That stuff I can only test if you post me all the file paths in text. Preferably on pastebin.
- 06 Aug 2014, 14:08
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
Fixed with r2448. I think.
- 06 Aug 2014, 13:44
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
Run with FileBot (console) and send me the stacktrace. There's console output that will have all the details about the problem.
- 06 Aug 2014, 13:18
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
FAQception!FAQ wrote:FAQ wrote:See FAQ

PS: Seriously, that one is also in the FAQ. FileBot now requires Java 8.

- 06 Aug 2014, 11:33
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
FAQ wrote:See FAQ
- 06 Aug 2014, 10:19
- Forum: Episode / Movie Naming Scheme
- Topic: Receiving TV Data
- Replies: 122
- Views: 114748
Re: Receiving TV Data
Java 8 has been officially released on March 18, 2014 and is available for Windows, Linux, Mac OS X, BSD, Solaris and Embedded Linux.
- 06 Aug 2014, 09:56
- Forum: Episode / Movie Naming Scheme
- Topic: BindingException s00e000
- Replies: 15
- Views: 11894
Re: BindingException s00e000
Fixed with r2445.
I wish it was just regex patterns, but things are way more complicated than you'd think... which sometimes breaks the easy stuff in unexpected ways
I wish it was just regex patterns, but things are way more complicated than you'd think... which sometimes breaks the easy stuff in unexpected ways
