Search found 23066 matches

by rednoah
22 Nov 2012, 17:38
Forum: Feature Requests and Bug Reports
Topic: Download subtitles window too small (needs to be wider)
Replies: 13
Views: 7051

Re: Download subtitles window too small (needs to be wider)

That's not buttons but status indicators. The yellow area is hash lookup, the red area query lookup. It'll automatically search through different databases. If it finds results it'll not search other databases. It has NOTHING to do with architecture. Check standard output.
by rednoah
22 Nov 2012, 16:59
Forum: Feature Requests and Bug Reports
Topic: Movie film in Italian
Replies: 9
Views: 6662

Re: Movie film in Italian

IMDb search works with international titles. Search "Alla Ricerca Dell'Isola Di Nim 2008" get "Nim's Island" as a result. IMDb is a closed database, it knows the italian title, but it'll only tell me the english one. That's just how it is. So, as I said, FILEBOT IMDB-SCRAPER DOES...
by rednoah
22 Nov 2012, 16:49
Forum: Feature Requests and Bug Reports
Topic: Download subtitles window too small (needs to be wider)
Replies: 13
Views: 7051

Re: Download subtitles window too small (needs to be wider)

Yeah, it'll not check the other sources if it has already found good matches. I guess I'll just add another 30px width for good measure.
by rednoah
22 Nov 2012, 16:19
Forum: Feature Requests and Bug Reports
Topic: Movie film in Italian
Replies: 9
Views: 6662

Re: Movie film in Italian

I'm pretty sure you can add that info. Just go to their website, login and add that info.
by rednoah
22 Nov 2012, 14:53
Forum: Help and Support
Topic: Set series / movie name manually
Replies: 2
Views: 3322

Re: Set series / movie name manually

If something isn't detected, please send me the file paths so I can have a look. As for your question, refer to the FAQ (Item #4) and/or the video tutorial. EDIT: In many cases I can adjust some heuristics and make things work for everyone without any application update. So send me those filenames. ;)
by rednoah
22 Nov 2012, 14:47
Forum: Feature Requests and Bug Reports
Topic: Download subtitles window too small (needs to be wider)
Replies: 13
Views: 7051

Re: Download subtitles window too small (needs to be wider)

Another one where it fits please so I know what size works, not just which size doesn't. ;)
by rednoah
22 Nov 2012, 14:33
Forum: Feature Requests and Bug Reports
Topic: Movie film in Italian
Replies: 9
Views: 6662

Re: Movie film in Italian

You can only get internationalized titles if you use TheMovieDB.

Checked a few titles and looks like nobody ever bothered to enter German/Italian/Spanish titles for most movies. Russian, Chinese, etc works fine though so technically it works, TheMovieDB just defaults to English for most movies.
by rednoah
22 Nov 2012, 14:22
Forum: Feature Requests and Bug Reports
Topic: Please store path when picking files for subtitles search
Replies: 2
Views: 2776

Re: Please store path when picking files for subtitles searc

If you open /run/user/usename/gvfs/smb-share:server=servername,share=sharename in Nautilus, can't you DnD from there? If it's using the filesystem abstraction to view files then the DnD data should be normal filepaths as well.
by rednoah
22 Nov 2012, 14:13
Forum: Feature Requests and Bug Reports
Topic: Download subtitles window too small (needs to be wider)
Replies: 13
Views: 7051

Re: Download subtitles window too small (needs to be wider)

Not on Windows and OSX. Send me a screenshot so I know what dimensions it'll need on Gnome? KDE?
by rednoah
22 Nov 2012, 14:08
Forum: Feature Requests and Bug Reports
Topic: Language mismatch
Replies: 3
Views: 3200

Re: Language mismatch

Nope, I query OpenSubtitles for English subtitles and can only trust the results to be in English. I guess the guy that uploaded that subtitle set the wrong language... I think you can report that subtitle to be wrongly filed on OpenSubtitles.
by rednoah
22 Nov 2012, 13:24
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 6846

Re: utorrent-postprocess with action move

Well, that should be the "Finished" state, so what state would it be when it normally calls the "On Finished" command?

Anyway, just add something like this to the beginning of your script:

Code: Select all

if (ut_state != '11') throw new Exception("Ignore state: $ut_state")
by rednoah
22 Nov 2012, 13:19
Forum: Help and Support
Topic: [DUPLICATE] Failure: java.nio.file.AccessDeniedException
Replies: 8
Views: 4412

Re: Automated Media Center: Different output folders

Sure, just edit the script, use an absolute path as format expression (thus --output will be ignored) and it should work right away.
by rednoah
19 Nov 2012, 18:49
Forum: Scripting and Automation
Topic: [CODE] Snippets & Examples
Replies: 11
Views: 33738

[CODE] Process Audio Files

