Search found 22998 matches

by rednoah
15 Feb 2013, 03:38
Forum: Feature Requests and Bug Reports
Topic: Rename Movies And Sort To Genre Folder
Replies: 7
Views: 19526

Re: Rename Movies And Sort To Genre Folder

Take multiple genres and not just the first:

Code: Select all

{genres.take(2).join(' ')}
Force Sci-Fi if Science Fiction is part of the genres, otherwise just use the first genre:

Code: Select all

{genres.contains('Science Fiction') ? 'Sci-Fi' : genres[0]}
* {genres} data is retrieved from TheMovieDB
by rednoah
14 Feb 2013, 18:46
Forum: Feature Requests and Bug Reports
Topic: Rename Movies And Sort To Genre Folder
Replies: 7
Views: 19526

Re: Rename Movies And Sort To Genre Folder

No, you don't understand. This use-case is fully and completely supported in all ways concievable. Has been for years.

Use this format:

Code: Select all

X:/Movies/{genres[0]}/{n} ({y})/{n} ({y}){" CD$pi"}
And it'll move files into new folders like this:
genres-format.png
by rednoah
14 Feb 2013, 17:22
Forum: Feature Requests and Bug Reports
Topic: Rename Movies And Sort To Genre Folder
Replies: 7
Views: 19526

Re: Rename Movies And Sort To Genre Folder

You mean using {genres} binding to define sub folders in the format?

Code: Select all

X:/Movies/{genres[0]}/{n} ({y})
by rednoah
14 Feb 2013, 09:15
Forum: Feature Requests and Bug Reports
Topic: Fetch Episode List not working in 3.4
Replies: 8
Views: 5316

Re: Fetch Episode List not working in 3.4

Wait longer and see what happens. It's probably just rebuilding its caches.

EDIT: Tried 3.4 on Ubuntu and it matches perfectly.
by rednoah
14 Feb 2013, 06:41
Forum: Scripting and Automation
Topic: Help with utorrent AMC
Replies: 8
Views: 7723

Re: Help with utorrent AMC

That warning you can ignore. Just optional features.

As for the format there is plenty of examples. Might be easier to edit the script since you don't have to worry about encoding cmdline arguments correctly.
by rednoah
14 Feb 2013, 06:24
Forum: Help and Support
Topic: Watcher Script getting stuck in a loop
Replies: 2
Views: 2663

Re: Watcher Script getting stuck in a loop

Obviously with watcher and housekeeping you MUST specify --output so things get moved to a folder that is not watched.
by rednoah
14 Feb 2013, 00:46
Forum: Scripting and Automation
Topic: Help with utorrent AMC
Replies: 8
Views: 7723

Re: Help with utorrent AMC

1.
I guess your PATH is still not set up correctly. Run via absolute path C:/Program Files/filebot.cmd ... and edit filebot.cmd to and make it use the absolute path to your java.exe

2.
I get that little lock as well whenever i create hardlinks on Win 7.
by rednoah
13 Feb 2013, 18:58
Forum: Scripting and Automation
Topic: Help with utorrent AMC
Replies: 8
Views: 7723

Re: Help with utorrent AMC

I'm 100% sure that this ran on Java 6. ;)

Check your paths and what not. Best to just uninstall anything but 64-bit java 7.
by rednoah
13 Feb 2013, 11:05
Forum: Feature Requests and Bug Reports
Topic: Problem with timestamps and USB drives
Replies: 3
Views: 4083

Re: Problem with timestamps and USB drives

I donno. The way you describe the Java move/copy seems to work best with preserving attributes. So I recommend using FileBot (platform) for all your renaming.
by rednoah
13 Feb 2013, 09:12
Forum: Feature Requests and Bug Reports
Topic: Problem with timestamps and USB drives
Replies: 3
Views: 4083

Re: Problem with timestamps and USB drives

1. FileBot sets the CreationDate timestamp to the episode airdate in case of episodes or movie release year in case of movies. e.g. after renaming Léon The Professional (1994) CreationDate will be set to 1.1.1994 This the CreationDate and xattr features can be enabled/disabled via: -DuseExtendedFile...
by rednoah
13 Feb 2013, 06:51
Forum: Scripting and Automation
Topic: Help with utorrent AMC
Replies: 8
Views: 7723

Re: Help with utorrent AMC

Look, obviously something got messed up here: Parameter: ut_dir = J:\Tv\Unsorted" ut_file=Family.Guy.S11E12.HDTV.x264-LOL.mp4 ut_kind=single ut_title=Family.Guy.S11E12.HDTV.x264-LOL.mp4 ut_label= ut_state=5 Look, you're escaping the last " so it gets passed in as literal along with the res...
by rednoah
12 Feb 2013, 20:29
Forum: Anything and Everything else
Topic: Please help me buy filebot.net
Replies: 0
Views: 5613

Please help me buy filebot.net

Hi everybody, I'm currently talking to the owner of the domain http://www.filebot.net and he's willing to sell it to me. Asking price is 400 EUR. What do you guys think? To help me buy that domain I'd be great if you can help me get together the money by donating. List of Donators: myself ... 100 € ...
by rednoah
12 Feb 2013, 16:54
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 563468

