Search found 22998 matches

by rednoah
28 Jan 2014, 04:04
Forum: Scripting and Automation
Topic: Using --format variables in --output
Replies: 1
Views: 1805

Re: Using --format variables in --output

--output absolute path (no variables)
--format path expression (if relative it'll be resolved against --output)
by rednoah
28 Jan 2014, 01:24
Forum: Scripting and Automation
Topic: FileBot, -get-missing-subtitles, and --lang
Replies: 4
Views: 3392

Re: FileBot, -get-missing-subtitles, and --lang

No, when using AMC you don't need to use the normal options. It'll always use getMissingSubtitles() with output forced to .srt and encoding forced to UTF-8
by rednoah
28 Jan 2014, 01:11
Forum: Scripting and Automation
Topic: FileBot, -get-missing-subtitles, and --lang
Replies: 4
Views: 3392

Re: FileBot, -get-missing-subtitles, and --lang

You're using the FileBot CLI options which affect all aspects and functions.

Check the AMC docs for the AMC specific options:
--def subtitles=en,de,fr Download subtitles for the given languages
by rednoah
27 Jan 2014, 13:04
Forum: Anything and Everything else
Topic: banhammer
Replies: 8
Views: 9690

Re: banhammer

Haha, can you actually delete a users posts as well? If there's any spammers that need deletin' let me know! :twisted:
by rednoah
27 Jan 2014, 01:55
Forum: Help and Support
Topic: Language tag of subtitles changed
Replies: 8
Views: 6173

Re: Language tag of subtitles changed

1. Not really, though you could use this script: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2100 2. For the -get-subtitles cmdline call you can set it to force UTF-8, also in the GUI when you manually download subtitles and do Save As it'll give you the options to change the encoding a...
by rednoah
26 Jan 2014, 15:12
Forum: Help and Support
Topic: AMC - "episode nfo and thumbsnails"
Replies: 3
Views: 2910

Re: AMC - "episode nfo and thumbsnails"

Nope, not supported. Most HTPC should be fine with grabbing extra episode info once the series .nfo with TheTVDB id is there.
by rednoah
26 Jan 2014, 10:28
Forum: Feature Requests and Bug Reports
Topic: WEB.DL
Replies: 1
Views: 2335

Re: WEB.DL

Do it in the format ;)

Code: Select all

{group.replaceAll('(?i)WEB.DL', 'WEB-DL')}
by rednoah
26 Jan 2014, 06:19
Forum: Scripting and Automation
Topic: changing individual outputs
Replies: 1
Views: 1706

Re: changing individual outputs

--def music=n disables music sorting and then you can just run any other program or script on whatever audio files are lying around.
by rednoah
26 Jan 2014, 02:32
Forum: Scripting and Automation
Topic: Subtitle download Foreign Parts only
Replies: 2
Views: 3177

Re: Subtitle download Foreign Parts only

Subtitles are rarely tagged with "foreign parts only" so filebot has no way of knowing if a subtitles is normal or "foreign parts only".
by rednoah
25 Jan 2014, 12:38
Forum: Help and Support
Topic: Filebot/Java problem
Replies: 8
Views: 6628

Re: Filebot/Java problem

A few tries of installing, uninstalling, rebooting, etc will probably do the trick, I'd try to remove everything, java, filebot, make sure the folders have been deleted, etc, reboot, install everything, reboot, try again. Always use the latest Java. And make sure there's no weird anti-virus keeping ...
by rednoah
25 Jan 2014, 07:44
Forum: Scripting and Automation
Topic: Automating UT downloads
Replies: 5
Views: 4511

Re: Automating UT downloads

1. Nobody understands Windows permissions, and it never makes sense. For some reason mapped drives and UNC shares are handled completely different by Windows internally for some reason it seems. 2. artwork=y doesn't just enable artwork, but also everything else HTPC software may be using, like .nfo ...
by rednoah
25 Jan 2014, 07:40
Forum: Scripting and Automation
Topic: [AMC] Waiting for seeding to finish - Move not Copy
Replies: 3
Views: 3188

Re: [AMC] Waiting for seeding to finish - Move not Copy

It's locking the file it says it's locking, namely the log file, as to make sure only one filebot instance is processing at any given time.
by rednoah
25 Jan 2014, 07:33
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Create Anidb style ED2k hashes.
Replies: 2
Views: 2619

Re: [Feature Request] Create Anidb style ED2k hashes.

Here's a script for that:
https://github.com/filebot/scripts/blob ... d2k.groovy

