Search found 22923 matches

by rednoah
22 Dec 2012, 01:14
Forum: Feature Requests and Bug Reports
Topic: Adjust TV Show title while renaming
Replies: 5
Views: 5125

Re: Adjust TV Show title while renaming

Well, I guess that's exactly what my example with mappings from file does. if {n} =~ x then use alias for x instead of {n} The format is constant, but the format will read that mappings text file each time which you can edit anytime. The naming scheme can contain arbitrary logic. So any logic you ca...
by rednoah
22 Dec 2012, 01:06
Forum: Help and Support
Topic: Link-Drop in folders - FileSystemExecption
Replies: 5
Views: 4463

Re: Link-Drop in folders - FileSystemExecption

Can you run it with a console and send me stacktrace?
by rednoah
21 Dec 2012, 15:05
Forum: Help and Support
Topic: Slash in FolderName + Box Office Numbers + Ratings + Refresh
Replies: 1
Views: 2784

Re: Slash in FolderName + Box Office Numbers + Ratings + Ref

1. Can you do that on Mac? Don't ever do that.
2 & 3. Nope, unless you go scrape the page.
4. At least put the movie name first and add an .nfo file with imdbid to the folder. Best not to uglify names like that...
by rednoah
21 Dec 2012, 14:57
Forum: Feature Requests and Bug Reports
Topic: [FR] Local release-groups.txt option
Replies: 5
Views: 4139

Re: [FR] Local release-groups.txt option

{group} currently just matches the last occurance of a known group name in the path. As long as the group is on the list and the group name is at the end of the filename it should work. What I should you is just using match with a regex, but reading that regex from a file so you can easily edit it. ...
by rednoah
21 Dec 2012, 14:14
Forum: Feature Requests and Bug Reports
Topic: UK Certification
Replies: 3
Views: 3164

Re: UK Certification

Just saying that its not impossible. But not supported as one of the defaults so its very complicated.
by rednoah
21 Dec 2012, 00:48
Forum: Help and Support
Topic: UK Certification
Replies: 1
Views: 2225

Re: UK Certification

Cross-post! No need... I'm the only one writing replies anyway. :P
by rednoah
21 Dec 2012, 00:46
Forum: Feature Requests and Bug Reports
Topic: [FR] Local release-groups.txt option
Replies: 5
Views: 4139

Re: [FR] Local release-groups.txt option

That's a side effect of the {group} logic. It assumes we know all of them. With the naming scheme you can do absolutely ANY custom logic, even apply a white list from a file. e.g. fn.match(new File("groups.rex").text) In anycase, if everyone just posted one group not on the list yet... so ...
by rednoah
21 Dec 2012, 00:40
Forum: Feature Requests and Bug Reports
Topic: UK Certification
Replies: 3
Views: 3164

Re: UK Certification

It's avilable from TheMovieDB but all other sources or episodes or movies just do PG ratings anyway. Probably wont have time for this anytime soon.
by rednoah
21 Dec 2012, 00:37
Forum: Feature Requests and Bug Reports
Topic: latest few updates put priority on episode number
Replies: 9
Views: 5166

Re: latest few updates put priority on episode number

Yeah. If you send me examples to test with I can have a look.

For now you can delete all the SxE pattern from the names with generic renames and FileBot won't be confused by misleading SxE and always funnel everything into that fuzzy text filter.
by rednoah
21 Dec 2012, 00:32
Forum: Feature Requests and Bug Reports
Topic: Clear Cache button or setting in interface screen Request
Replies: 3
Views: 3167

Re: Clear Cache button or setting in interface screen Reques

Everything should be between 24h and 1 week. You can check the config in ehcache.xml in the jar.
by rednoah
21 Dec 2012, 00:30
Forum: Feature Requests and Bug Reports
Topic: Adjust TV Show title while renaming
Replies: 5
Views: 5125

Re: Adjust TV Show title while renaming

You use or not use any variable and/or static text in the naming scheme:
http://filebot.sourceforge.net/forums/v ... ?f=5&t=182
by rednoah
20 Dec 2012, 14:02
Forum: Help and Support
Topic: utorrent script win7 64bits
Replies: 26
Views: 12638

Re: utorrent script win7 64bits

I'm writing this from the top of my head but should e something like this

input.each{
it.moveTo(new File("X:/output", it.name))
}
by rednoah
20 Dec 2012, 12:21
Forum: Help and Support
Topic: utorrent script win7 64bits
Replies: 26
Views: 12638

Re: utorrent script win7 64bits

Maybe I didn't make that function smart enough to handle move to file as well as move to folder.