Re: [GUIDE] Fully Automated Media Center with Transmission (

Yes, you can just append options to the cmdline above and it'll work: --def subtitles=en The startup script is just glue logic between transmission and filebot. Also it's were you can set additional options for filebot and the amc script. The amc script itself is always the same, called via utorrent...
by rednoah
12 Feb 2013, 15:30
Forum: Help and Support
Topic: How to rename Bluray and DVD folders/ISOs?
Replies: 3
Views: 4256

Re: How to rename Bluray and DVD folders/ISOs?

Huh, never tried that usecase. Why would a BDMV folder contain so many files? I'm pretty sure there's no network requests but it might be looking for .nfo files and stuff inside the BDMV folder to help identify the movie. EDIT: I tried this with my testdata folder that contains thousands of dummy fi...
by rednoah
12 Feb 2013, 14:10
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 563468

Re: [GUIDE] Fully Automated Media Center with Transmission (

You can also use your favourite text editor to edit the script. It's just text.

Of course you'll need to replace this part and specify where the files will go:

Code: Select all

 --output "path/to/folder"
by rednoah
12 Feb 2013, 14:05
Forum: Help and Support
Topic: no application is associated with the specified file for thi
Replies: 7
Views: 7079

Re: no application is associated with the specified file for

Nope, you can only hardcode that in the script because imdb is very bad and i promote nobody using it. :P
by rednoah
12 Feb 2013, 13:19
Forum: Help and Support
Topic: no application is associated with the specified file for thi
Replies: 7
Views: 7079

Re: no application is associated with the specified file for

Ah, you end the --def sequence with -non-strict so artwork is passed as file argument not as scripting parameter. Just put -non-strict before you start with the --def. Also the utorrent script doesn't care about you passing in --db thetvdb --db imdb, it'll always use TheTVDB and TheMovieDB. Should l...
by rednoah
12 Feb 2013, 12:23
Forum: Help and Support
Topic: no application is associated with the specified file for thi
Replies: 7
Views: 7079

Re: no application is associated with the specified file for

Does that log not look completely wrong to you??? You're just not passing in cmdline arguments correctly. Mind your double-quotes!!! Q: I'm trying to run FileBot from the console, but I'm having trouble passing in --format because of spaces or double-quotes A: You need to pass in arguments correctly...
by rednoah
12 Feb 2013, 11:24
Forum: Help and Support
Topic: no application is associated with the specified file for thi
Replies: 7
Views: 7079

Re: no application is associated with the specified file for

Is there really no output? Make sure you redirect standard output and error output. You mean a windows error dialog despite running in cmdline? Does the script finish or is the process killed due to that error? EDIT: just google this error and its a windows error, so i guess for some reason it doesn...
by rednoah
12 Feb 2013, 08:31
Forum: Help and Support
Topic: UnsupportedOperationException: Unsupported copy option
Replies: 3
Views: 3272

Re: UnsupportedOperationException: Unsupported copy option

Updated all the downloads. Just download again and it'll work.
by rednoah
12 Feb 2013, 08:15
Forum: Announcements and Releases
Topic: FileBot 3.4
Replies: 1
Views: 55402

Re: FileBot 3.4

Anything that can go wrong will go wrong... renaming broken with r1466. Fixed with r1467.
by rednoah
12 Feb 2013, 07:55
Forum: Help and Support
Topic: UnsupportedOperationException: Unsupported copy option
Replies: 3
Views: 3272

Re: UnsupportedOperationException: Unsupported copy option

Windows, Linux or Mac? Java 6 or Java 7? What's the console output?

Works fine on Windows 7 / Java 7.

EDIT: Sry, fucked that up. Renaming is broken if useNativeShell=false is set. I'll update the release packages with r1467.
by rednoah
12 Feb 2013, 05:45
Forum: Announcements and Releases
Topic: FileBot 3.4
Replies: 1
Views: 55402

FileBot 3.4

FileBot 3.4 Get it here! This release improves upon the new Music mode, includes lots of adjustments that make automatic matching of episodes/subtitles even better. The GUI will now allow you to rename valid entries despite one or more conflicting entries in the batch. Features: * New music binding...
by rednoah
12 Feb 2013, 04:57
Forum: Help and Support
Topic: How to rename Bluray and DVD folders/ISOs?
Replies: 3
Views: 4256

Re: How to rename Bluray and DVD folders/ISOs?

Has to look exactly like this: http://www.youtube.com/watch?feature=player_detailpage&v=WbHPC0o4Uqo#t=15s It must say Folder next to the file entry. Folders with VIDEO_TS, BDMV, etc will be auto-detect as disk folder. For .ISO files in folders you'll need to use the Link-Drop trick. On Windows t...
by rednoah
12 Feb 2013, 04:39
Forum: Scripting and Automation
Topic: Hardlinking with "Fully automated media center" script
Replies: 19
Views: 12860

Re: Hardlinking with "Fully automated media center" script

Ah, so first you create a hardlink and then you have other scripts moving those hardlinks? Then first hardlink and then run the unlocker.

Also you can't use \ backslash in "" string expression. Try:

Code: Select all

"C:/Program Files (x86)/Unlocker/Unlocker.exe"