Search found 22994 matches

by rednoah
28 Sep 2013, 09:23
Forum: Feature Requests and Bug Reports
Topic: Checking against a seperate file for IMDB id.
Replies: 2
Views: 3363

Re: Checking against a seperate file for IMDB id.

You can modify media.types and add txt as nfo extension. Then it'll check txt files for imdb patterns as well. You could just add an extra field to the existing nfo, filebot will pick up anything that looks like imdb id regardless of xml structure. Like add xml comments anywhere: <!-- http://www.imd...
by rednoah
28 Sep 2013, 09:18
Forum: Help and Support
Topic: File Info/Metadata into CSV
Replies: 9
Views: 5390

Re: File Info/Metadata into CSV

Not impossible anyway. You can play with the view xattr script if that'll give u some useful information.

So doable, but quite a bit of work.
by rednoah
28 Sep 2013, 09:16
Forum: Help and Support
Topic: IRC Chat
Replies: 3
Views: 3280

Re: IRC Chat

Nope. I'd probably the only one on there and I don't have time. :D
by rednoah
28 Sep 2013, 09:14
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5302

Re: Need help on Movie Naming

{vc} should give you x264 if it's encoded with x264, not some other AVC codec. It'll read the file with mediainfo to get that info:
2013-09-28 17_10_48-Movie Bindings.png
Otherwise this works:

Code: Select all

{vc.replace('AVC', 'x264')}
Test:

Code: Select all

{"AVC".replace('AVC', 'x264')}
by rednoah
28 Sep 2013, 09:04
Forum: Help and Support
Topic: File Info/Metadata into CSV
Replies: 9
Views: 5390

Re: File Info/Metadata into CSV

The current script doesn't do any detection so you'll only have filename/mediainfo (not genre, imdb id, etc) data to work with. Doing all that detection logic to the script won't be easy. Best thing would be to first rename files with filebot, and as long as xattr is enabled the files will be tagged...
by rednoah
27 Sep 2013, 12:31
Forum: Scripting and Automation
Topic: Setting up filebot with utorrent
Replies: 6
Views: 8281

Re: Setting up filebot with utorrent

This the filebot call we came up with: * The only notable change from above is that it sorts movies like "The Movie" into folder M rather than folder T. filebot -script fn:amc --output "." --log-file amc.log --action copy --conflict override -non-strict --def artwork=n "subt...
by rednoah
27 Sep 2013, 07:00
Forum: Feature Requests and Bug Reports
Topic: Incorrect Matches
Replies: 1
Views: 1896

Re: Incorrect Matches

It'll work better once somebody fills out the data properly:
http://thetvdb.com/?tab=season&seriesid ... 7373&lid=7

EDIT: Did some tuning and this issue should be fixed with r1751
by rednoah
27 Sep 2013, 06:47
Forum: Help and Support
Topic: n00b ? about subtitles
Replies: 1
Views: 1722

Re: n00b ? about subtitles

That'll work. If subtitles are available on OpenSubtitles is another question.

PS: Subtitle naming doesn't require any specific naming, should work for anything. Usually the original release name should give u the best matching subtitles.
by rednoah
27 Sep 2013, 06:36
Forum: Help and Support
Topic: Lonney Tunes on Raspberry Pi
Replies: 4
Views: 3669

Re: Lonney Tunes on Raspberry Pi

mrchrister wrote:Do you know of other optimisations I could try to not pick up false positives?
If you need it 100% you shouldn't use -non-strict. It'll always work, but it'll also ignore files when it can't be sure it's a correct match.
by rednoah
26 Sep 2013, 03:36
Forum: Help and Support
Topic: Lonney Tunes on Raspberry Pi
Replies: 4
Views: 3669

Re: Lonney Tunes on Raspberry Pi

Check this data dump:

Code: Select all

filebot -list --q "looney tunes" --format "{json}"
The episode data is entered incorrectly. All episodes are listed with airdate year 1930.


Instead you can try using s < 2000 instead, or correcting the data in TheTVDB.
by rednoah
25 Sep 2013, 20:35
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Match] BBC Life (2009)
Replies: 1
Views: 2708

Re: [Incorrect Match] BBC Life (2009)

BBC being on the query-blacklist messed things up a bit. Fixed now. Argument: D:\workspace\testdata\AMC-TEST Input: D:\workspace\testdata\AMC-TEST\BBC.Life.S01E02.Reptiles and Amphibians.2009.720p.BluRay.mkv Group: [tvs:Life] => [BBC.Life.S01E02.Reptiles and Amphibians.2009.720p.BluRay.mkv] Rename e...
by rednoah
25 Sep 2013, 06:12
Forum: Scripting and Automation
Topic: Streaming Channel's Need Help
Replies: 26
Views: 13876

