Search found 22994 matches

by rednoah
02 Dec 2013, 14:54
Forum: Feature Requests and Bug Reports
Topic: FileBot Pro/VIP Edition? (i.e. a Paid Version)
Replies: 8
Views: 6394

Re: FileBot Pro/VIP Edition? (i.e. a Paid Version)

Windows 8 Store is not an option since they don't allow "traditional" Desktop applications, then they don't allow Java, or native. Steam is an option though, but Steam users are pretty limited I think, and I don't think it working other than for Games. I'll look into that.
by rednoah
02 Dec 2013, 14:42
Forum: Episode / Movie Naming Scheme
Topic: Force 'non absolute' numbering from TheTVDB
Replies: 11
Views: 8015

Re: Force 'non absolute' numbering from TheTVDB

The wrong was is actually more similar (in terms of edit distance) than the correct match. :D

Fixed with r1894.
by rednoah
02 Dec 2013, 14:08
Forum: Feature Requests and Bug Reports
Topic: "Bug" in the latest betas.. since 28-11-13.
Replies: 6
Views: 4187

Re: "Bug" in the latest betas.. since 28-11-13.

Run using the FileBot (console) shortcut and send me the whole error stacktrace.
by rednoah
02 Dec 2013, 03:36
Forum: Scripting and Automation
Topic: [WINDOWS] questions about the scripts for context menus
Replies: 10
Views: 7103

Re: [WINDOWS] questions about the scripts for context menus

The --format is escaped correctly but passing in the filepath parameter was wrong: cmd /c filebot -rename -r "%1" --db TheTVDB -non-strict --log-file context.log --format "{n} - {s00e00} - {t} {\"[$vf $source]\"} - {\"$group\"}" Think: filebot -rename "/p...
by rednoah
02 Dec 2013, 02:54
Forum: Scripting and Automation
Topic: Moved scripts from SVN to GitHub
Replies: 1
Views: 2083

Re: Moved scripts from SVN to GitHub

You can also easily run your own forks from your GitHub repo like so:

Code: Select all

-script "https://raw.github.com/filebot/scripts/head/amc.groovy" -trust-script
Dependent scripts will be resolved relative to the entry script.
by rednoah
02 Dec 2013, 02:35
Forum: Feature Requests and Bug Reports
Topic: "Bug" in the latest betas.. since 28-11-13.
Replies: 6
Views: 4187

Re: "Bug" in the latest betas.. since 28-11-13.

It compiles here and works as far as I can test with empty files.

Is there any console output? I did upgrade to Groovy 2.2.0 so there may be small changes in the Groovy compiler/interpreter. Which {expression} is it that makes the whole thing fail?
by rednoah
02 Dec 2013, 02:24
Forum: Feature Requests and Bug Reports
Topic: V3.8 - Issue for matching episode
Replies: 4
Views: 2953

Re: V3.8 - Issue for matching episode

Can you send a screenshot?

Or even better try a few things from cmdline and send me the output?

PS: {e} is the episode number within the season, {absolute} is the absolute number within the whole series. For AniDB {s} is always undefined and {e} is equal to {absolute}.
by rednoah
02 Dec 2013, 02:22
Forum: Episode / Movie Naming Scheme
Topic: Force 'non absolute' numbering from TheTVDB
Replies: 11
Views: 8015

Re: Force 'non absolute' numbering from TheTVDB

Ah, I guess it ran out of numbers for "The Walking Dead" so it thinks the episode must be "Talking Dead" since there's still episodes left where the numbers fit and that haven't been assigned to files yet.
by rednoah
02 Dec 2013, 02:15
Forum: Anything and Everything else
Topic: So disappointed with the adware
Replies: 12
Views: 20768

Re: So disappointed with the adware

