Search found 22998 matches

by rednoah
14 Mar 2013, 00:50
Forum: Help and Support
Topic: Need help with a simple script
Replies: 2
Views: 2687

Re: Need help with a simple script

So you just grabbed amc.groovy and never bothered with reading any of the docs? 1. Basic cmdline usage: filebot -get-missing-subtitles -non-strict /path/to/files 2. Almost exactly as the provided sample usage: http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2100 i.e. filebot -script fn:repl...
by rednoah
13 Mar 2013, 15:27
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 15283

Re: 3D Movie Files and folders

Yeah, that's wierd results. Maybe Ushers stuff sounds all the same? :D Keep in mind that AcousticID uses the audio fingerprint but also the length of the audio as double check to avoid mismatches. Could it be that the original files are named incorrectly? Otherwise someone must have uploaded invalid...
by rednoah
13 Mar 2013, 14:12
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 15283

Re: 3D Movie Files and folders

I had this conversation many times before... How about I just give you the solution and you throw over a nice donation ? Here's the format: {fn =~ /3D/ ? '3D Movies' : 'Movies'}/{n} ({y}){fn =~ /3D/ ? ' [3D] [H-SBS]' : ''}/{n} ({y}) ({vf}){fn =~ /3D/ ? ' H-SBS' : ''}{' CD'+pi} Since it doesn't conta...
by rednoah
13 Mar 2013, 13:48
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 15283

Re: 3D Movie Files and folders

1. Everything is a movie. In your format you can organize things however you want given the data available to you (movie + original file). e.g. if filename contains '3D' then move to 3D Movies folder, otherwise Movies folder, etc you have complete control over the destination path. 2. You didn't esc...
by rednoah
13 Mar 2013, 13:17
Forum: Help and Support
Topic: FileBot won't rename files in UBUNTU
Replies: 2
Views: 2587

Re: FileBot won't rename files in UBUNTU

.ISO support added to Movie Mode with r1524

You can try it right now by grabbing the latest rev from here:
http://sourceforge.net/projects/filebot ... ebot/HEAD/

And replacing /opt/filebot/FileBot.jar with with the latest HEAD jar.
by rednoah
13 Mar 2013, 12:48
Forum: Help and Support
Topic: FileBot won't rename files in UBUNTU
Replies: 2
Views: 2587

Re: FileBot won't rename files in UBUNTU

What exactly is happening? Is it not finding matches? Or it looks like everything is recognized correctly but when you click Rename it doesn't work? Try running from Terminal and see if you get any output: /opt/filebot/bin/filebot.sh I've just tried here on 64-bit Ubuntu 12.10 and it works fine. Tho...
by rednoah
13 Mar 2013, 04:16
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5941

Re: filebot still detects using filename instead of dirname

Looks good time me. Just check the output and maybe add some printlns to help you find the problem.
by rednoah
13 Mar 2013, 02:34
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 556293

Re: [MANUAL] Configure OpenSubtitles and Sublight login

Honestly I have no idea, it keeps changing. Though I have the feeling that since I donated 15 euro and got a VIP account I run into those limits much less.
by rednoah
12 Mar 2013, 18:43
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 15283

Re: 3D Movie Files and folders

So you're saying it's the the naming that is the issue but FileBot unable to detect the movie in the first place? 3D Movies are also Movies: http://www.themoviedb.org/movie/72331-abraham-lincoln-vampire-hunter Works perfectly fine: [COPY] Rename [D:\testdata\AMC-TEST\Abraham Lincoln Vampire Hunter (...
by rednoah
12 Mar 2013, 18:02
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 15283

Re: 3D Movie Files and folders

That one is in the examples.
by rednoah
12 Mar 2013, 16:26
Forum: Scripting and Automation
Topic: 3D Movie Files and folders
Replies: 22
Views: 15283

Re: 3D Movie Files and folders

It's all in the format. How files are named is 100% up to your format.
by rednoah
12 Mar 2013, 14:43
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5941

Re: filebot still detects using filename instead of dirname

Nope, this is preprocessing. Grouping files by likely category and item. If anything you wanna look at rename(file: files, ...) later own where renaming actually happens. As you can see it's not passing in the query parameter but assuming that rename(...) itself will figure it out, especially since ...
by rednoah
12 Mar 2013, 13:27
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5941

Re: filebot still detects using filename instead of dirname

