Search found 22986 matches

by rednoah
27 Sep 2013, 06:36
Forum: Help and Support
Topic: Lonney Tunes on Raspberry Pi
Replies: 4
Views: 3668

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

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

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

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

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

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

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

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

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

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

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

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

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

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...
by rednoah
23 Sep 2013, 15:33
Forum: Feature Requests and Bug Reports
Topic: Conflicting arguments: pass in either file arguments or ut_d
Replies: 5
Views: 3302

Re: Conflicting arguments: pass in either file arguments or

Fixed the script for you.

Though you're using standalone mode so u should pass in arguments instead of using ut_kind/ut_dir/ut_file variables. My new sanity checks saw that ut_dir was set but ut_file wasn't.
by rednoah
23 Sep 2013, 15:04
Forum: Scripting and Automation
Topic: Same file enclose in different folder = different result
Replies: 10
Views: 6425

Re: Same file enclose in different folder = different result

Yep, FileBot tries to take into account as much information as possible and pick the best match. In this case FileBot has the same problem as human me... we both don't speak Spanish! :D If you switch to --lang es it'll work better cause the result will match the file name. If PROCESAR and PELICULAS ...
by rednoah
23 Sep 2013, 05:19
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Add "576p" to vf binding
Replies: 3
Views: 2880

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

Added 720x576 as valid video format for {vf} with r1742
by rednoah
23 Sep 2013, 05:06
Forum: Help and Support
Topic: Parsing Subfolders?
Replies: 4
Views: 5548

Re: Parsing Subfolders?

Yes, what seems to be problem? Have you read the FAQ and watched the video tutorials? GUI: 1. Drop D:/TV 2. Match against TheTVDB CLI: A. Process all at once: -rename -r --db TheTVDB -non-strict B. Process all folder by folder: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2211 B usually ...
by rednoah
22 Sep 2013, 12:33
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1598699

Re: Release Groups {group}

Merged in your groups and it's online now.
by rednoah
22 Sep 2013, 08:46
Forum: Episode / Movie Naming Scheme
Topic: Taking Release group from {group}, if not, from filename
Replies: 8
Views: 8596

Re: Taking Release group from {group}, if not, from filename

e.g.

Code: Select all

[-]([^.]+)[.]

Code: Select all

{"movie.file.name-Group.ext1.ext2".match(/[-]([^.]+)[.]/)}
by rednoah
21 Sep 2013, 22:39
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8826

Re: Having problems with edited sorty.groovy

cmdline output is printed to the cmdline. You can redirect to file if you want. All logging is printed to cmdline.
by rednoah
21 Sep 2013, 21:39
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5633

Re: Rename TV Episodes - w/out moving to "standard"dir struc

U need more escaping. The character ` is a bash special character. So is $ btw.

@see https://www.gnu.org/software/bash/manua ... ution.html