Search found 22986 matches

by rednoah
10 Mar 2014, 14:48
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6014

Re: AMC without anime?

Differentiating between Anime Episodes and Anime Movies is not supported, and conceptually impossible. TheMovieDB has movies, AniDB has episodes, so AniDB is only used for files that are Anime, which only provides Episode data. While TheMovieDB probably doesn't even have an entry, so there's also no...
by rednoah
10 Mar 2014, 05:51
Forum: Episode / Movie Naming Scheme
Topic: AMC Incorrect Show Rename (Resurrection)
Replies: 9
Views: 8435

Re: AMC Incorrect Show Rename (Resurrection)

Can't be fixed for now, the established show gets priority over ones that have no rating, votes or anything.

Just go to here and give the show a good rating:
http://thetvdb.com/index.php?tab=series&id=269650

That'll make filebot give it more priority in the future.
by rednoah
10 Mar 2014, 05:08
Forum: Feature Requests and Bug Reports
Topic: AnibDB Issue, before wasn't the case?
Replies: 3
Views: 2687

Re: AnibDB Issue, before wasn't the case?

The {sxe} binding is for 1x01, in case of anime you'll want 01, in case of multi-eps you'll want 1x01x02 and it's doing all that automatically. Likewise {s00e00} will evaluate to S01E01 proper shows and E01 for anime. Since anime doesn't have seasons, but HTPC will probably check against TheTVDB, it...
by rednoah
10 Mar 2014, 04:59
Forum: Scripting and Automation
Topic: Segrigating One Genre
Replies: 3
Views: 3280

Re: Segrigating One Genre

Use the Format Editor in the GUI to experiment with the format. What's the issue? The snipped I gave you is pretty much copy and paste. Obviously this has to be part of the format. In your case --output is completely ignored since you specify absolute paths in the format anyway. Q:/Library/Video/{ge...
by rednoah
09 Mar 2014, 18:59
Forum: Scripting and Automation
Topic: If subtitle not found then ...
Replies: 3
Views: 2530

Re: If subtitle not found then ...

Then you can probably simply && the two calls:

Code: Select all

Command A && Command B
You can read up on how && works exactly on google.
by rednoah
09 Mar 2014, 18:56
Forum: Scripting and Automation
Topic: Segrigating One Genre
Replies: 3
Views: 3280

Re: Segrigating One Genre

Yes?

Code: Select all

{genres =~ /Kids|Family/ ? 'Kids Folder' : 'Everything Else Folder'}
by rednoah
09 Mar 2014, 14:41
Forum: Help and Support
Topic: Deluge Windows Script AMC
Replies: 7
Views: 8011

Re: Deluge Windows Script AMC

It was my impression that the Execute plugin is not at all supported on Windows (or at least not working well even if enabled in the GUI). Better check in the Deluge forums. First thing you wanna do is write a simple cmd script that'll print the parameters you're getting passed in from Deluge and se...
by rednoah
09 Mar 2014, 09:27
Forum: Help and Support
Topic: My groovy script stopped out of nowhere
Replies: 2
Views: 2397

Re: My groovy script stopped out of nowhere

Damn, little error made it into the script published online.

Use dev:amc for now. The fn:amc should work again by tomorrow.
by rednoah
09 Mar 2014, 05:35
Forum: Help and Support
Topic: Local alias index.
Replies: 1
Views: 1650

Re: Local alias index.

Mind posting one of the filenames so I can have a look at this myself?

EDIT:
I'll add an entry to the list.
http://www.filebot.net/forums/viewtopic.php?f=3&t=360

It should work auto-magically after a few days.
by rednoah
09 Mar 2014, 05:32
Forum: Scripting and Automation
Topic: If subtitle not found then ...
Replies: 3
Views: 2530

Re: If subtitle not found then ...

You could try using the Exit Code but I think on Windows it doesn't work properly.

Best bet is a little Groovy script:
http://www.filebot.net/script.html

Pseudo Code:

Code: Select all

subs = getMissingSubtitles()
if subs not empty {
   rename()
}
by rednoah
09 Mar 2014, 05:25
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6014

Re: AMC without anime?

Not sure what you mean or want.

