Search found 22923 matches

by rednoah
04 Jan 2014, 13:46
Forum: Help and Support
Topic: Varying Rating Classifications?
Replies: 6
Views: 4004

Re: Varying Rating Classifications?

Week 1: imdb.certification not available, certification used instead Week 2: imdb.certification available, thus used (might be different from the previous one from TheMovieDB/TheTVDB) Not to mention that for new shows somebody could just change the rating in the TheMovieDB/TheTVDB. Also IMDb could c...
by rednoah
04 Jan 2014, 13:41
Forum: Help and Support
Topic: QNAP - Transmission - FileBot
Replies: 9
Views: 7866

Re: QNAP - Transmission - FileBot

I'd start by making sure your script is called. Then I'd copy the call for the amc script verbatim: http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561 Only after you got that working you can start looking into customization. Not sure where you found svn:name, but don't use it, it won't ...
by rednoah
04 Jan 2014, 07:40
Forum: Scripting and Automation
Topic: Can't wrap my head around this -- Need help please
Replies: 1
Views: 1690

Re: Can't wrap my head around this -- Need help please

So your key problem is differentiating between Episode files and Movie files?

Once you think about it you will find it's surprisingly tricky and hard to do universally well. This is my best attempt at solving this problem:
http://www.filebot.net/forums/viewtopic ... =215#p1561
by rednoah
04 Jan 2014, 07:35
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 10390

Re: [help] utorrent integration

If you have PATH issues (e.g. 'filebot' command not found) try using the absolute path to the executable, e.g. "C:/Program Files/Filebot/filebot.exe" or "./Applications/Filebot.app/Contents/MacOS/filebot.sh"
by rednoah
04 Jan 2014, 07:21
Forum: Help and Support
Topic: No Results for files music files with german "umlaute"
Replies: 3
Views: 2617

Re: No Results for files music files with german "umlaute"

Q: Where can I find the latest beta versions? A: The latest platform-independent HEAD jar can be found here: https://sourceforge.net/projects/filebot/files/filebot/HEAD/ You can update to the latest revision just by replacing the jar. As for miss-matches I guess Acoustic fingerprint matching isn't ...
by rednoah
04 Jan 2014, 07:15
Forum: Scripting and Automation
Topic: The adventure of CLI, context menus, and stupid characters
Replies: 11
Views: 7467

Re: The adventure of CLI, context menus, and stupid characte

Get files from sub folders as well:

Code: Select all

args[0].getFiles()
At this point you can just do this, this will work for folders and single files like you said:

Code: Select all

def input = args.getFiles()
by rednoah
04 Jan 2014, 07:13
Forum: Help and Support
Topic: Varying Rating Classifications?
Replies: 6
Views: 4004

Re: Varying Rating Classifications?

Isn't your format grabbing ratings from IMDb via OMDb and TheTVDB? The first time around it defaults to TheTVDB while later on IMDb is available so it doesn't default to TheTVDB any longer.

I guess you can't have both. I recommend using just TheTVDB.
by rednoah
04 Jan 2014, 06:59
Forum: Feature Requests and Bug Reports
Topic: java.lang.NullPointerException
Replies: 5
Views: 5110

Re: java.lang.NullPointerException

Haha, this one is hard because it's not supported. :D Try the {episodelist} binding in r1968+ for better results. You made a mistake in your expression. This works: {def db = net.sourceforge.filebot.WebServices.TheTVDB; db.getEpisodeList(series, null, Locale.getDefault()).findAll{episode.season == i...
by rednoah
03 Jan 2014, 20:34
Forum: Feature Requests and Bug Reports
Topic: java.lang.NullPointerException
Replies: 5
Views: 5110

Re: java.lang.NullPointerException

It's not a bug if it's in your code. :P So if you need the title in French, why don't you set "Preferred Language" to French so {t} is just French? If you'd still like {n} to be in English you can use {primaryTitle} The issue is that the hack above is not reliable, and when back-referencin...
by rednoah
03 Jan 2014, 18:15
Forum: Help and Support
Topic: Changing artwork.tvdb.groovy for my needs
Replies: 3
Views: 2527

