Search found 204 matches

by Ithiel
02 Jan 2014, 23:12
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

haha, it's all good. Let me assure you, once I upgraded to VIP, I downloaded SIGNIFICANTLY more than 200 subtitles *cough* more like 20 times 200 *cough* I think that out of everyone in the history of forever that hit the anti-leech limit, I probably deserved it the most, haha.. Of course, this does...
by Ithiel
02 Jan 2014, 23:10
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 423451

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

Though for quickly reading CSV data I have a helper:
hm.. interesting. I shall have a play and will let you know where I get :-)
With the next revision you can do this:
Awesome! *does a little dance before running off to update reg files*
by Ithiel
02 Jan 2014, 17:56
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 423451

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

I've got a few ideas for an installer that may make everything a lot easier, but some more research will be required. Ideally, it would be a cmd file you run that asks questions and builds the reg/required local files for you automatically depending on the options you gave. This way, there would onl...
by Ithiel
02 Jan 2014, 17:10
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

Righto - will test tmro. :-)

Is this fixing the GUI multi folder scan issue or adding a -something option to the CLI to remove the language tag?

(I hit the leech limit, upgraded to VIP... and then hit the leech limit again, lol)
by Ithiel
02 Jan 2014, 16:56
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 423451

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

hm... with it calling from a file, rather than reading the whole file, does groovy support reading a specific line? I can have it load the groovy from GitHub, and set the "output:" call a local text file, but rather than having a bunch of them, create a single (local) text file like this: ...
by Ithiel
02 Jan 2014, 16:37
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 423451

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

HOW DID YOU DO THE SUB MENUS !?!?!? Believe me when I say that getting this to work correctly took a very VERY long time, lol. The MSDN documentation on this is total $#*&, lol. Have a bit of a dig through the reg file to see how the magic works :-) if you maintain these scripts on GitHub you c...
by Ithiel
02 Jan 2014, 13:38
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 423451

[Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]

SCRIPT UPDATED 2014/02/24 (v1.7) | INSTRUCTIONS UPDATED 2014/02/24 ----------------------------------------------------------------------------------------------- Advanced Context Menu & Cool Scripts Pack for Windows https://raw.github.com/CapriciousSage/cmdlets/master/context_menu_preview_1.jpg...
by Ithiel
02 Jan 2014, 07:57
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

While the above is still driving me crazy, I've flicked it back to just the sub download via the context menu cmd so I could run some tests.. When using the GUI to scan \\mynas\media\TV Shows\Battlestar Galactica (2003 TV-14)\, it sits there for an eternity (20min and counting) and still nothing, ho...
by Ithiel
02 Jan 2014, 06:14
Forum: Feature Requests and Bug Reports
Topic: UNCUT, EXTENDED, DIRECTORS CUT
Replies: 23
Views: 18065

Re: UNCUT, EXTENDED, DIRECTORS CUT

ah, righto - so this then? {' (' + fn.matchAll(/extended|uncensored|remastered|unrated|uncut|directors.cut|special.edition/)*.upperInitial()*.lowerTrail().sort().join(', ').replaceAll(/[._]/, " ") + ')'} I thought I tested that unsuccessfully when I first set it up, however it looks like i...
by Ithiel
02 Jan 2014, 05:55
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

