Search found 204 matches

by Ithiel
24 Jan 2014, 13:55
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

Re: [Windows] Advanced Context Menu & Cool Scripts Pack

Hi SWF, It wasn't ever really designed with that in mind, but there are two ways you can make it work (both require some manual tinkering though): OPTION 1: If you're renaming local files, the easiest way is to just edit output.txt file and change the first 3 lines to this: .\ .\ .\ This will work f...
by Ithiel
23 Jan 2014, 12:52
Forum: Help and Support
Topic: XBMC help
Replies: 5
Views: 3893

Re: XBMC help

ok after much thinking i just bougth OUYA to use with XBMC( the new version 13 will be fully compatible). I was an original backer of the OUYA. When it finally arrived a month after they came out in stores anyway, I tested it for a few weeks and concluded it was a bucket of puss.. Has it managed to...
by Ithiel
23 Jan 2014, 12:48
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Match] naruto shippuden kay and documentary
Replies: 4
Views: 4233

Re: [Incorrect Match] naruto shippuden kay and documentary

Its a little off topic, but while I agree that Bleach > most things, criticizing Naruto for fillers would be a shining example of the pot calling the kettle black.

At the end of the day though, regardless of which you prefer, when renaming Anime - use AniDB, not TheTVDB. :-)
by Ithiel
19 Jan 2014, 22:36
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

Re: [Windows] Advanced Context Menu & Cool Scripts Pack

No worries mate - was an interesting problem to solve. It should support an unlimited number of languages, however I'd imagine if you tried setting it to 100 or something that the registry might get a bit snotty with a value that long, lol. Basically, it updates the registry each time on the loop (a...
by Ithiel
19 Jan 2014, 22:18
Forum: Episode / Movie Naming Scheme
Topic: Anime not getting season #
Replies: 3
Views: 3725

Re: Anime not getting season #

Hi Kymus, Anime, as a general rule, do not have "Seasons" in the traditional sense, so they are not listed in the output. If you are using AniDB as your source, this will become clear as there is no season data (all episode numbers are absolute). Second 'seasons' are actually listed as dif...
by Ithiel
18 Jan 2014, 14:44
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

Re: [Windows] Advanced Context Menu & Cool Scripts Pack

UPDATE: 'Change Subtitle Fetch Language' v1.1 - Now includes support for multiple languages. INSTRUCTIONS: - When run, the script will ask how many subtitle languages you want. The default is 1. - If you type in a number greater than one, you will be asked for their languages one at a time. - First ...
by Ithiel
17 Jan 2014, 23:45
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

Re: [Windows] Advanced Context Menu & Cool Scripts Pack

Hi Romano, With the first error (401 Unauthorized), that is an error with OpenSubtitles, not with the script itself. Can you try running the OpenSubtitles login script (would have been made in your cmdlets folder during install) and see if that makes a difference? You will need to register a free ac...
by Ithiel
16 Jan 2014, 14:16
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 545390

Re: [CODE] Examples and Snippets

Here's an example of running two commands in a single command line: cmd /c filebot -get-subtitles "%1" -non-strict --lang en --log-file context.log && filebot -get-subtitles "%1" -non-strict --lang da --log-file context.log The above example is for a context menu option t...
by Ithiel
16 Jan 2014, 14:01
Forum: Scripting and Automation
Topic: How to input variables into .bat file
Replies: 3
Views: 4687

Re: How to input variables into .bat file

Hi Amishman,

I'm not quite sure I understand what you're chasing, but if you're having trouble with determining the parameters it passes, maybe this can help you a little in your troubleshooting?

http://networkadminkb.com/KB/a192/how-t ... class.aspx
by Ithiel
16 Jan 2014, 13:22
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

Re: [Windows] Advanced Context Menu & Cool Scripts Pack

your answer is something i can actually do by myself so I am very happy ... But i think it would nice to be able to set secondary subtitle so when you do a fetch it gets both. Glad it's working for you Ztrust :-) If I get a chance this weekend, I'll try and extend the language changer script to als...
by Ithiel
16 Jan 2014, 09:53
Forum: Help and Support
Topic: [HOW TO] Everything: Scripts, Guides & Code Collection!
Replies: 0
Views: 77583

[HOW TO] Everything: Scripts, Guides & Code Collection!

Welcome to the FileBot 'How To Everything' Directory! Below is a collection of useful hints, tips, tutorials, scripts, and other awesome little nuggets of goodness that have built up over the forums over the last few years. This list isn't exhaustive, but it should help point you in the right direc...
by Ithiel
16 Jan 2014, 02:20
Forum: Scripting and Automation
Topic: Using Filebot as API
Replies: 3
Views: 3836

Re: Using Filebot as API

Hi usernames_are_hard, I might be a little offbase here, but if I am understanding things correctly, I'm wondering if you might be coming at this the wrong direction? To clarify - you've got a Popcorn Hour A400 acting as media player, media storage, and media download, correct? Is it just the new fi...
by Ithiel
16 Jan 2014, 00:14
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

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

