Search found 24036 matches

by rednoah
16 Jun 2014, 03:09
Forum: Help and Support
Topic: v.4.1 doesn't work on OS X 10.6.8
Replies: 3
Views: 2553

Re: v.4.1 doesn't work on OS X 10.6.8

As long as you have Java 8 it'll run an any platform of any version.
by rednoah
16 Jun 2014, 03:07
Forum: Scripting and Automation
Topic: [HELP] Excluding All Non-Media Files In CLI
Replies: 4
Views: 4377

Re: [HELP] Excluding All Non-Media Files In CLI

1.
You could do that with a Groovy script one-liner. So you would just do filebot -script and then the rest is in your groovy script. So you have to "port" your command-line to Groovy syntax.

2.
On Unix you can easily use find | xargs to run your filebot command on a specific set of files.
by rednoah
15 Jun 2014, 05:00
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1035
Views: 1125929

Re: POSTBUCKET - where random posts in unrelated topics go

You can't. The mi script does not cross-reference your files with any database.
by rednoah
15 Jun 2014, 04:09
Forum: Help and Support
Topic: CLI questions about subtitles and DB options
Replies: 3
Views: 3428

Re: CLI questions about subtitles and DB options

That usage is not supported. It's either filebot -rename or filebot -get-subtitles and not both. While it works to some degree, if you need more than the default you really should use scripting instead. For example you can't use --db if you do -rename and -get-subtitles on a single call, but you can ...
by rednoah
14 Jun 2014, 17:56
Forum: Feature Requests and Bug Reports
Topic: Script not working after upgrade
Replies: 24
Views: 17239

Re: Script not working after upgrade

Just for testing you could try putting the movie folder into a folder called "Movies" which will force movie detection, and see what happens.
by rednoah
14 Jun 2014, 10:57
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 10132

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

So I've tried both and it's working: Input: D:\workspace\testdata\AMC-TEST\300.L.Alba.Di.Un.Impero.2014.iTALiAN.LD.BDRip.avi Input: D:\workspace\testdata\AMC-TEST\I.Frankenstein.2014.iTALiAN.MD.R6.XviD-FLY.avi 300.L.Alba.Di.Un.Impero.2014.iTALiAN.LD.BDRip.avi [series: null, movie: 300 (2006)] I ...
by rednoah
14 Jun 2014, 10:50
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 10132

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