You're welcome to only use the foldername or torrent label if that works for you. Your script. Your rules. ;) Mine works just fine: Parameter: ut_kind = multi Parameter: ut_dir = D:\testdata\AMC-TEST Parameter: ut_title = AMC-TEST Parameter: clean = y Input: D:\testdata\AMC-TEST\House.Of.Cards.2013....
by rednoah
12 Mar 2013, 13:01
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 556293

Re: [MANUAL] Configure OpenSubtitles and Sublight login

When it said "Testing OpenSubtitles... OK" it had already configured and setup your user. From then on FileBot was using your user.

Just because you're logged in doesn't mean OpenSubtitles gives you infinite quotas. Try again tomorrow. Or talk to the devs and make a seizable donation. ;)
by rednoah
12 Mar 2013, 12:32
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 556293

Re: [MANUAL] Configure OpenSubtitles and Sublight login

Make sure you get my updates immediately:

Code: Select all

filebot -clear-cache -script fn:configure.login
by rednoah
12 Mar 2013, 09:27
Forum: Feature Requests and Bug Reports
Topic: Pushover notifications
Replies: 2
Views: 4068

Re: Pushover notifications

Done that. Didn't like it. PushOver msgs are limited to 500 characters so you can't include much info. Here's some code you can copy and paste: http://www.filebot.net/forums/viewtopic.php?f=4&t=471&p=3257#p3257 The html email is just a much better way to keep checking things. You can set up ...
by rednoah
12 Mar 2013, 04:37
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 556293

Re: [MANUAL] Configure OpenSubtitles and Sublight login

Updated the configure.login script so you can set/unset osdb or sublight.
by rednoah
12 Mar 2013, 04:00
Forum: Feature Requests and Bug Reports
Topic: fetchEpisodeList feature request
Replies: 1
Views: 2185

Re: fetchEpisodeList feature request

fetchEpisodeList uses the TheTVDB API and grabs it's data from the "Full Series Record": http://thetvdb.com/wiki/index.php/Programmers_API There's only the full series record or individual episode records. In the API there's also a way to see what shows/episodes have been modified. I don't...
by rednoah
11 Mar 2013, 14:52
Forum: Feature Requests and Bug Reports
Topic: XBMC NOT SHOWING FILES USING FILEBOT.
Replies: 18
Views: 8485

Re: XBMC NOT SHOWING FILES USING FILEBOT.

That doesn't make sense... Anyway, you can always modify the script and pass in your own rename function. You could do a cmdline copy for each file: rename( ... action: { from, to -> execute('mkdir', to.dir) execute('copy', '/Y', from, to) } ) Or using my SHFILEOP copy engine which hooks into Window...
by rednoah
11 Mar 2013, 14:41
Forum: Scripting and Automation
Topic: AMC Problem (Fully Automated Media Center Script)
Replies: 55
Views: 24816

Re: AMC Problem (Fully Automated Media Center Script)

Works for me: Parameter: ut_kind = multi Parameter: ut_dir = D:\testdata\AMC-TEST Parameter: ut_title = AMC-TEST Parameter: clean = y Input: D:\testdata\AMC-TEST\discovery.channel.inventions.that.shook.the.world.e04.720p.hdtv.x264-tvillage.mkv discovery.channel.inventions.that.shook.the.world.e04.72...
by rednoah
11 Mar 2013, 13:43
Forum: Feature Requests and Bug Reports
Topic: XBMC NOT SHOWING FILES USING FILEBOT.
Replies: 18
Views: 8485

Re: XBMC NOT SHOWING FILES USING FILEBOT.

No idea why xbmc doesn't see the changes. Have you setup filebot to tell xbmc to rescan everything after processing? Even if xbmc can't detect the changes it must see he new files once a rescan is forced.
by rednoah
11 Mar 2013, 09:22
Forum: Help and Support
Topic: Do I need Groovy?
Replies: 1
Views: 2010

Re: Do I need Groovy?

No, it's all baked in.
by rednoah
11 Mar 2013, 07:01
Forum: Scripting and Automation
Topic: Missile Huggers Synology NAS package
Replies: 5
Views: 6707

Missile Huggers Synology NAS package

Missile Hugger is kindly maintaining a package for Synology NAS. It's not part of set of installers and packages so it may lag behind the official releases of FileBot: You can find more info here: http://missilehugger.com/735/synology-package-filebot/ Known issues: * MediaInfo / 7zip native libs are...