Search found 22986 matches

by rednoah
09 Mar 2013, 12:40
Forum: Episode / Movie Naming Scheme
Topic: French Name Episodes
Replies: 3
Views: 4244

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

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

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

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

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

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

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

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

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

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=...
by rednoah
07 Mar 2013, 11:02
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24802

Re: AMC Problem (Fully Automated Media Center Script)

1.

Code: Select all

-clear-cache
2.
Download the latest HEAD jar => check FAQ
by rednoah
07 Mar 2013, 08:57
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24802

Re: AMC Problem (Fully Automated Media Center Script)

Works for me anyway: [COPY] Rename [D:\testdata\AMC-RT\zzNAO_DERAM\ERRO NOME The.Life.Of.David.Gale.DVDRiP.XViD-DcN\CD1\lodg-dcn\lodg-dcn.avi] to [D:\output\Movies\The Life of David Gale (2003)\The Life of David Gale (2003).avi] [COPY] Rename [D:\testdata\AMC-RT\zzNAO_DERAM\Inland.Empire.2006.REAL.P...
by rednoah
07 Mar 2013, 04:18
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24802

Re: AMC Problem (Fully Automated Media Center Script)

Send me the file paths that don't get recognised correctly. Or weren't recognized.
by rednoah
07 Mar 2013, 03:12
Forum: Scripting and Automation
Topic: [HELP] 7Zip Error on Processing with AMC?
Replies: 2
Views: 3044

Re: [HELP] 7Zip Error on Processing with AMC?

Code: Select all

Can't load AMD 64-bit .dll on a IA 32-bit platform
Why are you running 64-bit FileBot with 32-bit Java? Go to the FAQ and RTFM. :P
by rednoah
06 Mar 2013, 14:54
Forum: Feature Requests and Bug Reports
Topic: detects as tv instead of movie
Replies: 2
Views: 2963

Re: detects as tv instead of movie

1. Detecting the movie based on the path is most basic detection method that, it's how I'd identify a movie anyway. Besides the torrent is the same as the folder/file name. 2. Anyway, works with the latest revision: sparks-sweeney-720.mkv [series: The Sweeney, movie: The Sweeney (2012)] Exclude Seri...
by rednoah
06 Mar 2013, 14:36
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21392

Re: [HELP] Fully Automated Media Center

1. Keep in mind that the CLI is strict by default so it will never mess up your files. In some cases you may need to enable -non-strict for more opportunistic matching like the GUI does. You'll need to allow FileBot to handle uncertain cases as well: -non-strict 2. Mar 6, 2013 12:39:50 PM net.source...
by rednoah
06 Mar 2013, 12:19
Forum: Scripting and Automation
Topic: --def seriesformat question
Replies: 8
Views: 6332

Re: --def seriesformat question

Still not passing in arguments correctly... I don't know how to reply expect copy my last post again... It works exactly as I explained in great detail. FileBot works perfectly, you just haven't quite figured out how cmd works. Play with it, you'll figure it out. ;)
by rednoah
06 Mar 2013, 12:11
Forum: Scripting and Automation
Topic: use partial file name instead of full path?
Replies: 8
Views: 5588

Re: use partial file name instead of full path?

I don't maintain the spk so it's probably a outdated. You can try filebot -version to check. You can update manually by replacing the jar.
by rednoah
06 Mar 2013, 12:01
Forum: Scripting and Automation
Topic: --def seriesformat question
Replies: 8
Views: 6332

Re: --def seriesformat question

No, it has NOTHING to do with functions. It's all just how the command splits a line of text into arguments. You need to tell the cmd to pass quotes on to FileBot? Then it needs to be escaped. This "{n.replaceAll(\":\", replacement = \" - \")}" will pass on {n.replaceAl...
by rednoah
06 Mar 2013, 11:49
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21392

Re: [HELP] Fully Automated Media Center

In conflicting cases like this FileBot will additional check File.lastModified against Episode.airdate and in most cases be able to pick the correct match based on that. Tried it right now, works for me (for a newly created file): [COPY] Rename [D:\testdata\AMC-EM (regression test)\Touch 1x02.avi] t...
by rednoah
06 Mar 2013, 09:32
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24802

Re: AMC Problem (Fully Automated Media Center Script)

Yeah, that rar might be corrupt and can't be extracted, and then later on it's got issues cause of that. The folder that contains to movie name is too far removed from the file. Anyway, taking these things into account now. Clear cache and try again with r1509.