Search found 22998 matches

by rednoah
11 Feb 2013, 18:15
Forum: Help and Support
Topic: "java.util.MissingResourceException:" Filebot or System?
Replies: 2
Views: 2914

Re: "java.util.MissingResourceException:" Filebot or System?

Did you change system language to Thai (th_TH) or something? :D Stripped lots of locale data away to make the jar smaller.

EDIT:
I'm uploading a new beta that you can try that's not stripped down.
by rednoah
11 Feb 2013, 17:36
Forum: Scripting and Automation
Topic: Hardlinking with "Fully automated media center" script
Replies: 19
Views: 12855

Re: Hardlinking with "Fully automated media center" script

Actually I added some extras with FileBot for that: execute("C:\Program Files (x86)\Unlocker\Unlocker.exe", outputThis, "-s") Though I guess this point outputThis as not been created. Do you mean f instead? Also I think you mean this: outputThis = new File(_args.output, "${u...
by rednoah
11 Feb 2013, 10:32
Forum: Help and Support
Topic: Disable File Date change?
Replies: 1
Views: 2205

Re: Disable File Date change?

It's only setting CreationDate, not LastModified. How is that confusing XBMC?

In anycase you can always run FileBot with:

Code: Select all

-DuseExtendedFileAttributes=false
That's default if you use the FileBot (platform) launcher.
by rednoah
11 Feb 2013, 07:45
Forum: Help and Support
Topic: Watcher output to multiple drives
Replies: 8
Views: 7902

Re: Watcher output to multiple drives

Look: Parameter: seriesFormat = {["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} " Look: Stripping invalid characters from new path: /Atom - 1x0...
by rednoah
11 Feb 2013, 07:34
Forum: Help and Support
Topic: utorrent-postprocess not working?
Replies: 3
Views: 3671

Re: utorrent-postprocess not working?

That startup script is setting things up like this:

Code: Select all

-Dapplication.dir=$HOME/.filebot
Is $HOME empty for the transmission-daemon user??
by rednoah
11 Feb 2013, 07:01
Forum: Help and Support
Topic: utorrent and email
Replies: 7
Views: 5464

Re: utorrent and email

mrblack wrote:One last question... how do I customise what is in the notification email?
Modify the code. ;)
by rednoah
11 Feb 2013, 06:55
Forum: Help and Support
Topic: utorrent-postprocess not working?
Replies: 3
Views: 3671

Re: utorrent-postprocess not working?

Make sure to redirect stdout AND stderr
That output doesn't make sense because it's only stdout, without all the errors that have been written to stderr. I'm assuming the transmission-daemon user doesn't have write priviledges to your external drive.
by rednoah
11 Feb 2013, 06:39
Forum: Help and Support
Topic: Watcher output to multiple drives
Replies: 8
Views: 7902

Re: Watcher output to multiple drives

This is called redirecting I/O : >> "E:\filebot.log" 2>&1 Since you didn't bother to read the links you messed up exactly as him :P http://filebot.sourceforge.net/forums/viewtopic.php?f=8&t=485 You're passing in cmdline arguments wrong: http://filebot.sourceforge.net/forums/viewtop...
by rednoah
11 Feb 2013, 06:07
Forum: Help and Support
Topic: Watcher output to multiple drives
Replies: 8
Views: 7902

Re: Watcher output to multiple drives

The watcher is a console-interactive script so you have to run it with the console and MUST NOT redirect input/ouput.
by rednoah
11 Feb 2013, 05:25
Forum: Help and Support
Topic: Watcher output to multiple drives
Replies: 8
Views: 7902

Re: Watcher output to multiple drives

It's all in the format: http://filebot.sourceforge.net/forums/viewtopic.php?f=5&t=2&p=3131#p3131 I'm pretty sure all the issues you may encounter will be the same as with those two: http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=471 http://filebot.sourceforge.net/forums/viewto...
by rednoah
11 Feb 2013, 03:33
Forum: Help and Support
Topic: utorrent and email
Replies: 7
Views: 5464

Re: utorrent and email

Well. Episode was matched correctly, copied over just fine, an email was sent. What's the problem?
by rednoah
10 Feb 2013, 17:55
Forum: Help and Support
Topic: First time user, hoping to find a solution here
Replies: 9
Views: 5728

Re: First time user, hoping to find a solution here

subfix? you mean file extension? by default file extensions will be preserved (unless you switch to "Absolute Path" mode).

Also everything is defined in the format. If your format defined a UNC path (e.g. \\server\nas1\{n}\{episode}) things will get moved accordingly.
by rednoah
10 Feb 2013, 17:33
Forum: Help and Support
Topic: First time user, hoping to find a solution here
Replies: 9
Views: 5728

Re: First time user, hoping to find a solution here

Yep, you'll see the destination names as defined by your format on the right side. If there are any conflicts existing or futures files it'll not let you rename.
by rednoah
10 Feb 2013, 16:54
Forum: Scripting and Automation
Topic: Limit subtitles to movies only
Replies: 1
Views: 2383

Re: Limit subtitles to movies only

You'd have to edit the script for that. If you have basic programming skills it should be quite easy.
by rednoah
10 Feb 2013, 16:53
Forum: Scripting and Automation
Topic: Help with the Automated Media Server (MAC)
Replies: 23
Views: 14404

Re: Help with the Automated Media Server (MAC)

Nope, that was still pretty reasonable since my tutorial was for Linux and it does seem to work differently on Mac. ;)
by rednoah
10 Feb 2013, 16:46
Forum: Help and Support
Topic: First time user, hoping to find a solution here
Replies: 9
Views: 5728

Re: First time user, hoping to find a solution here

Q: How can I rename folders? It's only letting me rename files when I drop folders! A: When you drop a folder into the "Original Files" area it will add all the files within that folder. Just add folders via Link-Drop (Ctrl+Shift+Drop) if you want to move/copy folders as a single unit. He...
by rednoah
10 Feb 2013, 16:43
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 555669

Re: POSTBUCKET - where random posts in unrelated topics go

Whats it say? Send http requests?
by rednoah
10 Feb 2013, 14:29
Forum: Help and Support
Topic: [RESOLVED] How to rename iso file/folder ?
Replies: 2
Views: 3956

Re: How to rename iso file/folder ?

Did you rename the folders?

If you extract an ISO you'll get ./VIDEO_TS/* structure and that's what I'll auto-detect as disk folder. i.e. Avatar 2009/VIDEO_TS/*

Otherwise you can always force folder-mode via Link-Drop. It's all in the FAQ with video tutorial.
by rednoah
10 Feb 2013, 14:24
Forum: Help and Support
Topic: First time user, hoping to find a solution here
Replies: 9
Views: 5728

Re: First time user, hoping to find a solution here

Of course it works. Renaming folders, exactly what I'm doing in the second video tutorial, right?

It's just 54 seconds. Watch it!
http://www.youtube.com/watch?v=WbHPC0o4Uqo
by rednoah
10 Feb 2013, 12:16
Forum: Help and Support
Topic: utorrent and email
Replies: 7
Views: 5464

Re: utorrent and email

Pipe cmdline output (stdout AND stderr) to a file and tell me what is says.
by rednoah
10 Feb 2013, 12:05
Forum: Help and Support
Topic: First time user, hoping to find a solution here
Replies: 9
Views: 5728

Re: First time user, hoping to find a solution here

Nothing will get renamed until you press 'Rename' Why don't you play with it? http://www.youtube.com/watch?v=zcSFKiwFLZw When dropping in folders, it'll always add the files with the exception of disk folders and movie.nfo folders of course. You can force-drop folders via Link-Drop: http://www.youtu...
by rednoah
10 Feb 2013, 05:50
Forum: Help and Support
Topic: utorrent and email
Replies: 7
Views: 5464

Re: utorrent and email

1. "java" needs to be in the PATH. The cmd environment may be slightly different from the utorrent environment. So make sure there's no 32/64 bit issues. filebot/java are in the system path, etc 2. Nope, but you can always send the email to an mailing list address that'll then forward many...
by rednoah
10 Feb 2013, 05:44
Forum: Feature Requests and Bug Reports
Topic: Can filebot add shows to myepisodes?
Replies: 4
Views: 4073

Re: Can filebot add shows to myepisodes?

That option is specifically disabled because I'd assume people would keep running into the 200 shows limit, maybe you only wanna update the specific shows? Anyway, I'm setting addshows=true by default then and see if anybody complains: include('fn:update-mes', [login:myepisodes.join(':'), addshows:t...
by rednoah
10 Feb 2013, 05:37
Forum: Scripting and Automation
Topic: Help with the Automated Media Server (MAC)
Replies: 23
Views: 14404

Re: Help with the Automated Media Server (MAC)

Some tutorial with screenshots on how to do it on Mac would be appreciated by others I'm sure. ;)
by rednoah
09 Feb 2013, 16:34
Forum: Feature Requests and Bug Reports
Topic: subtitle downloader seem broken
Replies: 4
Views: 4551

Re: subtitle downloader seem broken

That's nice, but website links don't help me when the opensubtitles api doesn't give me that result. If you can find it in the Subtitles panel it'll work. If you can't find it in the Subtitles panel it doesn't exist according to the OpenSubtitles API. With the latest HEAD it works, but only because ...