Search found 23004 matches

by rednoah
16 Dec 2013, 09:07
Forum: Help and Support
Topic: Filebot/Utorrent started renaming tv shows as movies, HELP!
Replies: 17
Views: 8205

Re: Filebot/Utorrent started renaming tv shows as movies, HE

Manual update is then :P Rename "Movies & TV Shows" to lets say "Media" so you can tell if this IS the cause. You can run AMC from cmdline and test things to your hearts desire, you'd just need to have a look at the "Troubleshooting" section. EDIT: The scripts are a...
by rednoah
16 Dec 2013, 08:46
Forum: Help and Support
Topic: Filebot/Utorrent started renaming tv shows as movies, HELP!
Replies: 17
Views: 8205

Re: Filebot/Utorrent started renaming tv shows as movies, HE

1. Chocolatey does software management and auto-update 2. Windows+R, type 'cmd', hit ENTER, type 'filebot -clear-cache' OR if you don't how to use the console just wait a week Haha, I guess I know why it's not working now, "Movies & TV Shows" is bad name for root folders either name my...
by rednoah
16 Dec 2013, 03:51
Forum: Help and Support
Topic: Filebot/Utorrent started renaming tv shows as movies, HELP!
Replies: 17
Views: 8205

Re: Filebot/Utorrent started renaming tv shows as movies, HE

1.
No idea. But don't you think it's at least worth a try? Surely you don't expect me to debug an outdated version?

