Search found 24036 matches

by rednoah
12 Apr 2014, 17:26
Forum: Scripting and Automation
Topic: [HELP] Auto-Download Subtitles
Replies: 26
Views: 21677

Re: [HELP] Auto-Download Subtitles

It seems to be excluding / ignoring them already just fine.
by rednoah
12 Apr 2014, 14:59
Forum: Scripting and Automation
Topic: AMC multiple renaming options?
Replies: 4
Views: 4510

Re: AMC multiple renaming options?

As per the manual, this is the recommended usage: filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --def excludeList=amc.txt Note that the -non-strict flag is set. The FAQ is your friend. And it works: Input: D:\workspace\testdata\AMC-TEST\EastEnders.2014 ...
by rednoah
12 Apr 2014, 14:44
Forum: Help and Support
Topic: Automagically move finished downloads to their own folders
Replies: 8
Views: 8224

Re: Automagically move finished downloads to their own folde

1. You'll need find a way to move completed files to a separate folder. 2. fpcalc is only required for processing audio files, so it's really an optional feature 3. Does Download Station support calling 3rd party programs? That would be preferred, otherwise it's gonna be a cron job. If you call a ...
by rednoah
12 Apr 2014, 14:34
Forum: Scripting and Automation
Topic: [HELP] Auto-Download Subtitles
Replies: 26
Views: 21677

Re: [HELP] Auto-Download Subtitles

1. Works fine, give it a day or two. They've only been uploaded less than 24h ago, so they might not be in the API yet. Get [Brazilian] subtitles for 1 files Looking up subtitles by filehash via OpenSubtitles Looking up subtitles by name via OpenSubtitles Fetching [The.Big.Bang.Theory.S07E20.HDTV ...
by rednoah
12 Apr 2014, 14:30
Forum: Scripting and Automation
Topic: AMC multiple renaming options?
Replies: 4
Views: 4510

Re: AMC multiple renaming options?

Have you tried using non-strict matching? What's the cmdline call? What options are you setting? Have you tried using the latest revision?
by rednoah
12 Apr 2014, 14:28
Forum: Help and Support
Topic: Unable to start filebot on kubuntu 13.10
Replies: 1
Views: 1673

Re: Unable to start filebot on kubuntu 13.10

How come you haven't tried running filebot from cmdline and see if there's any error output?
by rednoah
12 Apr 2014, 03:48
Forum: Help and Support
Topic: Failure when moving file
Replies: 4
Views: 4659

Re: Failure when moving file

This is only the standard output, not the error output. So I can't see the exception. It is most definitely permissions though, probably because Deluge runs as a different user.

Read this:
http://www.cyberciti.biz/faq/redirectin ... to-stdout/
by rednoah
12 Apr 2014, 03:43
Forum: Help and Support
Topic: Sort from Label Names
Replies: 9
Views: 4527

Re: Sort from Label Names

It's all in the format. Though you don't have access to ut_label you can just check the current file path, and build paths based on that. This is a complete different case but you should be able to see why this is useful to you: http://www.filebot.net/forums/viewtopic.php?f=8&t=1516&p=9010#p9010
by rednoah
12 Apr 2014, 03:31
Forum: Feature Requests and Bug Reports
Topic: [BUG] Save button missing with Java 8
Replies: 1
Views: 2104

Re: [BUG] Save button missing with Java 8

The "Save As" has been removed since it caused users to use it wrong, especially doing Save As Text in Episodes panel and then Load from Text in Rename panel, thus loosing all meta information. You should always use Drag-n-Drop. Drag episodes to Rename panel to keep full episode object data. Drag ...
by rednoah
11 Apr 2014, 18:25
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 11989

Re: [help] utorrent integration

I stopped reading the above after there was something of renaming some file to .exe to make it executable 0. do not create any files, do not rename any extensions, do not paste any text into files, do not touch any files at all 1. Watch the video tutorial, which follows exactly the instructions ...
by rednoah
11 Apr 2014, 16:13
Forum: Help and Support
Topic: Help with installation on Utilite Standard
Replies: 2
Views: 2017

Re: Help with installation on Utilite Standard

Maybe this helps:
http://www.filebot.net/forums/viewtopic.php?f=3&t=1479

It's really just a matter of copying the java and filebot binaries and then adding both to the PATH.
by rednoah
11 Apr 2014, 16:04
Forum: Help and Support
Topic: Filebot tv series matching + nfos?
Replies: 8
Views: 6986

Re: Filebot tv series matching + nfos?

Screenshots or Logs?

