Search found 23002 matches

by rednoah
03 Jan 2013, 09:22
Forum: Help and Support
Topic: Audio/Music File Renaming
Replies: 2
Views: 2813

Re: Audio/Music File Renaming

There's basic support for reading tags with scripting:
http://filebot.sourceforge.net/forums/v ... =280#p2498

Apart from that not really. There's too many excellent tools for that out there already.
by rednoah
03 Jan 2013, 06:34
Forum: Help and Support
Topic: BindException Error
Replies: 6
Views: 4757

Re: BindException Error

Actually it's not using any ports. Listening to ports. Somehow it can't establish and outbound connection. Normally there shouldn't be any trouble and has nothing to do with port forwarding etc... my out of the blue guess is firewall not letting it connect
by rednoah
03 Jan 2013, 05:04
Forum: Help and Support
Topic: BindException Error
Replies: 6
Views: 4757

Re: BindException Error

Some sort of low-level network issue. Possibly something misconfigured, firewall, VPN, etc. But I've never seen that one so not sure what to do and where to start...
by rednoah
03 Jan 2013, 04:55
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 583627

Re: [MANUAL] Configure OpenSubtitles and Sublight login

Well, one thing is that many people use FileBot without any GUI so this works for everybody. More importantly if your run -script fn:configure it'll download the script and since API client/keys are hard-coded (currently FileBot identifies itself as SublightCmd) in the script I can easily auto-updat...
by rednoah
02 Jan 2013, 12:36
Forum: Scripting and Automation
Topic: Full automed media center: Move files and clean up
Replies: 4
Views: 4582

Re: Full automed media center: Move files and clean up

You can use --action move instead of --action copy. And if you want to clean up remaining clutter files likes nfo, jpg, etc you can use the cleaner script.
by rednoah
31 Dec 2012, 23:09
Forum: Feature Requests and Bug Reports
Topic: imdb for video/tv movies
Replies: 2
Views: 2867

Re: imdb for video/tv movies

That's intentional. I filter out any non-proper movies. There's always shitty videos messing with the correct match. PS: IMDb sucks.
by rednoah
31 Dec 2012, 18:56
Forum: Help and Support
Topic: retrieving "rename" option
Replies: 1
Views: 2064

Re: retrieving "rename" option

Move and Rename is the same thing.
by rednoah
31 Dec 2012, 11:08
Forum: Scripting and Automation
Topic: [REQ] Artwork Scripting Change
Replies: 24
Views: 17336

Re: [REQ] Artwork Scripting Change

Due to popular request: Replaced the original search-by-foldername logic with FileBots movie detection logic in the artwork.tmdb script.
by rednoah
31 Dec 2012, 10:12
Forum: Scripting and Automation
Topic: Script to extract TV and Movies into diffrent dir?
Replies: 4
Views: 4432

Re: Script to extract TV and Movies into diffrent dir?

You just have to override the formats for each type: --def "seriesFormat=TV/{fn}" "animeFormat=Anime/{fn}" "movieFormat=Movies/{fn}" Root folder is defined by --output and the rest is as above. Folder name is fixed and then original filename. If you need the handle all ...
by rednoah
31 Dec 2012, 01:25
Forum: Scripting and Automation
Topic: Script to extract TV and Movies into diffrent dir?
Replies: 4
Views: 4432

Re: Script to extract TV and Movies into diffrent dir?

If u need movie/series separation you'll need the utorrent script but can use {fn} in the format to keep the original name.
by rednoah
31 Dec 2012, 01:24
Forum: Scripting and Automation
Topic: Script to extract TV and Movies into diffrent dir?
Replies: 4
Views: 4432

Re: Script to extract TV and Movies into diffrent dir?

So you just wanna extract and move?

I guess it would be easy to write script for that. Groovy, bash all not too hard.

I'd try this:

1. Extract all archives
filebot -extract /downloads

2. Move (using the path replace script)
filebot -script fn:replace /downloads --def e=/downloads r=/move/to/here
by rednoah
31 Dec 2012, 01:17
Forum: Scripting and Automation
Topic: Failed to auto-select search result
Replies: 2
Views: 2834

Re: Failed to auto-select search result

Try: rename(..., strict:false)
by rednoah
30 Dec 2012, 02:35
Forum: Feature Requests and Bug Reports
Topic: version 3.2 script won't download movie.nfo, poster.jpg...
Replies: 10
Views: 7523

