Search found 22976 matches

by rednoah
06 Nov 2012, 14:03
Forum: Feature Requests and Bug Reports
Topic: [REQ] - automatic subtitle fetching.
Replies: 4
Views: 3401

Re: [REQ] - automatic subtitle fetching.

Doesn't really fit into the UI flow as it is right now. Might be easier to just setup some scripts to run these things automatically. Check into the suball script. You could just run that once in a while and grab subs for everything.
by rednoah
06 Nov 2012, 13:58
Forum: Feature Requests and Bug Reports
Topic: [REQ] - Please add support for tvsubtitles.net
Replies: 1
Views: 2645

Re: [REQ] - Please add support for tvsubtitles.net

Had a quick look, but they don't provide an API to for applications like FileBot so I can't easily add support.
by rednoah
06 Nov 2012, 04:15
Forum: Help and Support
Topic: List Tab?
Replies: 3
Views: 4948

Re: List Tab?

Mmhh. That's actually a good idea. Doesn't do any complicated stuff like that now though. GUI for something like that might be nice. But I'd probably use scripting instead anyway.
by rednoah
06 Nov 2012, 01:17
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

That's controlled via --action move|copy|symlink|hardlink You can check wikipedia for what symlinks and what hardlinks are. Also there is --action keeplink which will move the file but create a symlink at the original location (utorrent doesn't play well with symlinks though). Also on Windows it'll ...
by rednoah
06 Nov 2012, 00:34
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

Still it shouldn't open explorer, that's just wierd. I know 2.2.1 doesn't have the single|multi torrent parameter but it should work without. I'm pretty sure filebot is not called at all, obviously my script wouldn't open up explorer or anything like that. You can try running the script with argumen...
by rednoah
05 Nov 2012, 23:56
Forum: Help and Support
Topic: Help in deleting Renaming Format scheme
Replies: 4
Views: 4107

Re: Help in deleting Renaming Format scheme

It's just a history. It'll remember the last 7 formats you used, that's all. Just add new formats and the old ones will go away.
by rednoah
05 Nov 2012, 23:52
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

I donno, it's not like you're running explorer or anything... make sure you're running the latest utorrent version... maybe you can check the utorrent forums why it would call explorer on system32 rather than just starting the given command like it should. Is there any logging from utorrent or fileb...
by rednoah
05 Nov 2012, 12:57
Forum: Scripting and Automation
Topic: Move folders
Replies: 4
Views: 4717

Re: Move folders

Nope, that doesn't work. Logic for matching episodes won't accept folders as episode files. However FileBot does take into account groups of files with the same name, so this works: Dexter.S07E01.720p.HDTV.x264-EVOLVE.avi Dexter.S07E01.720p.HDTV.x264-EVOLVE.nfo Dexter.S07E01.720p.HDTV.x264-EVOLVE.ra...
by rednoah
05 Nov 2012, 10:23
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

:: UPDATE ::

Reverted Groovy to 2.0.2 and updated all the 3.1 release packages with that. So just download FileBot again and that should fix everything.
by rednoah
05 Nov 2012, 09:46
Forum: Announcements and Releases
Topic: FileBot 3.1
Replies: 2
Views: 59050

Re: Groovy / Scripting compatibility issues

Updated 3.1 with r1296 to fix scripting issues that have been reported. Revert to Groovy 2.0.2 as these issues seem to be caused by the latest Groovy 2.0.5.
by rednoah
05 Nov 2012, 06:30
Forum: Help and Support
Topic: List Tab?
Replies: 3
Views: 4948

Re: List Tab?

There is nothing to it really. 1. You can drop in files, folder, torrents and sfv files to get the content file paths as text. Basically it's a GUI for ls > dir.txt 2. Pattern/Create is for creating linear lists, usually as rename template you'd directly drag over into Rename->New Names. It's only r...
by rednoah
05 Nov 2012, 06:13
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

I guess I'll have to revert the Groovy engine to an older more stable version with an update later. In the meanwhile you can just disable subtitles. That way you can probably skip the code that's causing that issue.
by rednoah
05 Nov 2012, 05:10
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

