Search found 22969 matches

by rednoah
11 Feb 2013, 07:34
Forum: Help and Support
Topic: utorrent-postprocess not working?
Replies: 3
Views: 3661

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: 5454

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: 3661

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: 7825

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: 7825

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: 7825

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: 5454

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: 5710

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: 5710

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: 2374

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: 14367

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: 5710

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: 531015

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: 3952

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: 5710

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: 5454

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: 5710

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: 5454

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: 4072

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: 14367

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: 4541

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 ...
by rednoah
09 Feb 2013, 15:36
Forum: Feature Requests and Bug Reports
Topic: subtitle downloader seem broken
Replies: 4
Views: 4541

Re: subtitle downloader seem broken

btw the subtitle does exist in opensubtitle....
No, it doesn't.

Fixed some potential issues anyway with r1460.
by rednoah
09 Feb 2013, 05:34
Forum: Scripting and Automation
Topic: Help with the Automated Media Server (MAC)
Replies: 23
Views: 14367

Re: Help with the Automated Media Server (MAC)

transmission-postprocess would be a file you created right? And it's really just a text file that contains the bash script i posted plus made executable via chmod. reinhard@serenity:~$ cat transmission-postprocess #!/bin/bash filebot -script fn:utorrent-postprocess --output "$HOME/Videos" ...
by rednoah
09 Feb 2013, 02:37
Forum: Scripting and Automation
Topic: Copying and moving files upon completion.
Replies: 3
Views: 3486

Re: Copying and moving files upon completion.

With the latest RC you can use {pi}. Link is on Facebook.
by rednoah
08 Feb 2013, 18:45
Forum: Scripting and Automation
Topic: Some help with my script
Replies: 13
Views: 7034

Re: Some help with my script

Kinda like a better type cast. Don't you have that in the .NET world as well? http://stackoverflow.com/questions/1275681/groovy-type-conversion Actually you can pass in Strings as well. I'll cast to File anyway: def include(String input, Map bindings = [:], Object... args) { // initialize default pa...