Now you can either just do a foreach file and use moveTo with full destination filepath or copyTo+delete.
by rednoah
20 Dec 2012, 09:01
Forum: Help and Support
Topic: utorrent script win7 64bits
Replies: 26
Views: 12638

Re: utorrent script win7 64bits

It's what it says somewhere in there, it neither move nor copy will work if the destination already exists. Delete the files you copied before. ;) Since this will flatten the file hierarchy better only move/copy video files since the names will most likely be unique. e.g. input.findAll{ it.isVideo() }
by rednoah
20 Dec 2012, 08:52
Forum: Feature Requests and Bug Reports
Topic: [3.2] can't get subtitles anymore, problem Opensubtitles...
Replies: 5
Views: 5890

Re: [3.2] can't get subtitles anymore, problem Opensubtitles

Check the FAQ. You'll just need to run the configure script once to setup settings for OSDb and Sublight.
by rednoah
20 Dec 2012, 02:10
Forum: Help and Support
Topic: utorrent script win7 64bits
Replies: 26
Views: 12638

Re: utorrent script win7 64bits

Well, you'd have to add something at the end of the script to do that.

In utorrent-postprocess I first collect all input files. So in the end you could just check what's still there.

e.g.
input.findAll{ it.exists() }*.copyTo('X:/...')
by rednoah
20 Dec 2012, 02:06
Forum: Anything and Everything else
Topic: Thank You So Very Much & Happy Holidays
Replies: 5
Views: 8724

Re: Thank You So Very Much & Happy Holidays

Well, I'm glad you like it. Good to know my work is appreciated. :) Usually people don't get why I do what I do. Next time I can just refer them here. ;)
by rednoah
20 Dec 2012, 02:01
Forum: Feature Requests and Bug Reports
Topic: latest few updates put priority on episode number
Replies: 9
Views: 5166

Re: latest few updates put priority on episode number

Having a second look at your helpful screenshots I noticed that it works in some cases, but if there is two files with the same SxE it doesn't. I'll see if I can figure this out. In the meanwhile if u rename those files one by one it'll probably work.
by rednoah
20 Dec 2012, 01:55
Forum: Feature Requests and Bug Reports
Topic: latest few updates put priority on episode number
Replies: 9
Views: 5166

Re: latest few updates put priority on episode number

I continuously make changes for be matching logic so can't say why it's that way and what the reasons were for tweaking it. Can u find the latest older version that works as you say? You can download old versions on Sourceforge. Note that even before the episode name can only ever override SxE if it...
by rednoah
20 Dec 2012, 01:41
Forum: Feature Requests and Bug Reports
Topic: Movie film in Italian
Replies: 9
Views: 6467

Re: Movie film in Italian

Nope, the naming engine is completely oblivious of where the matches come from. {imdbid} should always be imdbid, it may have to ask TMDb for the IMDbID. So the data in TMDb is probably wrong.
by rednoah
20 Dec 2012, 01:30
Forum: Feature Requests and Bug Reports
Topic: [3.2] can't get subtitles anymore, problem Opensubtitles...
Replies: 5
Views: 5890

Re: [3.2] can't get subtitles anymore, problem Opensubtitles

I may have to look into that. In the meanwhile you can try setting up your OSDb user/pwd. The default anonymous user may have more anti-leech limits than logged in ones.
by rednoah
20 Dec 2012, 01:27
Forum: Feature Requests and Bug Reports
Topic: Clear Cache button or setting in interface screen Request
Replies: 3
Views: 3167

Re: Clear Cache button or setting in interface screen Reques

But do you really need to clear the cache? It's not in the GUI so people can't cause excessive load to the various databases. Things are just cached between 2 and 7 days anyway.
by rednoah
19 Dec 2012, 00:01
Forum: Help and Support
Topic: Have filebot tell me which episodes I am missing
Replies: 1
Views: 2670

Re: Have filebot tell me which episodes I am missing

Not currently. But I'll probably write a script for generating reports like that at some point, unless there isn't somebody that beats me to it. Also I built a scraper for MyEpisodes. They track what u have and what's missing and filebot updates their data on download complete. Your tv renamer was a...
by rednoah
18 Dec 2012, 05:39
Forum: Feature Requests and Bug Reports
Topic: NFO data download script won't find the film title
Replies: 2
Views: 2685

Re: NFO data download script won't find the film title

Probably the same issue as in the other post. TMDb's search sucks bad. Maybe I'll need to find a way around that, don't have time though.

You can just modify the script and adjust what query strings are used. e.g. replace dashes and brackets with spaces or something like that.