Search found 22923 matches

by rednoah
17 Oct 2013, 08:08
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6743

Re: More terms to exclude

"05" ended up as query as well so it got extra results. The problem isn't the query but that you're matching spanish filenames with english data. Just doesn't match up. Having the year in the filename would help a lot. "06 CODIFICAR" doesn't matter cause the search doesn't come u...
by rednoah
17 Oct 2013, 06:38
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 37983

Re: Fully automated media downloading

The syntax for that one change completely... long ago..

It's --def name=value name=value now:

Code: Select all

--def xbmc=localhost
by rednoah
17 Oct 2013, 02:39
Forum: Scripting and Automation
Topic: AMC script exiting without processing any files: Done Ńâż(´╝
Replies: 3
Views: 3003

Re: AMC script exiting without processing any files: Done Ńâ

It looks like there is no media files in that folder.

This is what it says in UTF-8:

Code: Select all

Done ヾ(@⌒ー⌒@)ノ
Windows console is somehow limited with output charsets and messes things up. It's just visual, in the logs written to file it'll display fine.
by rednoah
16 Oct 2013, 14:58
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

oh... the old r00 numbering system. What's that like again? name.rar, name.r00, name.r01 right? I'll add that check for you...

Updated the script for that:
http://pastebin.com/0RDGp146
by rednoah
16 Oct 2013, 14:30
Forum: Scripting and Automation
Topic: Copy movie to folder based on label
Replies: 17
Views: 10570

Re: Copy movie to folder based on label

Change this:

Code: Select all

'''Movies/{n} ({y})/{n} ({y}){" CD$pi"}{".$lang"}'''
To:

Code: Select all

ut_dir + '''Movies/{n} ({y})/{n} ({y}){" CD$pi"}{".$lang"}'''
by rednoah
16 Oct 2013, 10:42
Forum: Help and Support
Topic: New update broke old subtitle groovy script.
Replies: 2
Views: 2832

Re: New update broke old subtitle groovy script.

This should work:

Code: Select all

['T:/Autodownload/Running Seasons' as File].eachMediaFolder{ getMissingSubtitles(folder:it,lang:'en') }
Though it might be easier to use my scripts:

Code: Select all

filebot -script fn:suball "T:/Autodownload/Running Seasons" --lang en
by rednoah
16 Oct 2013, 07:55
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

If it really doesn't work I think by far the easiest way is to run separate clean-up script after the AMC. After the amc process has terminated there won't be any open file handles, then we could just have the clean-up script check through the amc logs and delete the archives.
by rednoah
16 Oct 2013, 07:47
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

I suppose the 7zip native code somehow keep the archive open, so it can't be deleted by the process. Maybe an issue for the .rar implementation since .7z works fine for me. There is no logic that would keep it from extracting twice, are u sure it's not been deleted? :D Actually the script is set to ...
by rednoah
16 Oct 2013, 03:37
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

Do you get these lines in your log? Mark for deletion: <file> It definitely works: Argument: D:\workspace\testdata\AMC-TEST Read archive [Silver Spoon - 02.7z] to [D:\workspace\testdata\AMC-TEST\Silver Spoon - 02\AMC-TEST] Extracting files [D:\workspace\testdata\AMC-TEST\Silver Spoon - 02\AMC-TEST\S...
by rednoah
15 Oct 2013, 18:07
Forum: Episode / Movie Naming Scheme
Topic: Adding resolution to filename
Replies: 8
Views: 12910

Re: Adding resolution to filename

You'll need to set a sample file to test with first. Otherwise where would we get that info from? Try the (x)= button.
by rednoah
15 Oct 2013, 08:03
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

Since you're planning to donate I've made a simple solution for this:
http://pastebin.com/0RDGp146

Barely tested, so not sure how well it'll work for multi-volume archives. Have a try and see how it works for you. ;)
by rednoah
15 Oct 2013, 03:25
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Match] Breaking Bad
Replies: 2
Views: 3270

Re: [Incorrect Match] Breaking Bad

For this particular case you can play with the --filter argument. Check FAQ for details.

PS: I've fixed the issue in the latest svn revision so it'll work by default in the future.
by rednoah
15 Oct 2013, 01:58
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

You're trying to use a variable called "paths" but it doesn't exist.
by rednoah
14 Oct 2013, 14:19
Forum: Feature Requests and Bug Reports
Topic: 7z-JBinding binaries for Embedded (Synology, QNAP, etc)
Replies: 7
Views: 9847

7z-JBinding binaries for Embedded (Synology, QNAP, etc)

7z-JBinding binaries for Embedded Linux, i.e. Synology NAS, QNAP NAS, etc There's lots of people with Synology NAS, QNAP NAS and other embedded Linux devices. As you've probably noticed 7zip is not supported cause there's no pre-compiled 7zip-JBindings for ARM. How about supporting the author Boris ...
by rednoah
14 Oct 2013, 08:46
Forum: Help and Support
Topic: Series Mappings
Replies: 2
Views: 2281

Re: Series Mappings

I manage these lists globally. In your case it won't help though, the series-mappings helps you get more options, it just maps one search query (that may not be in the database) to another (that is in the database). In your case the correct option is among the possible options, so you'd need to excl...
by rednoah
14 Oct 2013, 03:14
Forum: Scripting and Automation
Topic: AMC Delete Archives
Replies: 13
Views: 5927

Re: AMC Delete Archives

You have the code for both scripts. If you more or less understand what it does it should be quite easy to paste things together. ;)
by rednoah
14 Oct 2013, 03:00
Forum: Scripting and Automation
Topic: Download movie trailers witch utorrnet Script
Replies: 4
Views: 3768