This will explain how "Anime Detection" works:
http://www.filebot.net/forums/viewtopic ... tion#p7273
by rednoah
08 Mar 2014, 09:38
Forum: Episode / Movie Naming Scheme
Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
Replies: 22
Views: 16843

Re: Need help renaming Naruto/Bleach/One Piece (hundreds of

If you use Absolute Order there can't be "wrong season" issues because there will be no season data on neither side.
by rednoah
08 Mar 2014, 09:07
Forum: Episode / Movie Naming Scheme
Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
Replies: 22
Views: 16843

Re: Need help renaming Naruto/Bleach/One Piece (hundreds of

Then use TheTVDB and set Preferred Episode Order to Absolute Order
by rednoah
08 Mar 2014, 08:09
Forum: Feature Requests and Bug Reports
Topic: 1of6 style episode numbering
Replies: 1
Views: 3263

Re: 1of6 style episode numbering

1. If the title would match, things would work out:

Code: Select all

Nazi.Megastructures.1of6.The.Atlantic.Wall.HDTV.x264.AAC.MVGroup.org.mp4
2. If you would rename all 1 to 6 in the same batch it would probably work by inference.

This specific case is a but of bad luck.

EDIT: fixed with r2065
by rednoah
08 Mar 2014, 03:54
Forum: Scripting and Automation
Topic: Automated Media Center with Vuze
Replies: 0
Views: 8640

Automated Media Center with Vuze

Here's just a quick summary of what you need to do to get the Automated Media Center script working with Vuze and the Command Runner Plugin . Automated Media Center: https://www.filebot.net/amc.html The command template is the same since µTorrent and Vuze Command Runner Plugin use the same variables...
by rednoah
07 Mar 2014, 20:45
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

What regex? For S2 - 21? FileBot can make sense of that without regex just fine. The issue is that the series name is shit and doesn't correspond to anything. * Magi-Nation * Magi: The Labyrinth of Magic Even when I search for 'magi' with the GUI i'm still clueless to what show it is, and with 'magi...
by rednoah
07 Mar 2014, 20:36
Forum: Scripting and Automation
Topic: Running EXEC option without calling utorrent Variables
Replies: 1
Views: 1743

Re: Running EXEC option without calling utorrent Variables

--def exec command will be called for each file. Using or not using whatever variable is up to you.
by rednoah
07 Mar 2014, 20:15
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

Ah! That's the reason, it doesn't have enough memory so garbage collection without any space left keeps things from running fast. Since you run filebot on a very large set of files you'll probably need lots of memory. Just don't process too many files at once. If you match with AniDB data there is n...
by rednoah
07 Mar 2014, 19:13
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

1. Yep, you fork the scripts GitHub and modify the forceAnime() function. 2. Magi S2 => Magi: The Labyrinth of Magic is a bit of a stretch. Also with most S2 anime it's really is a second run, and in AniDB that's usually two different shows. In this case there seems to be only one show with 21 one e...
by rednoah
07 Mar 2014, 17:47
Forum: Feature Requests and Bug Reports
Topic: Assigning folder icon?
Replies: 7
Views: 4633

Re: Assigning folder icon?

nope
by rednoah
07 Mar 2014, 17:41
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

1. Your files look too much like TV Shows http://www.filebot.net/forums/viewtopic.php?f=4&t=1203&p=7272&hilit=+anime+detection#p7273 2. Magi S2 cannot be recognized. Neither can I. 3. No idea. When you say "my log" do you mean $LOG_FILE or redirected output? No idea why it woul...
by rednoah
07 Mar 2014, 16:32
Forum: Feature Requests and Bug Reports
Topic: Assigning folder icon?
Replies: 7
Views: 4633

Re: Assigning folder icon?

Just use the movie poster image rename it to folder.jpg so Explorer will use it as folder image. Looks good to me.
2014-03-08 00_30_29-Movies.png
by rednoah
07 Mar 2014, 12:11
Forum: Scripting and Automation
Topic: Need some help wit automated script
Replies: 17
Views: 7219

Re: Need some help wit automated script

So what's the output when it's not working? I can assure you that --action copy and --action hardlink will not affect any logic other than what action is perform when you "rename" A to B. It will not affect the extract() code in any way what-so-ever. So when you say lib7zip-JBinding is not...