This an is easy one, I can't make sense of the file so filebot can neither. I assume it's some Italian movie? The Frankenstein should work, and does so: Input: D:\workspace\testdata\AMC-TEST\I.Frankenstein.2014.iTALiAN.MD.R6.XviD-FLY.avi I.Frankenstein.2014.iTALiAN.MD.R6.XviD-FLY.avi [series: I ...
by rednoah
14 Jun 2014, 10:46
Forum: Scripting and Automation
Topic: How to fix Automated Media Center mismatches?
Replies: 3
Views: 3626

Re: How to fix Automated Media Center mismatches?

The only option you have is playing with the --filter option. It's generally not easy though, also the reason for it not working could be different every time.

Best to post logs of mismatches here and see if something can be done.
by rednoah
14 Jun 2014, 03:36
Forum: Scripting and Automation
Topic: AMC and renaming subtitle language
Replies: 1
Views: 2290

Re: AMC and renaming subtitle language

1.
You can't call multiple scripts with one filebot call. You need 3 filebot -script fn:name calls for the 3 scripts you wanna call.

1a.
Why use fn:suball when amc already includes subtitle downloading?

1b.
Why use fn:replace if you can do {lang} or {lang.replace('pob', 'por')} in your format?
by rednoah
14 Jun 2014, 03:11
Forum: Help and Support
Topic: CLI questions about subtitles and DB options
Replies: 3
Views: 3428

Re: CLI questions about subtitles and DB options

1. -get-subtitles never performs any search on TheTVDB/TheMovieDB 2. -get-subtitles only supports OpenSubtitles, so there is no point in using the --db option There might be some internal look logic to find the optimal query to send to OpenSubtitles if a name search is required. These parts can't be ...
by rednoah
13 Jun 2014, 17:42
Forum: Episode / Movie Naming Scheme
Topic: Rename and move
Replies: 3
Views: 6506

Re: Rename and move

So what's stopping you from defining the target path instead of only the target filename???
http://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7
by rednoah
13 Jun 2014, 16:18
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 26318

Re: [Mismatch] Anime (AniDB)

FileBot does not consider any Short Title nor any Non-English-Japanese Official Titles. I've added "Ano Hana" as English Synonym/Alias so it should work by next or next next week. EDIT: r2253 will ignore music video / unknown / other type anidb entries, which in this case will exclude the mismatch
by rednoah
13 Jun 2014, 15:42
Forum: Help and Support
Topic: DUT subtitles instead NLD
Replies: 12
Views: 8323

Re: DUT subtitles instead NLD

1. If you want to process a folder tree you need to set -r flag 2. If you use * shell expansion you effectively pass in all files and folders, i.e. lots of folder arguments, it's still not recursive though /volume1/video/movies/* 3. If you run -get-subtitles repeatedly on the same folder you need to ...
by rednoah
13 Jun 2014, 14:25
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 26318

Re: [Mismatch] Anime (AniDB)

You can use Fiddler to inspect the HTTP requests / responses.

http://www.telerik.com/download/fiddler
by rednoah
13 Jun 2014, 12:06
Forum: Episode / Movie Naming Scheme
Topic: Working with Filebot on multiple volumes
Replies: 1
Views: 3091

Re: Working with Filebot on multiple volumes

There's an issue with passing in formats that contain =

It's fixed with r2252
by rednoah
13 Jun 2014, 11:41
Forum: Help and Support
Topic: pushover error
Replies: 7
Views: 6014

Re: pushover error

So you have never tried copying the call from the manual verbatim??? filebot -script fn:amc --output "/path/to/output" --log-file amc.log --action copy -non-strict "/path/to/input" --def excludeList=amc.txt Change what you need to change, don't touch anything you don't understand. Like replacing fn ...
by rednoah
13 Jun 2014, 11:37
Forum: Help and Support
Topic: DUT subtitles instead NLD
Replies: 12
Views: 8323

Re: DUT subtitles instead NLD

Does it work if you call it on the folder rather than the file array? filebot -get-missing-subtitles --lang en --output srt /volume1/video/movies/ Only difference I can think of, it shouldn't make a difference how the script is called, it's still the same logic. Unless somehow you have an older ...
by rednoah
13 Jun 2014, 11:34
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 10132

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

No, and you couldn't even disable that if you wanted to.

Have you tried filebot -clear-cache?
by rednoah
13 Jun 2014, 10:01
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 120769

Re: Wishlist for New Features and Scripts

Manual wrote:--def extras=y Generate *.url files and fetch all available backdrops
If you just want .url files then filebot can generate them for you.
by rednoah
13 Jun 2014, 09:54
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 10132

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

I can't reproduce the issue... Input: D:\workspace\testdata\AMC-TEST\Samba\DownloadFolder\Enders.Game.2013.720p.DTS.ITA.DTS.ENG.Subs.x264-SharksXP.mkv Enders.Game.2013.720p.DTS.ITA.DTS.ENG.Subs.x264-SharksXP.mkv [series: Game, movie: Ender's Game (2013)] Exclude Series: Game Group: [tvs:null, mov ...
by rednoah
13 Jun 2014, 09:31
Forum: Feature Requests and Bug Reports
Topic: Script not working after upgrade
Replies: 24
Views: 17239

Re: Script not working after upgrade

Works for me: Input: D:\workspace\testdata\AMC-TEST\media\videos\1\Non-Stop.2014.720p.BluRay.X264-AMIABLE [PublicHD]\Non-Stop.2014.720p.BluRay.X264-AMIABLE.mkv Non-Stop.2014.720p.BluRay.X264-AMIABLE.mkv [series: Non Stop, movie: Non-Stop (2014)] Exclude Series: Non Stop Group: [tvs:null, mov:non ...
by rednoah
13 Jun 2014, 02:27
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 26318

Re: [Mismatch] Anime (AniDB)

It should look like this: Input: D:\workspace\testdata\AMC-TEST\Anime\[UTW]_Shinsekai_Yori_-_21_[h264-720p][7C3AC933].mkv Input: D:\workspace\testdata\AMC-TEST\Anime\[WhyNot] Steins;Gate - 22 [BD 720p AAC][17F77CDB].mkv Group: [anime:shinsekai yori] => [[UTW]_Shinsekai_Yori_-_21_[h264-720p][7C3AC933 ...
by rednoah
13 Jun 2014, 02:14
Forum: Episode / Movie Naming Scheme
Topic: MultiCD naming: {pi} VS {fn.match(/CD\d/)}
Replies: 12
Views: 77688

Re: MultiCD naming: {pi} VS {fn.match(/CD\d/)}

Then you just scan the whole path for CD00 patterns ;)

Code: Select all

{file.path.match(/CD\d+/).upper()}
by rednoah
13 Jun 2014, 02:11
Forum: Feature Requests and Bug Reports
Topic: Scrape Last.fm for Music Metadata
Replies: 1
Views: 2316

Re: Scrape Last.fm for Music Metadata

You lost me at scrape. :lol:

I recommend using MusicBrainz data instead.

@see http://beets.radbox.org/
@see https://musicbrainz.org/