2.
--log-lock true (which is default if you don't set it)

3.
First line in the output tells you where the log is => probably in %APPDATA%/FileBot/logs

4.

Code: Select all

filebot -clear-cache
by rednoah
16 Dec 2013, 03:16
Forum: Help and Support
Topic: Adding Scene Names
Replies: 5
Views: 3640

Re: Adding Scene Names

No, just clear cache.

You can always use .lower() function. Plenty of examples.
by rednoah
16 Dec 2013, 02:45
Forum: Help and Support
Topic: Adding Scene Names
Replies: 5
Views: 3640

Re: Adding Scene Names

Added. Try again next week.
by rednoah
16 Dec 2013, 02:29
Forum: Help and Support
Topic: Adding Scene Names
Replies: 5
Views: 3640

Re: Adding Scene Names

{source} ...video source, i.e. DVD, BD, WEB-RIP etc

{group} ... release group (Use this!)
by rednoah
16 Dec 2013, 02:10
Forum: Help and Support
Topic: "Failed to auto-detect query"
Replies: 1
Views: 1997

Re: "Failed to auto-detect query"

FileBot only looks at the files. Make sure that the series name is either in the files or in one of the parent folders.

AMC always returns successfully because all errors of individual batches are ignored gracefully, i.e. what if it works for some files yet for others it can't make sense?
by rednoah
16 Dec 2013, 02:05
Forum: Help and Support
Topic: Filebot/Utorrent started renaming tv shows as movies, HELP!
Replies: 17
Views: 8205

Re: Filebot/Utorrent started renaming tv shows as movies, HE

Where's the relevant logs? Isn't 3.8 the latest release?

Have you tried deleting cache/appdata? Don't use --log-lock false if you're running things automated.
by rednoah
16 Dec 2013, 01:55
Forum: Help and Support
Topic: AMC-script rename issue
Replies: 6
Views: 4776

Re: AMC-script rename issue

1. This is the input: D:\Downloads\Complete\Parks and Recreation S01-04 720p H.264-TL FileBot has no idea what files you downloaded, it only knows that folder and whatever files are in it. 2. Yes, the entire batch should fail. In the above you have 2 batches because of naming inconsistencies. 3. I g...
by rednoah
16 Dec 2013, 01:42
Forum: Scripting and Automation
Topic: use partial file name instead of full path?
Replies: 8
Views: 5589

Re: use partial file name instead of full path?

Try the latest HEAD revision then. Works for me: Argument: D:\workspace\testdata\AMC-TEST Input: D:\workspace\testdata\AMC-TEST\volume1\temp\downloads\Awkward.S03E19.mp4 Group: [tvs:awkward] => [Awkward.S03E19.mp4] Rename episodes using [TheTVDB] Auto-detected query: [Awkward] Fetching episode data ...
by rednoah
16 Dec 2013, 01:40
Forum: Feature Requests and Bug Reports
Topic: [No Match] Extras (2005)
Replies: 1
Views: 2112

Re: [No Match] Extras (2005)

Pretty much. :D

This one you have to do manually.
by rednoah
15 Dec 2013, 14:00
Forum: Help and Support
Topic: Issue running filebot via uTorrent
Replies: 4
Views: 3034

Re: Issue running filebot via uTorrent

Because when manually it executes as your user and when utorrent executes it it may be a different user? Or because utorrent specifies a different .bash.rc or just doesn't use the .bash.rc that is used when you run manually? Are you sure your script even starts? Maybe utorrent can't even access your...
by rednoah
15 Dec 2013, 13:54
Forum: Help and Support
Topic: AMC-script rename issue
Replies: 6
Views: 4776

Re: AMC-script rename issue

Parks and Recreation - S01E06 - Rock Show already exists, maybe you recently had a look, so your video player is probably locking the file.

You can ignore and skip conflicts with:

Code: Select all

--conflict skip
by rednoah
15 Dec 2013, 12:53
Forum: Help and Support
Topic: AMC-script rename issue
Replies: 6
Views: 4776

Re: AMC-script rename issue

This error causes it to abort the first batch somewhere in between:

Code: Select all

Exception: Failed to override file: D:\TV Shows\Parks and Recreation\Season 01\Parks and Recreation - S01E06 - Rock Show.mkv
by rednoah
15 Dec 2013, 12:40
Forum: Help and Support
Topic: Issue running filebot via uTorrent
Replies: 4
Views: 3034

Re: Issue running filebot via uTorrent

bash environment is probably different

the easiest fix is to just use the absolute path to the filebot.sh launcher rather than relying on the PATH to find filebot.
by rednoah
15 Dec 2013, 05:45
Forum: Scripting and Automation
Topic: Uploading to FTP - How?
Replies: 2
Views: 3033

Re: Uploading to FTP - How?

FileBot comes with a complete support for Groovy and Ant. Ant FTP/SFTP tasks: http://ant.apache.org/manual/Tasks/ftp.html http://ant.apache.org/manual/Tasks/scp.html Using Ant from Groovy: http://groovy.codehaus.org/Using+Ant+from+Groovy e.g. def ant = new AntBuilder() ant.ftp(remotedir: '/pub/incom...
by rednoah
15 Dec 2013, 05:10
Forum: Episode / Movie Naming Scheme
Topic: Get season count
Replies: 3
Views: 3545

Re: Get season count

It's all Groovy:
http://groovy.codehaus.org/JN1015-Collections

Predefined bindings and functions specific to FileBot format expressions are on the website with plenty of examples in the forums.
by rednoah
15 Dec 2013, 05:03
Forum: Help and Support
Topic: Filebot with Network Shares on Windows
Replies: 1
Views: 2766

Re: Filebot with Network Shares on Windows

I'm not even sure if SMB supports link/symlinks. Also Windows would work with network paths on different drives so symlinks on the unix side won't make sense to Windows. Windows can't even know it's on the same physical drive, or same machine or whatever, so it's gonna treat things as Drive A to Dri...
by rednoah
14 Dec 2013, 15:12
Forum: Episode / Movie Naming Scheme
Topic: Get season count
Replies: 3
Views: 3545

Re: Get season count

Easy.

Code: Select all

{episodelist.season.max()}
by rednoah
14 Dec 2013, 07:44
Forum: Help and Support
Topic: Questions regarding CLI
Replies: 7
Views: 4734

Re: Questions regarding CLI

I don't understand the issue... what's so complicated about --filter?

You mean the law.and.order.svu is not matched correctly? This is the solution:

Code: Select all

--filter "n != 'Law & Order'"
Unless you also download Law & Order this solution is perfect.
by rednoah
14 Dec 2013, 03:18
Forum: Help and Support
Topic: Questions regarding CLI
Replies: 7
Views: 4734

Re: Questions regarding CLI

Yes, the mapping means it'll add "Law & Order: Special Victims Unit" as query, thus getting back a perfect match from the database. Without that mapping "Law & Order: Special Victims Unit" wouldn't even be an option. * Thanks to the mapping GUI users will get "Law &a...
by rednoah
14 Dec 2013, 02:55
Forum: Help and Support
Topic: Not downloading Subtitles with Utorrent Automation....?
Replies: 3
Views: 3177

Re: Not downloading Subtitles with Utorrent Automation....?

The AMC script doesn't and will never support some kind of deferred execution. You can write your own scripts for that.

The CLI will get you along way:

Code: Select all

filebot -get-missing-subtitles <files>
You just need to figure out the timing and rules for how to exclude files.
by rednoah
14 Dec 2013, 02:46
Forum: Help and Support
Topic: Questions regarding CLI
Replies: 7
Views: 4734

Re: Questions regarding CLI

1. We have 3 options: Law & Order: Special Victims Unit, Law and Order, Law and Order SVU 1. Law and Order SVU => no show of that name 2. Law & Order: Special Victims Unit VS Law and Order => Law and Order WINS because it's more similar (because only 1 "word" is doesn't match) The ...
by rednoah
14 Dec 2013, 02:34
Forum: Help and Support
Topic: Not downloading Subtitles with Utorrent Automation....?
Replies: 3
Views: 3177

Re: Not downloading Subtitles with Utorrent Automation....?

Check the logs. It'll probably tell u that it can't find subtitles at that point in time. There's cmdline for grabbing missing subs. But I'm not gonna mouth-feed that to since you plan on hitting OpenSubtitles every hour. DONT ABUSE OPENSUBTITLES. If you need to batch -get-missing-subtitles do it at...
by rednoah
14 Dec 2013, 02:26
Forum: Help and Support
Topic: Issue Reggarding Portuguese Subtitles
Replies: 8
Views: 5322

Re: Issue Reggarding Portuguese Subtitles

Added improved support for pb/pob with r1905. Just some hacks to make it work since it's not on the ISO standard list of language codes.