Something wrong in the scripting engine? That's odd, I'll have a look at it later. I guess nothing you can do about it now.
by rednoah
05 Nov 2012, 04:38
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

Well that looks perfect. Can't see where there might be a problem. You torrent should be able to call filebot in just the same way. In the utorrent logger tab you can see exactly what command utorrent is executing. Have you had a look at that? What happens if you copy that into a new console window ...
by rednoah
05 Nov 2012, 03:10
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54134

Re: Complete Beginner

Is java in the path? Is filebot in the path? Have you tried filebot -script fn:sysinfo in the cmdline and see what happens?
by rednoah
05 Nov 2012, 01:14
Forum: Scripting and Automation
Topic: Move folders
Replies: 4
Views: 4717

Re: Move folders

Why would you wanna do that? Is there other files in that folder as well?

How about formatting each episode like this? Just using info from the original file to define the path to the new file.

Code: Select all

/sorted/{n}/Season {s}/{folder.name}/{fn}
by rednoah
04 Nov 2012, 16:42
Forum: Help and Support
Topic: Help in deleting Renaming Format scheme
Replies: 4
Views: 4107

Re: Help in deleting Renaming Format scheme

Well, there can't be no naming scheme, right? So you mean you want to go back to the default naming scheme? Just click on one of the suggestions.

What's wrong with that one?

Code: Select all

{n} - {s00e00} - {t}
Or that one?

Code: Select all

{n} ({y}){" CD$pi"}
How would you like your episodes and movies to be named?
by rednoah
03 Nov 2012, 15:49
Forum: Announcements and Releases
Topic: FileBot 3.1
Replies: 2
Views: 59050

Re: Deployment issues on Windows

Updated 3.1 with r1292 to fix 7zip and ShellAPI native integration issues.
by rednoah
03 Nov 2012, 13:18
Forum: Scripting and Automation
Topic: Just grab specific fanart
Replies: 0
Views: 2635

Just grab specific fanart

Here's an example of how to use the predefined stuff in lib/htpc to grab specific kinds of artwork. D:/grab-fanart.groovy // include http://filebot.sourceforge.net/scripts/lib/htpc.groovy include('fn:lib/htpc') // use --q as query def tvshows = TheTVDB.search(_args.query) // just grab artwork for th...
by rednoah
03 Nov 2012, 13:13
Forum: Scripting and Automation
Topic: [DOCS] The -script Option
Replies: 0
Views: 2769

[DOCS] The -script Option

FileBot scripts can be passed in in various ways: 1. Local Files filebot -script C:/test.groovy 2. URLs filebot -script http://filebot.sourceforge.net/scripts/sysinfo.groovy All the scripts from our script repository can be called via fn:name , but that's just for convenience. filebot -script fn:sys...
by rednoah
03 Nov 2012, 13:03
Forum: Help and Support
Topic: error after filebot update
Replies: 12
Views: 7315

Re: error after filebot update

So that works? I'll update the installers with that then in the next few days if nothing else comes up.
by rednoah
03 Nov 2012, 12:51
Forum: Help and Support
Topic: error after filebot update
Replies: 12
Views: 7315

Re: error after filebot update

Did you just Save As? I guess your "dll" files are really html/text files... Direct Download Links: https://sourceforge.net/p/filebot/code/1290/tree/trunk/lib/native/win32-x86/7-Zip-JBinding.dll?format=raw https://sourceforge.net/p/filebot/code/1290/tree/trunk/lib/native/win32-x86/mingwm10...
by rednoah
03 Nov 2012, 12:09
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 535995

Re: Metadata >> Extended Attributes && Airdate >> Creation T

Oh, so you first rename files in place, and only later move them to that other non-NTFS drive? Then you need -DuseExtendedFileAttributes=false to make FileBot not set EAs in the first place. EAs are set as files are renamed and it looks like the normal windows move/copy dialog is a bit stupid about ...
by rednoah
03 Nov 2012, 11:34
Forum: Help and Support
Topic: error after filebot update
Replies: 12
Views: 7315

Re: error after filebot update

Try replacing 7-Zip-JBinding.dll and mingwm10.dll in the install folder with the dlls from here and see if it works:
https://sourceforge.net/p/filebot/code/ ... win32-x86/