Search found 23004 matches

by rednoah
08 Jan 2014, 19:08
Forum: Feature Requests and Bug Reports
Topic: UNCUT, EXTENDED, DIRECTORS CUT
Replies: 23
Views: 17905

Re: UNCUT, EXTENDED, DIRECTORS CUT

Just add a unqiue() call:

Code: Select all

.sort().unique()
by rednoah
08 Jan 2014, 17:46
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 590719

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

hahaha, never bothered to actually look it up Wife with Wife - Absolutely Not For Children :lol:
by rednoah
08 Jan 2014, 17:30
Forum: Feature Requests and Bug Reports
Topic: UNCUT, EXTENDED, DIRECTORS CUT
Replies: 23
Views: 17905

Re: UNCUT, EXTENDED, DIRECTORS CUT

This one definitely works:

Code: Select all

{' (' + fn.matchAll(/extended|uncensored|remastered|unrated|uncut|directors.cut|special.edition/)*.upperInitial()*.lowerTrail().sort().join(', ').replaceAll(/[._]/, " ") + ')'}
@see http://snag.gy/PLIPX.jpg
by rednoah
08 Jan 2014, 07:43
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 590719

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

Haha, this one is really bad luck! :D There's an anime names:[つまつま 人妻×人妻, WWW, Wife with Wife] which allows WWW to be part of the query, and it gets matched to names:[Christopher Hitchens, www.raydragon.com Presents...] :D Maybe shitty data in the IMDb when that one was scraped. Try one of the lates...
by rednoah
08 Jan 2014, 05:58
Forum: Help and Support
Topic: Particular Series
Replies: 23
Views: 11816

Re: Particular Series

Send me the paths and I can try for myself. If you look at the 2 lines of SxE you'll notice that it just does two renames, once to add lots of extra info like airdate and a second to then rename again with normal SxE order matching by airdate/title. I don't see why it wouldn't execute the second lin...
by rednoah
08 Jan 2014, 05:50
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 590719

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

This will catch it:

Code: Select all

www[.][\w-.]+[.](com|net|tk|ro|cd|me|de)
Give me the whole path and I'll have a look which token is messing with it.
by rednoah
07 Jan 2014, 16:47
Forum: Scripting and Automation
Topic: How can i ignore the foldername?
Replies: 4
Views: 3487

Re: How can i ignore the foldername?

I added DDL to the global blacklist anyway. If you try again next week it should work better.
by rednoah
07 Jan 2014, 13:35
Forum: Scripting and Automation
Topic: How can i ignore the foldername?
Replies: 4
Views: 3487

Re: How can i ignore the foldername?

Have you tried -non-strict?
by rednoah
07 Jan 2014, 13:33
Forum: Help and Support
Topic: Strange thing started happening - mystery ogg files
Replies: 17
Views: 7249

Re: Strange thing started happening - mystery ogg files

1. Windows CMD is weird. I've added logging into the Java core by now. Just set something like --log-file amc.log 2. The second gmail error is probably due to some modification you made, or it was broken when you copied it. Either way I can't really be bothered to maintain forks and outdated version...
by rednoah
06 Jan 2014, 18:25
Forum: Help and Support
Topic: QNAP - Transmission - FileBot
Replies: 9
Views: 7885

Re: QNAP - Transmission - FileBot

Of course the answer is "No, it's suppose to work fine with those parameters" . How else would the script know what folder to process? Look at the docs: https://trac.transmissionbt.com/wiki/Scripts#OnTorrentCompletion First you figure out how you access these variables in your shell script...
by rednoah
06 Jan 2014, 17:04
Forum: Help and Support
Topic: QNAP - Transmission - FileBot
Replies: 9
Views: 7885

Re: QNAP - Transmission - FileBot

Yes, that's where these mysterious environment variables are supposed to be coming from: $TR_TORRENT_DIR/$TR_TORRENT_NAME That's the first thing I would be testing. That transmission is in fact passing those variables along. ;) Also it is likely that you can only set one script, unless the docs say ...
by rednoah
06 Jan 2014, 12:56
Forum: Help and Support
Topic: Spk edit?
Replies: 2
Views: 2107

Re: Spk edit?

Please raise any issues with the synology package with the official maintainers directly.

I only maintain portable and ipkg package which you may be able to use once java is working.
by rednoah
06 Jan 2014, 06:32
Forum: Scripting and Automation
Topic: Sabnzbd Setup
Replies: 2
Views: 2931

Re: Sabnzbd Setup