It's gonna be all JavaFX so I'll work best on Windows Desktop, just no user-friendly way to sell it! :D (So I'll make sure to just give you a Windows bundle once I got something ;))
by rednoah
02 Dec 2013, 02:10
Forum: Feature Requests and Bug Reports
Topic: FileBot Pro/VIP Edition? (i.e. a Paid Version)
Replies: 8
Views: 6394

Re: FileBot Pro/VIP Edition? (i.e. a Paid Version)

Here's two ideas that I've got in the back of my head: 1. Mac AppStore version of FileBot to avoid sandbox issues, easy install, auto-update, etc (free or very cheap) 2. New app for Mac AppStore based on FileBot core but with a complete UI rewrite (i.e. JavaFX) and support for "pro features&quo...
by rednoah
01 Dec 2013, 14:36
Forum: Scripting and Automation
Topic: Moved scripts from SVN to GitHub
Replies: 1
Views: 2083

Moved scripts from SVN to GitHub

I've just moved all the shared scripts from SVN to this new repo on GitHub: https://github.com/filebot/scripts So starting with r1893 all the fn:script calls will refer to https://raw.github.com/filebot/scripts/master/[b]script[/b].groovy There's also head:script now which will refer to https://raw....
by rednoah
01 Dec 2013, 11:54
Forum: Episode / Movie Naming Scheme
Topic: Force 'non absolute' numbering from TheTVDB
Replies: 11
Views: 8015

Re: Force 'non absolute' numbering from TheTVDB

Works for me: http://snag.gy/inFNa.jpg I'm testing with empty files so the media info is missing. Make sure to set "Preferred Episode Order" to "Airdate Order". AniDB will always default to Absolute Order. TheTVDB will sometimes default to "Airdate Order" if "Absol...
by rednoah
01 Dec 2013, 11:28
Forum: Anything and Everything else
Topic: So disappointed with the adware
Replies: 12
Views: 20768

Re: So disappointed with the adware

I've set everything to Opt-Out (since last month) and everything that seems like adware is completely disabled (since always). With the settings it's about 100$ per month, which is slightly less than what I make from the Ubuntu Software Center (about 40 installs per month 2.5$ each). I'm not in it f...
by rednoah
30 Nov 2013, 15:33
Forum: Help and Support
Topic: Saving renamed filename as a bash variable
Replies: 2
Views: 2540

Re: Saving renamed filename as a bash variable

1. Set --log info and then just sent the whole output to curl? Just sending the stdout to curl would be the easiest solution. 2. Though I'd just do all that as filebot script. If you call the rename function you'll get a list files, so you have all the data you need to easily call that android notif...
by rednoah
29 Nov 2013, 03:55
Forum: Anything and Everything else
Topic: Software requirements specification
Replies: 17
Views: 17524

Re: Software requirements specification

Here's the file types that are supported: http://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/media.types e.g. * in video mode, non-video/subtitle types will ignored from processing * in audio mode, non-audio/video types will be ignored * when looking for IDs in nfo-...
by rednoah
29 Nov 2013, 03:26
Forum: Help and Support
Topic: Noob question.
Replies: 1
Views: 1822

Re: Noob question.

.vob is not a valid video format (as far as i know) thus completely excluded from any kind of processing

PS: there's a thread somewhere in the forums that shows u how to edit the internal configs to add this extension

EDIT: .vob extension supported with r1886
by rednoah
28 Nov 2013, 11:31
Forum: Help and Support
Topic: Download multiple subs
Replies: 4
Views: 3121

Re: Download multiple subs

Don't drag in the folder, but instead drag in the specific files you want subtitles for.
by rednoah
28 Nov 2013, 10:12
Forum: Help and Support
Topic: Download multiple subs
Replies: 4
Views: 3121

Re: Download multiple subs

For the sake of simplicity, you can only download 1 subtitle per language.
by rednoah
28 Nov 2013, 02:32
Forum: Help and Support
Topic: Renaming with moving
Replies: 1
Views: 1771

Re: Renaming with moving

FAQ Question 1
by rednoah
27 Nov 2013, 17:29
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636390

Re: [GUIDE] Fully Automated Media Center with Transmission (

Not passing in your ENTIRE FILESYSTEM for starters... This part: "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME" Should end up like this after variables are resolved: "ut_dir=D:\Media\Avatar" "ut_file=" "ut_...
by rednoah
27 Nov 2013, 17:15
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 636390

Re: [GUIDE] Fully Automated Media Center with Transmission (

Luckily it crashes!! :D

You're passing in all of / as input ... that's pretty stupid for obvious reasons...
by rednoah
27 Nov 2013, 16:07
Forum: Scripting and Automation
Topic: Unable to diffentiate when download torrent show tv
Replies: 4
Views: 3534

Re: Unable to diffentiate when download torrent show tv

I guess these bitchy ones you have to do semi-manually:
https://www.youtube.com/watch?v=OJca0ip ... -5RoMclWPt

EDIT: made some enhancements with 1879 (for improved matching with the GUI and cmdline -rename)
by rednoah
27 Nov 2013, 15:57
Forum: Scripting and Automation
Topic: Unable to diffentiate when download torrent show tv
Replies: 4
Views: 3534

Re: Unable to diffentiate when download torrent show tv

Sorry, that kind of naming is just too messed up. It'll need at least some spaces between tokens in the filename.
by rednoah
27 Nov 2013, 14:14
Forum: Help and Support
Topic: I Need help in scripting!
Replies: 1
Views: 1714

Re: I Need help in scripting!

If you know what console/cmdline is you should be able to figure things out quite easily. Otherwise look into tutorials on console/cmdline usage.
by rednoah
27 Nov 2013, 03:44
Forum: Help and Support
Topic: Agents of S.H.I.E.L.D. or any other series with "dot" end
Replies: 3
Views: 5043

Re: Agents of S.H.I.E.L.D. or any other series with "dot" en

Linux should be fine, but Windows doesn't allow folder names to end with ".", how about just trying with the latest version? Or did you set --unixfs on purpose?