Re: Download movie trailers witch utorrnet Script

Have you checked the .nfo files generated by filebot? There should be information about trailers in there if available.

You can write your own script that grabs these links and downloads the trailers. But I guess youtube will block you from doing that.
by rednoah
14 Oct 2013, 02:57
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37098

Re: Music Mode AKA Processing Music files via AcoustID

Music videos will be supported with FileBot 3.8 and but require chromaprint-tools 1.0 or higher (packaged with Mac/Windows, on Linux you'll need to find the package).
by rednoah
14 Oct 2013, 02:43
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Match] The Comedy Central Roast of James Franco
Replies: 1
Views: 3146

Re: [Incorrect Match] The Comedy Central Roast of James Fran

TMDb doesn't give back a valid match for this one: {"page":1,"results":[{"adult":false,"backdrop_path":null,"id":227659,"original_title":"The Comedy Central Roast of James Franco","release_date":"","poster...
by rednoah
13 Oct 2013, 15:04
Forum: Episode / Movie Naming Scheme
Topic: Replacing colon with fullstops tv show names (24)
Replies: 2
Views: 3538

Re: Replacing colon with fullstops tv show names (24)

Easy:

Code: Select all

{t.replace(':', '.').replaceAll(/^Day [0-9]/)}
by rednoah
13 Oct 2013, 12:08
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

It's a fine-line between those two: http://thetvdb.com/?tab=series&id=83882 http://thetvdb.com/?tab=series&id=248835 And the top 3 search results for "Once Upon a Time" don't include "Once Upon a Time (2011)". It was top 5, then reduced it to 3 (to reduce load on thetvdb)...
by rednoah
13 Oct 2013, 10:30
Forum: Scripting and Automation
Topic: Combine Watch Script And AMC?
Replies: 9
Views: 6401

Re: Combine Watch Script And AMC?

Played with it and i think a sub-process might work best, but you'll have to specify the args in the script and not in the cmdline: def watchman = args.watch { changes -> execute('filebot', '-script', 'fn:amc', '-non-strict', '--output', '/path/to/files', changes) } watchman.commitDelay = 60 * 1000 ...
by rednoah
13 Oct 2013, 10:12
Forum: Help and Support
Topic: Sorting TV Shows and Anime into separate folders
Replies: 1
Views: 2693

Re: Sorting TV Shows and Anime into separate folders

Nope, that'd be very error prone, very difficult to do well, and used by only a small minority of users. If you wanna write your own script you're welcome to give this a try and see what logic you'd come up with for this problem. If you need tvshow names and anime names you can use filebot internals...
by rednoah
13 Oct 2013, 09:59
Forum: Scripting and Automation
Topic: Download movie trailers witch utorrnet Script
Replies: 4
Views: 3768

Re: Download movie trailers witch utorrnet Script

No, it's not supported. I should know. :P
by rednoah
13 Oct 2013, 09:56
Forum: Scripting and Automation
Topic: More terms to exclude
Replies: 10
Views: 6743

Re: More terms to exclude

Most of that is already on the list:
http://www.filebot.net/forums/viewtopic.php?f=3&t=359

I've added the missing term.