Search found 22998 matches

by rednoah
10 Mar 2013, 09:28
Forum: Scripting and Automation
Topic: [HELP] AMC - Delete Archive files after extraction
Replies: 3
Views: 3619

Re: [HELP] AMC - Delete Archive files after extraction

That's easy. Just run your own scripts that'll take care of that. You can make that one work for you. Just pass in the archive types you wanna get rid of: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p1341 or this one-liner: args.getFiles{ it.isArchive() }*.delete() e.g. filebot -script &...
by rednoah
10 Mar 2013, 08:40
Forum: Scripting and Automation
Topic: [HELP] AMC - Delete Archive files after extraction
Replies: 3
Views: 3619

Re: [HELP] AMC - Delete Archive files after extraction

--def clean=y works: Parameter: ut_kind = multi Parameter: ut_dir = D:\testdata\AMC-TEST Parameter: ut_title = AMC-TEST Parameter: clean = y Read archive [Life on Mars (UK) - 1x01 - Series 1, Episode 1.7z] to [D:\testdata\AMC-TEST\Life on Mars (UK) - 1x01 - Series 1, Episode 1] Extracting files [D:...
by rednoah
10 Mar 2013, 04:30
Forum: Feature Requests and Bug Reports
Topic: theTVDB giving 503 error
Replies: 4
Views: 3741

Re: theTVDB giving 503 error

1. Check FAQ.
2. Replace the current .jar in your FileBot install folder
3. Verify using filebot -version
by rednoah
09 Mar 2013, 21:25
Forum: Help and Support
Topic: Force FileBot to choose a particular series
Replies: 7
Views: 6637

Re: Force FileBot to choose a particular series

You're passing in Groovy code. So that's the syntax. Same as the format expression, exept here it's a condition evaluating to a boolean. And the variables for episode data are the same as with the format. http://www.filebot.net/naming.html --filter is designed to be very general, e.g. you could excl...
by rednoah
09 Mar 2013, 21:05
Forum: Help and Support
Topic: Force FileBot to choose a particular series
Replies: 7
Views: 6637

Re: Force FileBot to choose a particular series

You still need -non-strict

Code: Select all

--q "life on mars" --filter "n =~ /UK/" -non-strict
--q => get all episode data for a given search term (still needs -non-strict if there's more than one option)
--filter => select episodes
by rednoah
09 Mar 2013, 20:28
Forum: Help and Support
Topic: Force FileBot to choose a particular series
Replies: 7
Views: 6637

Re: Force FileBot to choose a particular series

This works:

Code: Select all

--q "life on mars" --filter "n =~ /UK/"
by rednoah
09 Mar 2013, 18:09
Forum: Help and Support
Topic: Force FileBot to choose a particular series
Replies: 7
Views: 6637

Re: Force FileBot to choose a particular series

1.
Send me the paths so I can have a look what's happening.

2.
Pass in a --filter expression => http://www.filebot.net/forums/viewtopic ... 1916#p1916
by rednoah
09 Mar 2013, 17:45
Forum: Help and Support
Topic: Utorrent script incorrectly identifying Real Time with Bill
Replies: 1
Views: 2929

Re: Utorrent script incorrectly identifying Real Time with B

Works for me: [COPY] Rename [D:\testdata\AMC-TEST\Real.Time.with.Bill.Maher.2013.02.01.720p.HDTV.x264-EVOLVE.mkv] to [D:\output\TV Shows\Real Time With Bill Maher\Season 11\Real Time With Bill Maher - S11E03 - February 1, 2013.mkv] I assume episode data was not available at the time, either because ...
by rednoah
09 Mar 2013, 17:29
Forum: Help and Support
Topic: TheTVDB Error: 503
Replies: 12
Views: 7792

Re: TheTVDB Error: 503

Doesn't surprise me really. I have no income but with sourceforge i have no expense (absent a ridiculous amount of time). TheTVDB basically only has ads and donations as sole income. API => No adviews => No Money Asking for Donations => No Money There's probably people paying out of their own pocket...
by rednoah
09 Mar 2013, 17:22
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24816

Re: AMC Problem (Fully Automated Media Center Script)

Now idea. You'll have to prototype and test it yourself. I'm happy to integrate it into my amc afterwards.
by rednoah
09 Mar 2013, 15: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)

Latest HEAD should work for this kinda stuff.

PS: Those names are kinda crappy. 7z standard naming should be name.7z.000
by rednoah
09 Mar 2013, 12:45
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 9037

Re: XBMC notification

Sure. If you run a script from online (via URL or fn:name syntax) you'll always be running the latest and greatest. ;)
by rednoah
09 Mar 2013, 12:40
Forum: Episode / Movie Naming Scheme
Topic: French Name Episodes
Replies: 3
Views: 4251

Re: French Name Episodes

Thanks for your help! I'm sure all the other French people using your newly entered data owe you one. ;)
by rednoah
09 Mar 2013, 12:35
Forum: Feature Requests and Bug Reports
Topic: theTVDB giving 503 error
Replies: 4
Views: 3741

Re: theTVDB giving 503 error

Only people from certain locations seem to get that issue. Anyway, I'll upload a new HEAD jar later today that'll use the server location from the API/mirrors.xml (it's always thetvdb.com so should be fine).
by rednoah
09 Mar 2013, 10:43
Forum: Episode / Movie Naming Scheme
Topic: French Name Episodes
Replies: 3
Views: 4251

Re: French Name Episodes

Preferences -> Language -> Select French

That'll only work with sites that support that (eg TheTVDB and TheMovieDB) and if you still get English or no titles you're welcome to enter the proper data online.
by rednoah
09 Mar 2013, 10:40
Forum: Help and Support
Topic: TheTVDB Error: 503
Replies: 12
Views: 7792

Re: TheTVDB Error: 503

Huh, that's new! Didn't know they changed this...

I'll have a look later and check into this myself.
by rednoah
08 Mar 2013, 23:38
Forum: Help and Support
Topic: TheTVDB Error: 503
Replies: 12
Views: 7792

Re: TheTVDB Error: 503

It's never returned 503 errors for me. API seems to be flakey. Or if it never works I can only image they blocked your IP.

You can try with --conflict fail so it'll abort the script on issues like this and then retry till you get a positive response.
by rednoah
08 Mar 2013, 14:37
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24816

Re: AMC Problem (Fully Automated Media Center Script)

Not really. That's definitely a non-standard naming for multi volume rar. Or is it a 7z multi volume? Filebot will only extract auto-detect archives that keep to the naming conventions.
by rednoah
08 Mar 2013, 03:37
Forum: Help and Support
Topic: Problems with certification
Replies: 3
Views: 3191

Re: Problems with certification

Yep, all the imdb.* data is from http://www.omdbapi.com/

FileBot will cache things for a few days, you can do Ctrl+Shift+DELETE to clear the cache and then try again.
by rednoah
07 Mar 2013, 23:33
Forum: Help and Support
Topic: Problems with certification
Replies: 3
Views: 3191

Re: Problems with certification

You can update the info in TheMovieDB and then {certification} will work.
by rednoah
07 Mar 2013, 17:14
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24816

Re: AMC Problem (Fully Automated Media Center Script)

Works for me: Input: D:\testdata\AMC-TEST\Inland.Empire.2006.REAL.PROPER.DVDRip.XviD-AFO.mp4 Inland.Empire.2006.REAL.PROPER.DVDRip.XviD-AFO.mp4 [series: Empire, movie: Inland Empire (2006)] Exclude Series: Empire Group: [tvs:null, mov:Inland Empire (2006), anime:null] => [Inland.Empire.2006.REAL.PRO...
by rednoah
07 Mar 2013, 13:56
Forum: Help and Support
Topic: TheTVDB Error: 503
Replies: 12
Views: 7792

Re: TheTVDB Error: 503

Why would it be searching for a show called "%seriesname%"? Or did you replace that? If you get any 50x errors that's because the server is down or has some other issue, updating the server, etc at the time. You can check with TheTVDB. A donation to help keep the their servers running does...
by rednoah
07 Mar 2013, 12:35
Forum: Feature Requests and Bug Reports
Topic: Episode matching broken
Replies: 3
Views: 2872

Re: Episode matching broken

Just bad luck with crappy input data and non-strict matching: -non-strict The amc script has some extra logic to deal with messy input. EDIT: Also added things to the blacklist so at least this specific case can't happen in the future => http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=...