Hi Red, I tried that (here: http://www.filebot.net/forums/viewtopic.php?f=6&t=1217&p=7380#p7376), and it works, but only for local files - it doesn't work for UNC paths. If I use cmd in the context menu command, UNC paths works, but if I use the context menu to call a batch file, UNC paths b...
by Ithiel
02 Jan 2014, 03:38
Forum: Feature Requests and Bug Reports
Topic: UNCUT, EXTENDED, DIRECTORS CUT
Replies: 23
Views: 18065

Re: UNCUT, EXTENDED, DIRECTORS CUT

Hi Cheese, If you want to see an example of this in action, I use a similar method here: http://www.filebot.net/forums/viewtopic.php?f=5&t=1205#p7303 {' (' + fn.matchAll(/extended|uncensored|remastered|unrated|special[ ._-]edition/)*.upperInitial()*.lowerTrail().sort().join(', ').replaceAll(/[.]...
by Ithiel
02 Jan 2014, 03:28
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

hm.. I can get this to work without issue (download subtitle for single file): cmd /c filebot -get-subtitles "%1" -non-strict --lang en --log-file context.log and I can get this to work just as well on the sub file (renaming sub to remove .eng): cmd /c filebot -script fn:replace --filter &...
by Ithiel
02 Jan 2014, 02:33
Forum: Scripting and Automation
Topic: The adventure of CLI, context menus, and stupid characters
Replies: 11
Views: 7539

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

yay - it worked! command: @="cmd /c filebot -script \"C:\\Program Files\\FileBot\\cmdlets\\tv_shows.groovy\" \"%1\" --db TheTVDB -non-strict --log-file context.log" tv_shows.groovy def input = args[0].isDirectory() ? args[0].listFiles() : args[0] def format = new File('...
by Ithiel
02 Jan 2014, 01:50
Forum: Scripting and Automation
Topic: The adventure of CLI, context menus, and stupid characters
Replies: 11
Views: 7539

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

yeah, I'm totally confused. do you mean this? $///mynas/media/TV Shows/{norm = {it.upperInitial().lowerTrail().replaceTrailingBrackets().replaceAll(/[`´‘’ʻ""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/, "!").replaceAll(/[*\s]+/, " ").replace...
by Ithiel
02 Jan 2014, 01:36
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

righto... I think I got it: command (file) cmd /c "C:\Program Files\FileBot\cmdlets\get-subtitles-single-rename.cmd" get-subtitles-single-rename.cmd filebot -get-subtitles "%1" -non-strict --lang en --log-file context.log filebot -script fn:replace --filter "[.](srt|sub|ass)...
by Ithiel
02 Jan 2014, 01:07
Forum: Scripting and Automation
Topic: The adventure of CLI, context menus, and stupid characters
Replies: 11
Views: 7539

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

ah... so I had the right idea trying to call it from a file, but should have been using a groovy file instead. I haven't tried using groovy files thusfar, so I guess it's probably no wonder I'm running into a new set of errors :-P command cmd /c filebot -script "C:\Program Files\FileBot\cmdlets...
by Ithiel
01 Jan 2014, 23:50
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

lol, actually - looks like we're all good today, and that it was just OpenSubtitles being snotty at me for all my testing yesterday >.< Edit: Just quickly though, I noticed that you also added an option to match subs with the file name (dropping the .eng) - thanks for that! :-) Is there a way to use...
by Ithiel
01 Jan 2014, 23:31
Forum: Scripting and Automation
Topic: The adventure of CLI, context menus, and stupid characters
Replies: 11
Views: 7539

The adventure of CLI, context menus, and stupid characters

So... I wrote a fancy rename scheme: http://www.filebot.net/forums/viewtopic.php?f=5&t=1205#p7303 Red wrote a fancy windows context menu thing: http://www.filebot.net/forums/viewtopic.php?f=3&t=1053&p=6514&hilit=context+menu#p6514 And I thought "you know what? these two could to...
by Ithiel
01 Jan 2014, 13:08
Forum: Anything and Everything else
Topic: What is a Power² User?
Replies: 7
Views: 8749

Re: What is a Power² User?

I suddenly feel a strange glowey sensation ^.^
by Ithiel
01 Jan 2014, 12:57
Forum: Help and Support
Topic: Artwork from file path when using content menus
Replies: 2
Views: 1966

Re: Artwork from file path when using content menus

all good - I managed to track down what I was after:

Code: Select all

@="cmd /c filebot -script fn:artwork.tmdb \%w\" --log-file context.log"
Per http://msdn.microsoft.com/en-us/library ... s.85).aspx, you can use %w to get the working directory :-)
by Ithiel
01 Jan 2014, 10:42
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15148

Re: Exponential delays when subtitle-searching multiple fold

It still seems to be taking its time (started a scan of 2x 1 season shows a few min ago, and it hasn't loaded yet), but this could be in part to having hit the anti-leech limit, and OpenSubtitles being all snotty at me for the next few hours, lol.
by Ithiel
01 Jan 2014, 10:19
Forum: Anything and Everything else
Topic: What is a Power² User?
Replies: 7
Views: 8749

Re: What is a Power² User?

haha, I feel all special now :-)

As for Moderator status - I was going to suggest to bonelifer that we battle to the death so I could absorb the power of his green username glow, but your approach works too :-P


Clearly, I've seen too many Highlander movies, lol.
by Ithiel
01 Jan 2014, 10:14
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 80887

Re: Wishlist for New Features and Scripts

ah phooey :-/ Well, a bit of digging has turned up these fellas that do seem to have an API: http://thesubdb.com/api/ http://www.allsubs.org/api.php http://www.api.subtitleseeker.com/ With any luck, some of them may actually have a decent sized database, and more than a 100 subtitles/12 hour anti-le...
by Ithiel
01 Jan 2014, 10:05
Forum: Help and Support
Topic: Artwork from file path when using content menus
Replies: 2
Views: 1966

Artwork from file path when using content menus

Hi Red, I found your thread on creating context menus for FileBot, and not being one to leave well-enough alone, I'm trying to expand on it, lol. Most of it I've got working, however I'm wanting to allow people to get artwork by clicking on a file within the folder as well, as opposed to just clicki...
by Ithiel
01 Jan 2014, 05:12
Forum: Anything and Everything else
Topic: What is a Power² User?
Replies: 7
Views: 8749

What is a Power² User?

Totally random question - what on earth is a Power² User? I noticed a while ago that I had become one, but it wasn't until today that I looked through the users/rank list (http://www.filebot.net/forums/memberlist.php?sk=m&sd=d) and I noticed I was the only one, haha. Does this mean that I've suc...