Search found 22986 matches

by rednoah
21 Feb 2014, 15:53
Forum: Episode / Movie Naming Scheme
Topic: Specials to season 0
Replies: 4
Views: 5156

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: 6603

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: 5156

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: 3274

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: 7088

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: 4176

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: 3164

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: 5459

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: 7088

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: 7088

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: 7088

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: 541428

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.
by rednoah
19 Feb 2014, 21:09
Forum: Feature Requests and Bug Reports
Topic: [Feature] Inline Editing of Filenames
Replies: 4
Views: 3476

Re: [Feature] Inline Editing of Filenames

Generally people wanna get rid of that info rather than keep it, so {group} is not a feature i want to waste too much time on.

Added a little hack with r2044 so you can now hit F2 to force a name. Try it, cause it might break some other stuff.
by rednoah
19 Feb 2014, 19:10
Forum: Feature Requests and Bug Reports
Topic: [Feature] Inline Editing of Filenames
Replies: 4
Views: 3476

Re: [Feature] Inline Editing of Filenames

Sorry, this will not be supported.

Read this for adding entries to {group} and alternative ways of doing it / not doing it:
http://www.filebot.net/forums/viewtopic.php?f=5&t=4

EDIT: r2043 should improve this a bit
by rednoah
19 Feb 2014, 19:06
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 7088

Re: Filebot & SABnzbd+

Well, you'd start with opening the cmdline and playing with filebot. Once you are able to run a command that renames/moves files as you want from a fixed folder you just have to paste it into whatever-tool and replace the fixed folder with some variables that should be provided to by given tool.
by rednoah
19 Feb 2014, 18:58
Forum: Help and Support
Topic: Can't figure out source of error
Replies: 9
Views: 4445

Re: Can't figure out source of error

Try r2040.

PS: The issue is caused by Java 6 since I generally only test and work with Java 7 and 8.
by rednoah
19 Feb 2014, 03:35
Forum: Help and Support
Topic: Can't figure out source of error
Replies: 9
Views: 4445

Re: Can't figure out source of error

Try using the latest HEAD revision. The MH packages are always a bit outdated.
by rednoah
18 Feb 2014, 09:45
Forum: Episode / Movie Naming Scheme
Topic: Rename movie and subtitle in folder along with folder
Replies: 1
Views: 2756

Re: Rename movie and subtitle in folder along with folder

Subtitle file needs to be in the same folder as the video file and the name must match as well. If you wanna change only the folder name check the FAQ. It's probably best to have filebot organize everything into a new structure based on the format you specify. Also FAQ. Example: J:\Film\Bottle Rocke...
by rednoah
18 Feb 2014, 07:31
Forum: Feature Requests and Bug Reports
Topic: High-DPI problem in Windows
Replies: 2
Views: 2608

Re: High-DPI problem in Windows

How does it look if you run with the FileBot (platform) shortcut?
by rednoah
18 Feb 2014, 05:57
Forum: Help and Support
Topic: Japanese (Transcription) episodes titles
Replies: 17
Views: 9392

Re: Japanese (Transcription) episodes titles

I did try this myself and at least from cmdline you can make it work by pass in --lang x-jat . filebot -rename . --db anidb -non-strict --lang x-jat --action test Rename episodes using [AniDB] Auto-detected query: [Neon Genesis Evangelion] Fetching episode data for [Shinseiki Evangelion] Fetching ep...
by rednoah
18 Feb 2014, 03:23
Forum: Help and Support
Topic: Where are GUI logs in Windoze
Replies: 2
Views: 1936

Re: Where are GUI logs in Windoze

MOVE operations are performed by the native Windows File-Move dialog so filebot doesn't know if any errors happened. Just knows if the files are there in the end and updates the GUI accordingly. If you use FileBot (platform) it'll use the Java Files API for MOVE and that will give you some logs in t...
by rednoah
17 Feb 2014, 11:53
Forum: Help and Support
Topic: Make alias or feed arguments from file
Replies: 1
Views: 1783

Re: Make alias or feed arguments from file

Just create some amc.sh script and call filebot with predefined arguments, plus whatever you pass along when calling the script via "$@". Here's what I use: filebot -script dev:amc -non-strict --log-file amc.log --def artwork=y "seriesFormat=TV Shows/{n}/{'Season '+s.pad(2)}/{n} - {s0...
by rednoah
17 Feb 2014, 11:21
Forum: Feature Requests and Bug Reports
Topic: Wrapping text in the format editor
Replies: 4
Views: 4010

Re: Wrapping text in the format editor

If you have really really really long expressions I recommend just using a random Groovy editor to write the code and then just paste it into filebot.

PS: When pasting code into the editor new lines should be converted to blanks automatically.