Search found 9 matches

by Deviling Master
29 Dec 2012, 18:15
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 4895

Re: [Bug Report] Path max length

rednoah wrote:Well, I guess then the Windows Shell can't handle files with more than 255 chars? This is how you disable that feature and use standard Java move/copy functions:

In filebot.launcher.l4j.ini set useNativeShell to false:

Code: Select all

-DuseNativeShell=false
Yep! Now works :D

Thank you.
by Deviling Master
29 Dec 2012, 18:09
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 4895

Re: [Bug Report] Path max length

That should work. Just use the FileBot (console) shortcut and see what it says. You could also try to change the rename engine. If you install via the msi the normal FileBot shortcut will use Windows Shell. Maybe if you use the Java 7 it'll work, so u can try using the FileBot (platform) shortcut a...
by Deviling Master
29 Dec 2012, 16:17
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 4895

Re: [Bug Report] Path max length

rednoah wrote:What OS? What FileSystem? I impose no limits, but the underlying os/fs implementations may have limits. What's the error logging if you run with a console?
- Windows 7 Pro x64
- NTFS File SYstem
- How to run console?
by Deviling Master
28 Dec 2012, 19:39
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 4895

Re: [Bug Report] Path max length

rednoah wrote:The path can be longer. But on Windows each folder/file name must not exceed 255 characters. Reasonably named files will not exceed this. :P
My ENTIRE path was 260 chars and the rename didn't work.
After i renamed some folders, the rename function worked
by Deviling Master
28 Dec 2012, 18:23
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 4895

[Bug Report] Path max length

Hi, i'm using FileBot x64 on Windows 7 Pro x64 and i found this bug.

If the destination path is longer than 255 characters, the rename function fails without any warning or error.
by Deviling Master
15 Oct 2012, 10:39
Forum: Episode / Movie Naming Scheme
Topic: Binding Reference for episodes of season
Replies: 1
Views: 3534

Binding Reference for episodes of season

Hi, is it available a Binding code for the number of episodes of a season?

Like House MD, Season 8, 22 Episodes
by Deviling Master
15 Oct 2012, 10:13
Forum: Feature Requests and Bug Reports
Topic: [Support] Could not initialize win32 ShellAPI
Replies: 5
Views: 4324

Re: [Support] Could not initialize win32 ShellAPI

Btw did you just normally installed FileBot with the 64-bit msi installer? Or the portable bundle? I downloaded this JNLP file from: http://filebot.sourceforge.net/webstart/filebot.jnlp For your suggested edit i edited line 27 <property name="useNativeShell" value="false" /> Sho...
by Deviling Master
15 Oct 2012, 09:38
Forum: Feature Requests and Bug Reports
Topic: [Support] Could not initialize win32 ShellAPI
Replies: 5
Views: 4324

Re: [Support]

1. You can use both relative and absolute paths. On Linux starting with / would make it an absolute path but on Windows it'd have to start with a drive letter. Better just drop the / and it'll be considered relative regardless of platform. 2. Looks like Java can't hook into the native Windows Shell...
by Deviling Master
15 Oct 2012, 09:10
Forum: Feature Requests and Bug Reports
Topic: [Support] Could not initialize win32 ShellAPI
Replies: 5
Views: 4324

[Support] Could not initialize win32 ShellAPI

Hi, i'm a new user. I was looking for a very long time a software that can do this stuffs. I'm using this expression to rename my TV Series /{n.replaceTrailingBrackets()} {s00e00} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'") .lowerTrail().replacePart(', Part $1')} [{airdate.format...