The the latest filebot revision you can call it via:

Code: Select all

filebot -script dev:ed2k /path/to/anime > ed2k.txt
by rednoah
24 Jan 2014, 18:32
Forum: Scripting and Automation
Topic: [AMC] Cant get simple Seriesformat to work
Replies: 2
Views: 2362

Re: [AMC] Cant get simple Seriesformat to work

Parameters are case-sensitive, it's seriesFormat
by rednoah
24 Jan 2014, 18:24
Forum: Scripting and Automation
Topic: Automating UT downloads
Replies: 5
Views: 4511

Re: Automating UT downloads

I see calls, the first fails at creating a folder, the seconds doesn't do anything, and succeeds at not doing anything. For testing you probably don't want to set this: --def excludeList=amc.txt The file is added to the excludeList on the first run, which then fails, but the second run checks the ex...
by rednoah
24 Jan 2014, 18:14
Forum: Help and Support
Topic: Occasionally subs from previuos search are taken
Replies: 4
Views: 3201

Re: Occasionally subs from previuos search are taken

Have a script do it folder by folder, or even file by file if files things are not organized well. e.g. filebot -script fn:suball "$COLL_DIR/$dir" --lang ro ... PS: You can try r2020 which may work much better for these kinda cases (since it forces folder-by-folder-series-by-series process...
by rednoah
24 Jan 2014, 18:02
Forum: Feature Requests and Bug Reports
Topic: MediaInfo problem
Replies: 6
Views: 5915

Re: MediaInfo problem

Well, I can at least tell you that if you install filebot it'll also add it self, the executable and libraries to the PATH. So if you then run filebot portable and it tries to load a .dll the system will be able to find the required libraries in the filebot install folder.
by rednoah
24 Jan 2014, 17:56
Forum: Feature Requests and Bug Reports
Topic: filebot java update 51
Replies: 1
Views: 1881

Re: filebot java update 51

Works just fine here.

Got any logs or error output?
by rednoah
24 Jan 2014, 04:35
Forum: Scripting and Automation
Topic: [AMC] Waiting for seeding to finish - Move not Copy
Replies: 3
Views: 3188

Re: [AMC] Waiting for seeding to finish - Move not Copy

Does utorrent have a "Finished" state that works? This switch makes the script abort if ut_state is anything but the given value: --def ut_state_allow=11 You can try setting this switch and launching the script onStateChange hopefully state 11 is in fact Seeding Finished. Just says Finishe...
by rednoah
24 Jan 2014, 04:32
Forum: Scripting and Automation
Topic: Automating UT downloads
Replies: 5
Views: 4511

Re: Automating UT downloads

Ignore the warnings, that's just optional stuff. For some reason it can't create the parent folder structure: IOException: Failed to create folder: \\XXXXXX\video\scratch area\New\TV Shows\Continuum\Season 02 There's nothing I can do about that, Windows just doesn't allow you to create a folder. Che...
by rednoah
24 Jan 2014, 03:31
Forum: Scripting and Automation
Topic: Having trouble creating a script linux and FTP
Replies: 6
Views: 3882

Re: Having trouble creating a script linux and FTP

* Move file + Create symlink to the new location at the original location
by rednoah
23 Jan 2014, 18:48
Forum: Scripting and Automation
Topic: Having trouble creating a script linux and FTP
Replies: 6
Views: 3882

Re: Having trouble creating a script linux and FTP

excludeList just keeps track of files that have been processed already, so files will never be touched more than once, since you plan on running it over and over on the same folder and files. If you want to ignore files you can specify an ignore pattern like this --def "ignore=daily.show"...
by rednoah
23 Jan 2014, 08:11
Forum: Scripting and Automation
Topic: Having trouble creating a script linux and FTP
Replies: 6
Views: 3882

Re: Having trouble creating a script linux and FTP

Run from cmdline: Want to try it out first? Running directly from cmdline is even easier and if you set --action test you can do a dry-run and see if everything gets matched up correctly: filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input"...
by rednoah
23 Jan 2014, 04:30
Forum: Help and Support
Topic: Date-Based Episode Matching Hit and Miss
Replies: 4
Views: 3735

Re: Date-Based Episode Matching Hit and Miss

The data you need is simply not in the database, thus filebot can't know which episode was aired on which date. You can try this to see what data filebot has available for matching: filebot -list --q "WWE Raw" --format "{sxe} [{airdate}] {t}" It seems this show is not updated ver...