With the format engine and mediainfo bindings at your command it's pretty straight-forward to index your music collection. e.g. print artist, album and title for each audio file: args.getFiles{ it.isAudio() }.each{ println getMediaInfo(file:it, format:'''{media.Performer} / {media.Album} / {media.Tr...
by rednoah
19 Nov 2012, 07:23
Forum: Scripting and Automation
Topic: [CODE] Snippets & Examples
Replies: 11
Views: 33738

[CODE] Control rtorrent via XML-RPC

Here's a an example of how to use Groovy XML-RPC to hook into rtorrent and retrieve the list of completed downloads. If you got rutorrent running fine you can just use it's rpc proxy. Otherwise you might wanna look into the RTorrentXMLRPCGuide . @Grab('org.codehaus.groovy:groovy-xmlrpc') import groo...
by rednoah
18 Nov 2012, 18:13
Forum: Help and Support
Topic: Problem renaming files
Replies: 1
Views: 2743

Re: Problem renaming files

Since the whole path doesn't make much sense that's what you get (as you've specified via -non-strict). User (2010) http://www.imdb.com/find?q=user&s=tt IMDb doesn't have MI listed as alias for Mission Impossible http://www.imdb.com/find?q=mi&s=tt Added 'users' to the blacklist, so this issu...
by rednoah
18 Nov 2012, 15:52
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 6846

Re: utorrent-postprocess with action move

As far as I know uT doesn't have a state for Finished & Seeding Goal Reached. If there was it'd be easy. Maybe you can ask around in the uT forums? EDIT: Unless you'll find new info in the uT forums you won't get move working, but have you looked into hardlinks? http://www.torrent-invites.com/au...
by rednoah
18 Nov 2012, 15:45
Forum: Feature Requests and Bug Reports
Topic: WARNING: Failed to read xattr: java.io.File.toPath()Ljava/ni
Replies: 1
Views: 2435

Re: WARNING: Failed to read xattr: java.io.File.toPath()Ljav

What exactly is not working? That's just error messages. Sublight login is not set up and you're using Java 6 when 7 is recommended. BUT all that doesn't matter as it's just warnings and messages, if utorrent-postprocess is not working, then there must be some other problem.
by rednoah
18 Nov 2012, 02:43
Forum: Scripting and Automation
Topic: Utorrent Script not doing anything
Replies: 6
Views: 6474

Re: Utorrent Script not doing anything

Looks good to me: Parameter: ut_dir = E:\testdata Parameter: ut_file = Star.Wars.The.Clone.Wars.S04E19.HDTV.XviD-2HD.avi Parameter: ut_kind = single Parameter: ut_title = Star.Wars.The.Clone.Wars.S04E19.HDTV.XviD-2HD.avi Parameter: ut_label = Kids Shows Parameter: ut_state = 5 Input: E:\testdata\Sta...
by rednoah
17 Nov 2012, 06:57
Forum: Scripting and Automation
Topic: [@Deprecated] How about sharing your CLI scripts?
Replies: 4
Views: 9277

Revert Renamed Files to their Original Names

@Deprecated Normal users should use filebot -revert calls. The revert script only serves as an example for script developers. Description: FileBot keeps an internal history of all rename operations in case you want to revert files to their original names. Run this script on the specified file or fo...
by rednoah
15 Nov 2012, 15:39
Forum: Help and Support
Topic: Ambiguous filenames
Replies: 3
Views: 4265

Re: Ambiguous filenames

Well, for that case it just won't do anyting then since scratch/movie/tdkr all don't make sense.

Why would you not wanna use output:null in your script? That'd force default extract behaviour and not use what you pass in via --output. That'd make everything work.
by rednoah
15 Nov 2012, 12:36
Forum: Help and Support
Topic: Ambiguous filenames
Replies: 3
Views: 4265

Re: Ambiguous filenames

1. Yeah, that one is bad luck, file/folder names don't make sense at all while "Scratch" is a perfect match. If there was a better match in the file/folder name it would of course prefer that. What script are you using? utorrent-postprocess script should be doing what you suggested, extrac...
by rednoah
15 Nov 2012, 11:39
Forum: Tips, Tricks and Tutorials
Topic: Query Excludes & Series Mappings
Replies: 0
Views: 200014

Query Excludes & Series Mappings

Query Excludes This list defines filename patterns that should be stripped from the search query before a search request is submitted to any of the online data sources. https://github.com/filebot/data/blob/master/query-excludes.txt Series Mappings This list helps FileBot directly map filename patte...
by rednoah
15 Nov 2012, 11:35
Forum: Tips, Tricks and Tutorials
Topic: Add Exclude Terms to Improve Movie / Series Auto-Detection
Replies: 6
Views: 38630

Add Exclude Terms to Improve Movie / Series Auto-Detection

FileBot tries determine the series/movie name from the files in various ways. One of these methods works by trying to filter out the series/movie name from the filename. To help with that and various other aspects that try to make sense of file/folder structures there's a blacklist of text patterns ...
by rednoah
15 Nov 2012, 10:50
Forum: Feature Requests and Bug Reports
Topic: Proxy-Auth support
Replies: 1
Views: 2351

Re: Proxy-Auth support

Looking into the issue I haven't really found anything except that there's different kinds, NTLM, HTTP-Basic-Auth, etc. Also that the httpUser/httpPassword system properties you tried don't exist. What I found was this: -Djava.net.useSystemProxies=true But then again you can't even setup username/pa...
by rednoah
15 Nov 2012, 07:20
Forum: Help and Support
Topic: AHhhhhhhhhhhhhhhhh I Just....
Replies: 6
Views: 5188

Re: AHhhhhhhhhhhhhhhhh I Just....

Added how to do a Link-Drop (Windows anyway) to the FAQ and linked the video tutorials as well. Should be more clear now.