Search found 22998 matches

by rednoah
24 Feb 2014, 07:55
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 7092

Re: Filebot & SABnzbd+

Since when does cmd support any kind of ""..."" double double quote magic?

Trick question. It obviously doesn't.
by rednoah
24 Feb 2014, 07:44
Forum: Help and Support
Topic: Subtitles aren't moved to new folder
Replies: 9
Views: 5654

Re: Subtitles aren't moved to new folder

Probably somewhere in %APPDATA%/Filebot/logs/**

If you can't run filebot from console you'll have a hard time testing the amc script.
by rednoah
24 Feb 2014, 02:14
Forum: Help and Support
Topic: Subtitles aren't moved to new folder
Replies: 9
Views: 5654

Re: Subtitles aren't moved to new folder

Have you even tried running the script from console? If you had you'd notice that the very first line in the output tells you where the logs are.
by rednoah
24 Feb 2014, 02:12
Forum: Help and Support
Topic: Capital letters on file extensions
Replies: 11
Views: 7159

Re: Capital letters on file extensions

r2047 will now force lower-case extensions in CLI mode as well.
by rednoah
23 Feb 2014, 17:07
Forum: Help and Support
Topic: Subtitles aren't moved to new folder
Replies: 9
Views: 5654

Re: Subtitles aren't moved to new folder

See AMC troubleshooting tips. Log location is the first line in the console output.
by rednoah
23 Feb 2014, 17:06
Forum: Help and Support
Topic: Capital letters on file extensions
Replies: 11
Views: 7159

Re: Capital letters on file extensions

GUI or CLI? Console logs?
by rednoah
23 Feb 2014, 11:11
Forum: Anything and Everything else
Topic: Software requirements specification
Replies: 17
Views: 17561

Re: Software requirements specification

The Green and Blue button are for Upload and Download of Subtitles. Users are expected to drop files/folders onto each of these buttons to Upload / Download subtitles.
by rednoah
23 Feb 2014, 00:35
Forum: Help and Support
Topic: Subtitles aren't moved to new folder
Replies: 9
Views: 5654

Re: Subtitles aren't moved to new folder

Logs please.
by rednoah
22 Feb 2014, 15:40
Forum: Scripting and Automation
Topic: [WINDOWS] Simple Auto-SubDownloader v1.3 !UPDATED
Replies: 16
Views: 9947

Re: [WINDOWS] Simple Auto-SubDownloader v1

Please make sure the lowest interval people can pick is 1 hour or more, or even 1 day, that would be saver me thinks. Wouldn't wanna have people DDoSing OpenSubtitles. And make sure it's always just going for the missing subtitles. ;)
by rednoah
22 Feb 2014, 10:42
Forum: Feature Requests and Bug Reports
Topic: Anidb episodes names broken.
Replies: 1
Views: 1839

Re: Anidb episodes names broken.

Works fine here.

Code: Select all

filebot -list --q naruto --db anidb

Code: Select all

Naruto - 01 - Enter: Naruto Uzumaki!
Naruto - 02 - My Name is Konohamaru!
Naruto - 03 - Sasuke and Sakura: Friends or Foes?
...
by rednoah
21 Feb 2014, 16:47
Forum: Scripting and Automation
Topic: Exclude movies
Replies: 4
Views: 3276

Re: Exclude movies

That would work. If you make filebot ignore the movie files completely that will do, it'll be excluded before filebot even checks if the file is an episode or a movie or whatever.
by rednoah
21 Feb 2014, 16:08
Forum: Episode / Movie Naming Scheme
Topic: Adding language names with codecs
Replies: 6
Views: 6661

Re: Adding language names with codecs

I guess this stuff is considered too basic cause it's not really in the docs, there should be blogs and other resources though. It's all really just List, Map and Closure that make the magic happen. Also why Groovy is so much nicer to work with Collections than Java. Maybe this can get you started: ...
by rednoah
21 Feb 2014, 15:53
Forum: Episode / Movie Naming Scheme
Topic: Specials to season 0
Replies: 4
Views: 5164

Re: Specials to season 0

Screenshots.

And it most definitely does work. If 'Special' works then 'Season 0' also works. There's no logic that could change, other than the episode not being a special in the first place.
by rednoah
21 Feb 2014, 15:48
Forum: Episode / Movie Naming Scheme
Topic: Adding language names with codecs
Replies: 6
Views: 6661

Re: Adding language names with codecs

I don't have multi-audio multi-codec file like this to test with but i'm pretty there's nothing that groovy can't do :P

This is what you do.

... actually code is more compact

Here you go:

Code: Select all

{audios.groupBy{ it.Codec }.collect{ c, a -> [c] + a*.Language }.flatten().join('.')}
by rednoah
21 Feb 2014, 15:33
Forum: Episode / Movie Naming Scheme
Topic: Specials to season 0
Replies: 4
Views: 5164

Re: Specials to season 0

This is from the examples:
http://www.filebot.net/forums/viewtopic.php?f=5&t=2

Code: Select all

X:/TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
I'm sure you can figure out how to modify it do do what you want.
by rednoah
21 Feb 2014, 15:30
Forum: Scripting and Automation
Topic: Exclude movies
Replies: 4
Views: 3276

Re: Exclude movies

You could have your own script filter out non-episode files and then just process only episode files.
by rednoah
21 Feb 2014, 12:36
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 7092

Re: Filebot & SABnzbd+

That'll probably work but i think it'll call filebot for every single file so it's a bit inefficient. I think with xargs you can make it work so that it's called with many file arguments in one call.
by rednoah
21 Feb 2014, 05:17
Forum: Help and Support
Topic: Naming Format Questions...
Replies: 7
Views: 4179

Re: Naming Format Questions...

I don't understand what the issue is with CSV files, but it'd definitely use CSV files with a simple lookup. Format: {csv("D:/${n}.csv").get(s.pad(2))} D:/Firefly.csv 01; 01 - A It probably didn't work for you cause CSV map uses String as key and when you look up with s which is an Integer...
by rednoah
21 Feb 2014, 05:05
Forum: Feature Requests and Bug Reports
Topic: Default rename format for TV
Replies: 3
Views: 3165

Re: Default rename format for TV

FileBot default format is: {n} - {sxe} - {t} Both S00E00 and 1x01 formats are equally well established and sure to be recognized by any HTPC and I am 100% sure that XBMC and Plex and all the others do recognize 1x01 naming perfectly fine. If it doesn't I would consider that a heavy bug on the HTPC s...
by rednoah
21 Feb 2014, 04:51
Forum: Help and Support
Topic: TV show names fail can I use tv show id
Replies: 5
Views: 5460

Re: TV show names fail can I use tv show id

Sure, internally it always tries to resolve the query to some sort of id, but i don't intend to add special syntax handling to all datasources.

You could do some "id:1234" query and then modify each datasource in the search function to handle that differently. Seems like a hack though. :P
by rednoah
21 Feb 2014, 04:48
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 7092

Re: Filebot & SABnzbd+

Shouldn't be too hard, just find and xargs:
http://en.wikipedia.org/wiki/Xargs
by rednoah
20 Feb 2014, 19:00
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 7092

Re: Filebot & SABnzbd+

You would have to only pass in the video files and not the extras, and for that you'd probably need to modify the script or be very smart with passing cmdline arguments.
by rednoah
20 Feb 2014, 16:50
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 7092

Re: Filebot & SABnzbd+

. is resolved by the shell to all files in the current folder, and you are apparently in a folder where there are no media files when calling this.

Just pass in an absolute path to where the media files are, and set -r if the files are in sub-folders.
by rednoah
20 Feb 2014, 04:32
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 568146

Re: [MANUAL] Configure OpenSubtitles and Sublight login

For that one you need to use the latest build, the 3.8 release is too old.
by rednoah
19 Feb 2014, 21:16
Forum: Help and Support
Topic: Can't figure out source of error
Replies: 9
Views: 4445

Re: Can't figure out source of error

Judging from the log /volume1/Movies/A History of Violence (2005) does not contain any video files.