Search found 23100 matches

by rednoah
18 Jan 2012, 12:27
Forum: Feature Requests and Bug Reports
Topic: [request] add support for subtitles from undertexter.se
Replies: 4
Views: 4686

Re: [request] add support for subtitles from undertexter.se

1. Because I only have limited time to work and maintain this project these days I will not add more page scrapers. They're just a hell to maintain. If he site in question where to provide a stable API (xml, json, etc) than supporting this site would be no problem. 2. You can do that via cmdline. Ju...
by rednoah
17 Jan 2012, 14:36
Forum: Feature Requests and Bug Reports
Topic: I may have to go back to 2.2
Replies: 8
Views: 7763

Re: I may have to go back to 2.2

I'd help me out alot if you post a set of paths and the tell how you think filebot should handle input like that.
by rednoah
16 Jan 2012, 23:26
Forum: Feature Requests and Bug Reports
Topic: Error renaming The Sopranos
Replies: 2
Views: 4226

Re: Error renaming The Sopranos

OK I'll look into this. If the actuall 1x01 would be part of the files / rename the whole season then this wouldn't be a problem though. I'll see if I can fine tune matching to handle cases like this properly.
by rednoah
16 Jan 2012, 14:00
Forum: Feature Requests and Bug Reports
Topic: I may have to go back to 2.2
Replies: 8
Views: 7763

Re: I may have to go back to 2.2

Just download older revisions directly from sourceforge.
by rednoah
16 Jan 2012, 13:55
Forum: Feature Requests and Bug Reports
Topic: I may have to go back to 2.2
Replies: 8
Views: 7763

Re: I may have to go back to 2.2

Huh?? If there's problems it should mostly be with 2.4, maybe Java 6 problems. If you revert to 2.3 it should hopefully work fine till I fix things for 2.4.

Btw about the issue above, if you post he file paths I'll add them to my test cases.
by rednoah
15 Jan 2012, 20:40
Forum: Feature Requests and Bug Reports
Topic: [Request] A repo
Replies: 1
Views: 4045

Re: [Request] A repo

There is one, but horribly outdated. I dont run Debian so I hope eventually there'll be someone that'll maintain a PPA and keep it updated. Personally I have other priorities though. If someone else volunteers to do the job that'd be great.
by rednoah
15 Jan 2012, 20:36
Forum: Help and Support
Topic: I installed the latest .deb and need to update
Replies: 3
Views: 4606

Re: I installed the latest .deb and need to update

If you run filebot -version what does it say? Does it match filebot.sf.net/update.xml?
by rednoah
15 Jan 2012, 05:29
Forum: Feature Requests and Bug Reports
Topic: I may have to go back to 2.2
Replies: 8
Views: 7763

Re: I may have to go back to 2.2

Did change some of the matching logic for 2.4, maybe have broken what you're doing. I'll look into this when I get back.

Donno if it helps but you can enter many show names when filebot asks for input, e.g. Buffy,Angel,Firefly
by rednoah
15 Jan 2012, 05:18
Forum: Scripting and Automation
Topic: Help dig me out from this pile of console garbage!
Replies: 1
Views: 4517

Re: Help dig me out from this pile of console garbage!

Ups, seems there is sill a dependency on Java 7 in that script... I'll fix it for Java 6 when I get back in February. Might be that scripting is broken for Java 6 altogether.
by rednoah
15 Jan 2012, 01:28
Forum: Help and Support
Topic: Where did my files get moved to
Replies: 3
Views: 4957

Re: Where did my files get moved to