Re: Streaming Channel's Need Help

I'd be best of the download application call filebot on download complete, like the amc script.

Otherwise you can check into the watcher script.
by rednoah
24 Sep 2013, 20:50
Forum: Scripting and Automation
Topic: Automated Media Center: Custom sized artwork
Replies: 6
Views: 3988

Re: Automated Media Center: Custom sized artwork

If you manage to make convert work on a single image, u can combine it with find -exec to do it for all:
http://www.grymoire.com/Unix/Find.html#uh-13
by rednoah
24 Sep 2013, 20:20
Forum: Scripting and Automation
Topic: Automated Media Center: Custom sized artwork
Replies: 6
Views: 3988

Re: Automated Media Center: Custom sized artwork

You could modify htpc.groovy and to pick the artwork u want, though it'll require lots of experimenting to get it working.

If I were you I'd run a batch resize script. I'm sure there's tools out there. Or use bash and some sort of find -exec imagemagick resize ...
by rednoah
24 Sep 2013, 20:14
Forum: Help and Support
Topic: [SOLVED] Automation script doesn't delete source folder
Replies: 2
Views: 2245

Re: Automation script doesn't delete source folder

Can u guess what is wrong?

Code: Select all

sclean=y
by rednoah
24 Sep 2013, 11:02
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6426

Re: Same file enclose in different folder = different result

Rename movies using [TheMovieDB] Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\A PROCESAR\PELICULAS\Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv] Apply Filter: {y > 2000} Include [Olympus Has Fallen (2013)] [TEST] Rename [D:\workspace\testdata\AMC-TEST\A PROCESAR\PELICULAS\Objeti...
by rednoah
24 Sep 2013, 10:51
Forum: Help and Support
Topic: Add a 10 second delay before running script?
Replies: 1
Views: 1770

Re: Add a 10 second delay before running script?

You can modify the script. Or just add some sleep call before the filebot call.
by rednoah
23 Sep 2013, 20:40
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6426

Re: Same file enclose in different folder = different result

I already added the Spanish ones to the blacklist. You can find the link that other post. Sort order would only work in this particular case, spanish file VS english data, in most cases it wouldn't help, more likely mess it up. You can try using the latest HEAD revision. I forever tweak these things...
by rednoah
23 Sep 2013, 19:41
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Add "576p" to vf binding
Replies: 3
Views: 2882

Re: [Feature Request] Add "576p" to vf binding

Try r1747. It'll only require only one of width/height be enough (not both like now) to satisfy the minimum requirement to get into a {vf} category.

EDIT: r1748
by rednoah
23 Sep 2013, 19:39
Forum: Scripting and Automation
Topic: Conflicting Arguments
Replies: 3
Views: 2908

Re: Conflicting Arguments

My fault, I forgot ut_file is not set for you guys and I included it in my new sanity checks.

Just ignore it and it'll start working again tomorrow. If it doesn't after 48h come back here. ;)
by rednoah
23 Sep 2013, 19:36
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8434

Re: How can this be done?

As long as qBittorrent supports calling external programs when download completes you can make it work. You can look at the Transmission and Deluge tutorials and how it's setup with AMC. It'd be similar (but not the same) for qBittorrent.
by rednoah
23 Sep 2013, 19:29
Forum: Feature Requests and Bug Reports
Topic: Subfolder Parsing?
Replies: 1
Views: 2354

Re: Subfolder Parsing?

a) No idea, works for me, doesn't even ask anything... 2013-09-24 03_12_24-FileBot.png Maybe using the latest development revision will make this better. It seems that FileBot puts absolutely no emphasis on the folder. You're correct. FileBot does in fact put no emphasis on any folder or any single ...
by rednoah
23 Sep 2013, 16:44
Forum: Help and Support
Topic: Recent problem: Filebot and Transmission
Replies: 2
Views: 2220

Re: Recent problem: Filebot and Transmission

Just fixed that. It'll start working again by itself once it gets the updates tomorrow.
by rednoah
23 Sep 2013, 16:31
Forum: Feature Requests and Bug Reports
Topic: Conflicting arguments: pass in either file arguments or ut_d
Replies: 5
Views: 3305

Re: Conflicting arguments: pass in either file arguments or

No idea. You can try one of the latest jars and that might work better.
by rednoah
23 Sep 2013, 15:43
Forum: Help and Support
Topic: Parsing Subfolders?
Replies: 4
Views: 5549

Re: Parsing Subfolders?

a) I though I made it hard not to find... Use FileBot from the command-line! There is a simple CLI for core tasks like renaming media files and fetching subtitles as well as checking or creating SFV files. b) It's a Java warning. I can't do anything about that. Just ignore it. Win8 permissions are s...