Re: Changing artwork.tvdb.groovy for my needs

Adding episode data and images would be a lot of extra work since in don't have much support for that internally.
by rednoah
03 Jan 2014, 09:45
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14703

Re: [SCRIPT] FileBot.jar Auto Updater (Windows)

If you can set your download tool to "Follow Redirects" you can simply things and let SF.net decide the best mirror for you:

e.g. with wget

Code: Select all

wget http://sourceforge.net/projects/filebot/files/filebot/HEAD/FileBot.jar
by rednoah
03 Jan 2014, 08:14
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 413136

Re: [Windows] Advanced Explorer Context Menu (GitHub Integra

That installer cmd scripts is a really good idea! Must have been a bitch getting that working with only bat scripting! :D
by rednoah
03 Jan 2014, 07:57
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527171

Re: [MANUAL] Configure OpenSubtitles and Sublight login

This should list your download limits:

Code: Select all

filebot -script osdb.stats
by rednoah
03 Jan 2014, 06:43
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 14998

Re: Exponential delays when subtitle-searching multiple fold

It's the same as filebot -script fn:osdb.login now. With the newer jars that use GitHub.
by rednoah
03 Jan 2014, 06:06
Forum: Help and Support
Topic: Ubuntu headless filebot script
Replies: 5
Views: 3747

Re: Ubuntu headless filebot script

--def xbmc=hostname Tell the given XBMC instance to rescan it's library
:ugeek:
by rednoah
03 Jan 2014, 06:04
Forum: Help and Support
Topic: Changing artwork.tvdb.groovy for my needs
Replies: 3
Views: 2527

Re: Changing artwork.tvdb.groovy for my needs

replace

Code: Select all

"poster.jpg"
with

Code: Select all

"season${season.pad(2)}-poster.jpg"
by rednoah
03 Jan 2014, 05:56
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 14998

Re: Exponential delays when subtitle-searching multiple fold

4000 files, regex replace, how long can it take? 1 second? :D I can assure you that 99.99% of the time it runs will be spent waiting for the the remote filesystem to respond. :D I think the main reason things were significantly slower on your side is because you're working with remote files. So even...
by rednoah
02 Jan 2014, 19:18
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 413136

Re: [Windows] Advanced Explorer Context Menu (GitHub Integra

With the next revision you can do this:

Code: Select all

-get-subtitles --format MATCH_VIDEO
by rednoah
02 Jan 2014, 18:36
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 413136

Re: [Windows] Advanced Explorer Context Menu (GitHub Integra

I'm sure Groovy has lots of nifty ways to read config or Java Property Files.

Though for quickly reading CSV data I have a helper:

props.txt (tab-separated)

Code: Select all

a	1
b	2
c	3
Groovy:

Code: Select all

def map = csv('D:/props.txt', '\\t')
println map
by rednoah
02 Jan 2014, 17:44
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 413136

Re: [Windows] Advanced Explorer Context Menu (GitHub Integra

Actually having local groovy script files isn't a bad idea, makes it easy to edit. The the script itself is extremely simple anyway. -trust-script works like you said. You may not need it with basic filebot tasks but if you were to fetch artwork were the groovy script needs to write files it's requi...
by rednoah
02 Jan 2014, 16:41
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 413136

Re: [Windows] Advanced Explorer Context Menu (GitHub Integra

Actually you have a point. If you use --output we have to edit the .reg commands, while if you have the scripts local it's easy to edit. You can do this: rename(..., format:'{n}/...', output:'//mynas/media') Not much different, but slightly easier to manage if the root path and format is different. ...
by rednoah
02 Jan 2014, 16:32
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 413136

Re: [Windows] Advanced Explorer Context Menu (GitHub Integra

Just edit the groovy scripts and use your own format.
by rednoah
02 Jan 2014, 15:52
Forum: Feature Requests and Bug Reports
Topic: Subtitles
Replies: 16
Views: 12188

Re: Subtitles

Added support for guessing language from .idx contents with r1967.