I'm pretty sure rename will just fail with any kind of invalid filename. And with that format you will never exceed 256 characters anyway. What OS / Java version are you using? Sometimes windows explorer doesn't refresh properly after rename. Check FileBots internal rename history (right-click renam...
by rednoah
15 Jan 2012, 01:15
Forum: Help and Support
Topic: Filebot scripting rename strict option
Replies: 8
Views: 8961

Re: Filebot scripting rename strict option

dougdeep wrote:Thanks, hoping to find a chance to bring the source into my IDE as well.
Shouldn't be a problem. After you checkout trunk you got all sources and dependencies an the ant build will work right out of the box.
by rednoah
14 Jan 2012, 15:24
Forum: Feature Requests and Bug Reports
Topic: use tt from imdb to determine movie name for themoviedb.
Replies: 3
Views: 5887

Re: use tt from imdb to determine movie name for themoviedb.

Yep, imdbID lookup uses the selected data source. Might very well be that it's not in TMDB, and thus be ignored as invalid imdbID.
by rednoah
14 Jan 2012, 15:14
Forum: Episode / Movie Naming Scheme
Topic: Support for Movie Series?
Replies: 9
Views: 9344

Re: Support for Movie Series?

I'm pretty sure that none of the databases I use has that information. Casino Royal is just Casino Royal. Not sure How filebot could know about the movie series. Maybe TMBd has more metadata but I believe not. So it's mainly a problem where i'd get that meta-info from, if have that I can add binding...
by rednoah
14 Jan 2012, 02:15
Forum: Feature Requests and Bug Reports
Topic: use tt from imdb to determine movie name for themoviedb.
Replies: 3
Views: 5887

Re: use tt from imdb to determine movie name for themoviedb.

Movie mode always looks up tt<id> found in NFO files. Why do you think its not doing that? The movie found via nfo should be one of the suggestions filebot will gives you (along other options determined in other ways).
by rednoah
14 Jan 2012, 01:55
Forum: Help and Support
Topic: How to rename movies with imdb-rating?
Replies: 16
Views: 17480

Re: How to rename movies with imdb-rating?

No DVD/BL support cause I dont have any of those. If people provide test data (file paths) and help with testing we can talk.

As for genres, try
genres.collect{ it[0..1] }.join(",")
by rednoah
13 Jan 2012, 13:34
Forum: Help and Support
Topic: How to rename movies with imdb-rating?
Replies: 16
Views: 17480

Re: How to rename movies with imdb-rating?

I think there should be a genres (or just genre?) property.

Maybe like ….genres*[0..1].join(", ")

Or something like that. Again, I don't have my laptop with me so this OS from the top of my head.
by rednoah
13 Jan 2012, 05:18
Forum: Feature Requests and Bug Reports
Topic: Issue with CLI rename on Mac OS 10.6
Replies: 4
Views: 5230

Re: Issue with CLI rename on Mac OS 10.6

As for the warnings. Cache seems to be corrupted, but it's not breaking the program, just telling you about that problem. Ignore those warnings or Run filebot -clear to reset the cache. As for the mismatch. I'm gonna look into that, but by using -non-strict things like that can be expected. Looks li...
by rednoah
12 Jan 2012, 03:57
Forum: Help and Support
Topic: Filebot scripting rename strict option
Replies: 8
Views: 8961

Re: Filebot scripting rename strict option

Ups. Might have introduced a bug there. Maybe using a different data source can work around this problem. Not sure, I'll look into this when I come back from travelling.
by rednoah
11 Jan 2012, 11:58
Forum: Feature Requests and Bug Reports
Topic: Show filename with select dialog
Replies: 4
Views: 5695

Re: Show filename with select dialog

In 2.4 TMDb and IMDb only support lookup-by-filename so there should be no file IOErrors since files are not touched. If there's still something there might be some network IO problem causing this. Could be an API problem with the datasource or just network connectivity. If you find it doesn't work ...
by rednoah
10 Jan 2012, 21:50
Forum: Feature Requests and Bug Reports
Topic: TMDB Metadata
Replies: 6
Views: 6957

Re: TMDB Metadata

The director field doesn't seem to be in the data I get from tmdb. I'll look into this for next release.
by rednoah
10 Jan 2012, 11:37
Forum: Help and Support
Topic: How to rename movies with imdb-rating?
Replies: 16
Views: 17480

Re: How to rename movies with imdb-rating?

{imdb} is imdb id. Rating is not a default binding, but maybe this works:

{net.sourceforge.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).rating}

Wrote that from the top of my head, might have syntax errors, might not work at all. ;)
by rednoah
10 Jan 2012, 09:09
Forum: Feature Requests and Bug Reports
Topic: Show filename with select dialog
Replies: 4
Views: 5695

Re: Show filename with select dialog

In 2.4 the title of that dialog should be the movie filename.
by rednoah
08 Jan 2012, 14:17
Forum: Feature Requests and Bug Reports
Topic: Search Through Proxy
Replies: 10
Views: 8247

Re: Search Through Proxy

Set up the Proxy through Java Settings panel and it'll work with all Java applications including FileBot.
by rednoah
06 Jan 2012, 12:30
Forum: Announcements and Releases
Topic: FileBot 2.4 is out!~
Replies: 0
Views: 59104

FileBot 2.4 is out!~

FileBot 2.4 is out!~ New features: * Extreme-Makeover for Movie auto-detection (It actually works now!) * More accurate and robust episode/file matching * Support movie/series detection via imdbid/tvdbid from nfo files * Update notifications when future versions are released * Greatly reduced initi...
by rednoah
06 Jan 2012, 11:50
Forum: Scripting and Automation
Topic: How about sharing your CLI scripts?
Replies: 12
Views: 517075

Fetch artwork and NFO files (v2)

Description: Fetch artwork and generate *.nfo files for movie folders, series folders, season folders and episode files. Fetch artwork: filebot -script fn:artwork /path/to/media/ Generate NFO files: filebot -script fn:nfo /path/to/media/ Notes: This script does not parse or guess any information fr...