Re: version 3.2 script won't download movie.nfo, poster.jpg.

Added .m2ts as video extension so all that will work with next release.
by rednoah
29 Dec 2012, 18:12
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 5074

Re: [Bug Report] Path max length

Well, I guess then the Windows Shell can't handle files with more than 255 chars? This is how you disable that feature and use standard Java move/copy functions:

In filebot.launcher.l4j.ini set useNativeShell to false:

Code: Select all

-DuseNativeShell=false
by rednoah
29 Dec 2012, 17:52
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 5074

Re: [Bug Report] Path max length

That should work. Just use the FileBot (console) shortcut and see what it says. You could also try to change the rename engine. If you install via the msi the normal FileBot shortcut will use Windows Shell. Maybe if you use the Java 7 it'll work, so u can try using the FileBot (platform) shortcut an...
by rednoah
29 Dec 2012, 03:02
Forum: Scripting and Automation
Topic: To have .fre.srt instead of .fra.srt for French subtitles
Replies: 5
Views: 4958

Re: To have .fre.srt instead of .fra.srt for French subtitle

Cmdline is good but you're missing arguments. Just add a folder/file argument where you wanna apply that script.
by rednoah
29 Dec 2012, 03:01
Forum: Scripting and Automation
Topic: To have .fre.srt instead of .fra.srt for French subtitles
Replies: 5
Views: 4958

Re: To have .fre.srt instead of .fra.srt for French subtitle

Your cmdline looks good. Is there any output? Not a lot of people using that script. Maybe still has some issues.
by rednoah
29 Dec 2012, 01:37
Forum: Scripting and Automation
Topic: To have .fre.srt instead of .fra.srt for French subtitles
Replies: 5
Views: 4958

Re: To have .fre.srt instead of .fra.srt for French subtitle

Nope. Java locale APIs work with the ISO 639-2/T standard. I'd be very unclean to build in special cases & hacks.

But you can just have filebot or other renamers replace .fre with .fra => http://filebot.sourceforge.net/forums/v ... &t=5#p2100
by rednoah
29 Dec 2012, 01:11
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 5074

Re: [Bug Report] Path max length

What OS? What FileSystem? I impose no limits, but the underlying os/fs implementations may have limits. What's the error logging if you run with a console?
by rednoah
29 Dec 2012, 01:05
Forum: Help and Support
Topic: "Naruto Shippuuden" gets tagged as "Naruto"
Replies: 4
Views: 4600

Re: "Naruto Shippuuden" gets tagged as "Naruto"

Not sure. Maybe that parent folder "Naruto" is nodging things the wrong way. It's two different shows in the DBs so maybe treating it like one show like this doesn't work in this case. PS: You can always SHIFT-click the datasource and force a "naruto shippuden". EDIT: I replicate...
by rednoah
28 Dec 2012, 18:27
Forum: Feature Requests and Bug Reports
Topic: [Bug Report] Path max length
Replies: 8
Views: 5074

Re: [Bug Report] Path max length

The path can be longer. But on Windows each folder/file name must not exceed 255 characters. Reasonably named files will not exceed this. :P
by rednoah
28 Dec 2012, 18:21
Forum: Help and Support
Topic: "Naruto Shippuuden" gets tagged as "Naruto"
Replies: 4
Views: 4600

Re: "Naruto Shippuuden" gets tagged as "Naruto"

GUI => works Tested "01. Naruto Shippuuden.avi" with AniDB and TheTVDB and both work. CLI => works E:\testdata>filebot -rename "01. Naruto Shippuuden.avi" --db anidb --action test Rename episodes using [AniDB] Auto-detected query: [Naruto Shippuuden] Fetching episode data for [Na...
by rednoah
28 Dec 2012, 02:55
Forum: Feature Requests and Bug Reports
Topic: [artwork.tvdb] Fetching only missing artwork not working
Replies: 1
Views: 2388

Re: [artwork.tvdb] Fetching only missing artwork not working

Yeah. That logic was probably broken at some point, I'll fix it when I come around.

EDIT: Done.
by rednoah
25 Dec 2012, 04:27
Forum: Help and Support
Topic: Ignore a bad Match
Replies: 1
Views: 2547

Re: Ignore a bad Match

You can remove items by pressing DELETE or just not dragging it in in the first place.