Search found 22998 matches

by rednoah
11 Mar 2014, 13:15
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24816

Re: AMC Problem (Fully Automated Media Center Script)

It's generally not necessary. Only if you really wanna use Windows CMD IO redirection. But why would you want that? FileBot is giving you --log-file FILE already. The fail-safe solution is to use absolute paths, which is in the AMC thread, printed in bold black letters: If you have PATH issues, and ...
by rednoah
11 Mar 2014, 13:09
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6018

Re: AMC without anime?

Yep, Anime Series will be sorted using the animeFormat which may be the same as the seriesFormat. Up to you. ;)
by rednoah
11 Mar 2014, 13:08
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10078

Re: --conflict auto

If you all factors are equal filebot will prefer the file that it's currently processing, that would most likely be the newer copy.
by rednoah
11 Mar 2014, 09:41
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6018

Re: AMC without anime?

Does it have Japanese Audio and ASS subtitles? => Anime 1. Japanese with Subtitles => Anime 2. Anime => Anime TV Sending me the paths makes the issue much more clear. I've added extra checks so that files longer than 60 min will not be put in the "forceAnime" category so your Akira 1988 w...
by rednoah
11 Mar 2014, 09:17
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10078

Re: --conflict auto

That's a bug with Transmission then. The torrent file already has all the hashes it needs to verify integrity for each piece of the file.

Otherwise you'd be seeding corrupted pieces right? Naturally the torrent protocol make that virtually impossible.
by rednoah
11 Mar 2014, 07:36
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10078

Re: --conflict auto

Probably, but where's the limit? What if the new version has a lower resolution but 10 min longer? Does that count as an extended version we wanna keep? How much lower resolution is acceptable? 10% less resolution still beats 10% longer? I can easily implement any logic you can come up with, but you...
by rednoah
11 Mar 2014, 06:13
Forum: Help and Support
Topic: Filbot + uTorrent & Torrent files with spaces
Replies: 3
Views: 3753

Re: Filbot + uTorrent & Torrent files with spaces

Doesn't matter how you pass in the files, they're all gonna be processed through the same logic. You could just check your amc.log to see if anything is different. PS: You are using the latest FileBot 4.0 right? Try reinstalling and -clear-cache once. And if you have processed files already make sur...
by rednoah
11 Mar 2014, 06:09
Forum: Scripting and Automation
Topic: subtitles tags
Replies: 1
Views: 1798

Re: subtitles tags

ISO 639-1:
http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

Though Brazilian is not in the standard actually. You can try pt and pb and see what happens.
by rednoah
11 Mar 2014, 06:06
Forum: Feature Requests and Bug Reports
Topic: UNASKED restart of Windows on Version 4.0 installation!!!!!!
Replies: 4
Views: 3059

Re: UNASKED restart of Windows on Version 4.0 installation!!

Does anybody have an idea why? It's not happening on my system, and I'm specifically setting /norestart when calling msiexec. The NSIS installer is definitely not initiating a restart, it's the MSI installer which I can't control. Can you reproduce that with every install? If it's reproducible I can...
by rednoah
10 Mar 2014, 19:43
Forum: Help and Support
Topic: Filbot + uTorrent & Torrent files with spaces
Replies: 3
Views: 3753

Re: Filbot + uTorrent & Torrent files with spaces

Works for me: Input: D:\workspace\testdata\AMC-TEST\500 Days Of Summer (2009)\500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4 Input: D:\workspace\testdata\AMC-TEST\Delivery Man 2013 BRRip XviD AC3-SANTi\santi-deliveryman.brrip.xvid.avi 500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4 [series: null,...
by rednoah
10 Mar 2014, 16:36
Forum: Help and Support
Topic: CLI broken after update
Replies: 4
Views: 2956

Re: CLI broken after update

Looks like you haven't updated for a while. It's fn:amc since about last summer.
by rednoah
10 Mar 2014, 14:52
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10078

Re: --conflict auto

I haven't specified that exactly, but ideally it's "better video" as you and me would think.

So currently it's implement with:

1. Video Resolution (requires MediaInfo)
2. File Size


Having modification date doesn't really make sense to me.
by rednoah
10 Mar 2014, 14:48
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6018

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

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

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

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

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

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

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

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

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

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

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

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

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

Then use TheTVDB and set Preferred Episode Order to Absolute Order