1. Tells you it's a cmdline tool: since filebot/amc is really just a cmdline tool you can probably make it work with any software that can run external programs, or just call it every once in a while with scheduler or cron. 2. Shows you a video how it is just a cmdline tool: http://www.youtube.com/w...
by rednoah
06 Jan 2014, 06:01
Forum: Help and Support
Topic: Unsatisfiedlinkerror help
Replies: 2
Views: 2115

Re: Unsatisfiedlinkerror help

Run with FileBot (console) and paste me the output. Also opening cmd and running this command would be helpful: filebot -script fn:sysinfo Most likely your anti virus is blocking that library. Try copying jnidispatch.dll into the filebot install folder: https://sourceforge.net/p/filebot/code/HEAD/tr...
by rednoah
06 Jan 2014, 05:47
Forum: Scripting and Automation
Topic: Sabnzbd Setup
Replies: 2
Views: 2931

Re: Sabnzbd Setup

Pretty much every post in this forums is about this, just not Sabnzbd specific :D

The amc script does everything:
http://www.filebot.net/forums/viewtopic.php?f=4&t=215

Now you just need to figure out how to integrate that with Sabnzbd.
by rednoah
06 Jan 2014, 05:44
Forum: Scripting and Automation
Topic: Noob in need of help
Replies: 3
Views: 2486

Re: Noob in need of help

Why use a format you don't understand instead of just letting it's use it's default that does what you want?

Code: Select all

"movieFormat=Movies/{n} {y}/{fn}"
by rednoah
06 Jan 2014, 02:19
Forum: Scripting and Automation
Topic: Noob in need of help
Replies: 3
Views: 2486

Re: Noob in need of help

What options are you setting? Are you overriding the format and make it not change the name at all?

Logs would be helpful. Always.
by rednoah
06 Jan 2014, 01:40
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 421033

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

- Fixed file encoding error on several of the groovy config files (were Unicode when ANSI was expected)
The only reason it may expect ANSI is because it's set as default encoding on Windows, it'll probably be UTF-8 on other systems. I recommend forcing UTF-8 whenever reading / writing anything.
by rednoah
05 Jan 2014, 11:28
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Search titles for other languages
Replies: 9
Views: 6935

Re: [Feature Request] Search titles for other languages

Compared to the above, how is this more complicated? It's almost exactly the same, just composed differently. :D

Code: Select all

{t} ({['fr', 'de'].collectMany{ lc -> database.getEpisodeList(series, 'airdate', lc)}.findAll{episode.numbers == it.numbers}.title.join(', ')})
Remember that this one requires r1972+
by rednoah
05 Jan 2014, 10:29
Forum: Scripting and Automation
Topic: AMC doesn't work at all
Replies: 7
Views: 4635

Re: AMC doesn't work at all

This is replaced by uTorrent: %D The value of %D may or may not have a trailing backslash depending on what path you selected when starting the torrent. That kind of sucks but it can't be helped if uTorrent and of course cmd are stupid that way. Look at the new pictures: http://www.filebot.net/forum...
by rednoah
05 Jan 2014, 08:40
Forum: Help and Support
Topic: QNAP - Transmission - FileBot
Replies: 9
Views: 7885

Re: QNAP - Transmission - FileBot

If you have PATH issues, and it almost always is PATH issues, try using the absolute path to the executable, e.g. "C:/Program Files/Filebot/filebot.exe" or "./Applications/Filebot.app/Contents/MacOS/filebot.sh" It's important to know what the PATH is when working with cmdline. R...
by rednoah
05 Jan 2014, 05:45
Forum: Help and Support
Topic: Varying Rating Classifications?
Replies: 6
Views: 4028

Re: Varying Rating Classifications?

Yes. Try it. :D
by rednoah
05 Jan 2014, 05:41
Forum: Scripting and Automation
Topic: AMC doesn't work at all
Replies: 7
Views: 4635

Re: AMC doesn't work at all

You're passing this whole thing as 1 single argument... Parameter: ut_dir = C:\Users\Sam\Downloads" ut_file=Shameless.US.S03E12.HDTV.x264-ASAP.mp4 ut_kind=single ut_title=Shameless.US.S03E12.HDTV.x264-ASAP.mp4 ut_label= ut_state=5 You're just quoting or escaping things wrong. Learn how to use c...
by rednoah
05 Jan 2014, 05:37
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Search titles for other languages
Replies: 9
Views: 6935

Re: [Feature Request] Search titles for other languages

I show you how you get the data. How to format it in different ways is easy to figure out. Check your nearest Groovy tutorial. ;)