PS: It does check all the .nfo files, and if there's multiple options, then the option that was read from the .nfo file will always be the first one.
by rednoah
11 Apr 2014, 15:59
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 26288

Re: [Mismatch] Anime (AniDB)

This one is probably just too new. Data wasn't available at the time.
by rednoah
11 Apr 2014, 05:19
Forum: Help and Support
Topic: Auto-create TV Show folders?
Replies: 19
Views: 14962

Re: Auto-create TV Show folders?

Note: You're using it to rename 0 files at once. And that sure does not affect anything. Have you tried passing in a path to the files? filebot -rename --format "{n} - {s00e00} - {t}" --db thetvdb -non-strict /path/to/files PS: That'll be $5 then, cause I do charge for support if the solution is ...
by rednoah
11 Apr 2014, 05:08
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 11989

Re: [help] utorrent integration

Well, have you tried following my instructions? What's the issue? I can't remember writing anything about .bat files. ;) PS: .bat files are not executables, and it only looks like they are because the Windows Shell runs the .bat files with cmd.exe, kinda like .txt files are "run" with editor.exe, if ...
by rednoah
10 Apr 2014, 13:29
Forum: Episode / Movie Naming Scheme
Topic: Only rename to s00e00 and not e00?
Replies: 2
Views: 3389

Re: Only rename to s00e00 and not e00?

Make sure the data is in TheTVDB and that you've set the right Sort Order Preferences.

PS: You've set Absolute Order when you should be using Airdate Order. If absolute numbers are missing from TheTVDB then it'll default to Airdate Order numbers.
by rednoah
10 Apr 2014, 13:25
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 11989

Re: [help] utorrent integration

You can't just "run a .bat file" ... how do you think the %variables get resolved? Hint: They don't. But that's only an issue once utorrent actually calls anything at all. Check the Logger tab. It definitely does something.
by rednoah
10 Apr 2014, 04:56
Forum: Help and Support
Topic: Using Original Title from IMDB in 'Foreign' Movie Names
Replies: 8
Views: 8511

Re: Using Original Title from IMDB in 'Foreign' Movie Names

You are using the IMDb scraper for matching files right? Because if you're using TheMovieDB then {imdbid} won't be available. The IMDb site you see is not necessary the same as IMDb filebot sees due to IMDb handling localization on the server-side. Use Fiddler to see the html pages that filebot gets ...
by rednoah
10 Apr 2014, 04:47
Forum: Episode / Movie Naming Scheme
Topic: Folder naming mix of BluRay, DVD, mkv etc
Replies: 3
Views: 4961

Re: Folder naming mix of BluRay, DVD, mkv etc

Here's the disk folder pattern: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|movie.nfo If you rename it to anything other than movie.nfo it'll then work with the video files, rather than the folder as a whole. Only the videos files, FileBot doesn't care about existing artwork, or any other metadata files ...
by rednoah
10 Apr 2014, 04:26
Forum: Help and Support
Topic: Issues with deluge execute plugin and script
Replies: 2
Views: 3636

Re: Issues with deluge execute plugin and script

If you're on Windows it's probably best to use utorrent and adhere to the amc utorrent instructions. Not sure if execute plugin on windows works at all, I've only ever used Deluge on Linux.
by rednoah
10 Apr 2014, 04:21
Forum: Scripting and Automation
Topic: Problem with AMC
Replies: 2
Views: 2413

Re: Problem with AMC

RTFM

PS: {fn} means the current filename
by rednoah
09 Apr 2014, 14:48
Forum: Help and Support
Topic: trailers and .nfo & .watched files
Replies: 3
Views: 3775

Re: trailers and .nfo & .watched files

1.
Normally trailers are completely ignored, but if you get the trailer past matching, then the rest you can do in the format. See #2

2.
Play with it in the Format Editor ;)
by rednoah
09 Apr 2014, 14:28
Forum: Episode / Movie Naming Scheme
Topic: Folder naming mix of BluRay, DVD, mkv etc
Replies: 3
Views: 4961

Re: Folder naming mix of BluRay, DVD, mkv etc

In case of BluRay / DVD folders it'll treat the whole folder as if it was a file. So if normally you have a folder / file structure you will have a folder / folder structure. The latter folder being the original folder, whatever it may contain. Here's what I mean: {if (file.isFile()) "$n $y/"}{n} {y ...
by rednoah
09 Apr 2014, 14:09
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 733
Views: 2338971

Re: Release Groups {group}

Doing something like tpz-fguy603.avi => TOPAZ can't work with the {group} binding, but you can always define your own special case in the format.