Hi Ztrust, The FileBot CLI does not natively support downloading two subtitles in a single command, so you would need to modify the registry entries that are created to have it run two sequential commands. As the script doesn't support this 'out of the box', after installing, you will need to change...
by Ithiel
15 Jan 2014, 02:38
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

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

@chest069 That's not quite the way to download it, lol. Righto... 1. Click this link: https://github.com/CapriciousSage/cmdlets/raw/master/context_menu_live_installer.cmd 2. It should ask you to save the file context_menu_live_installer.cmd somewhere.. Put it in your downloads directory or where eve...
by Ithiel
14 Jan 2014, 13:19
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

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

UPDATE: FileBot Advanced Context Menu v1.3 New Features: - Now Includes "FileBot Context Menu Subtitle Fetch Language Selector v1.1", which will be created in c:\program files\filebot\cmdlets Improvements: - Several compatibility fixes and improvements, particularly in regards to seeking e...
by Ithiel
14 Jan 2014, 13:10
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14763

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

UPDATE: FileBot Auto Jar Updater v1.4
- Further improved compatibility post-integration into context menu installer.
by Ithiel
13 Jan 2014, 00:51
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 416151

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

@romano Currently subtitle language is fixed at english, however you can change this via a quick registry tweak after you've installed it. 1. Open regedit and go to: HKEY_CLASSES_ROOT\FileBot\File_Menu\shell\002Fetch\003Subtitles\command\ 2. On the right, double click (Default) to change this: cmd /...
by Ithiel
13 Jan 2014, 00:30
Forum: Scripting and Automation
Topic: [SCRIPT] FileBot.jar Auto Updater (Windows)
Replies: 13
Views: 14763

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

UPDATE: FileBot Auto Jar Updater v1.2 - Compatibility improvements added by Akki. Thanks Akki, looks good :-) Unfortunately, I can't see anything in bitsadmin that allows for version control like that. The only way would be to check it after you've downloaded it, at which point such tasks are a litt...
by Ithiel
10 Jan 2014, 13:49
Forum: Feature Requests and Bug Reports
Topic: msiexec error 1603
Replies: 6
Views: 5189

Re: msiexec error 1603

I don't think I can enable the extra logging in the live downloader as the msi is created on the fly, and I don't believe that command will work when referencing the exe. As for downloading the msi from sourceforge and trying with that - and with the exception of an issue with shortcuts (issue on my...
by Ithiel
10 Jan 2014, 13:00
Forum: Feature Requests and Bug Reports
Topic: msiexec error 1603
Replies: 6
Views: 5189

msiexec error 1603

just downloaded the latest FileBot 3.8 'live' installer for Windows from the home page to install on a Windows 8.1 Pro x64 machine. Selected no to both sponsor co-installs, clicked install, the downloader did it's thing... then I ran into the error below: msiexec error 1603 http://snag.gy/b1GqK.jpg ...
by Ithiel
09 Jan 2014, 10:00
Forum: Feature Requests and Bug Reports
Topic: [HOW TO] Fix 'Problems', Report 'Bugs', Get 'Features'
Replies: 0
Views: 49533

[HOW TO] Fix 'Problems', Report 'Bugs', Get 'Features'

How to report a problem: (request support) Run into an error ? Broken your i.win() button? Tried to divide your universe by zero? Let us know! OK, more accurately, let rednoah know, because unlike me he can actually help fix the problem (I, however, will give an amusingly witty running commentary o...
by Ithiel
09 Jan 2014, 09:57
Forum: Help and Support
Topic: [HOW TO] Fix 'Problems', Report 'Bugs', Get 'Features'
Replies: 0
Views: 52061

[HOW TO] Fix 'Problems', Report 'Bugs', Get 'Features'

How to report a problem: (request support) Run into an error ? Broken your i.win() button? Tried to divide your universe by zero? Let us know! OK, more accurately, let rednoah know, because unlike me he can actually help fix the problem (I, however, will give an amusingly witty running commentary o...
by Ithiel
09 Jan 2014, 05:59
Forum: Help and Support
Topic: ioexception when trying to rename
Replies: 3
Views: 2799

Re: ioexception when trying to rename

Hi borgerd,

Can you please run with FileBot (console) and paste the output here?

Also opening cmd and running this command would be helpful:

Code: Select all

filebot -script fn:sysinfo
It might also help to upload a screen shot via http://snag.gy/ and paste the link here as well.

Thanks!
by Ithiel
09 Jan 2014, 05:54
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 545390

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

As rednoah is pretty much always making tweaks, fixes, or improvements (generally in response to forum requests), the jar file is normally updated every couple of days. If you ever notice a strange bug, the first thing to try is updating your jar to see if he's already fixed it, lol. :-) If you're r...
by Ithiel
08 Jan 2014, 15:26
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 545390

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

*"Wife with Wife?", Ithiel thought to himself, "That's odd, I've never heard of that anime before... wonder what that's about?"* *types it into Google* ... um, so.. yeah, in retrospect, that's exactly the kind of anime you'd expect a show called 'Wife with Wife' to be. FYI: A jos...