Search found 53 matches

by xflak
13 Sep 2019, 00:41
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

Hey I haven't been checking these forums in awhile, sorry about that. Any issues people might be having, be sure to re-download ufiler as I've put out some updates over the years since posting it here originally, mostly bug-fixes but some new features too.
by xflak
24 Feb 2017, 05:02
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

Just saw this now, during trouble shooting, try running the *.bat instead of the *.exe, you should get a better sense of what's going on This is what I have my uTorrent executing every time a torrent changes state "C:\Users\Admin\Documents\uFiler\uFiler.exe" "C:\Users\Admin\Documents\...
by xflak
24 Feb 2017, 04:52
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527038

Re: [SNIPPET] Override/Hardcode Series Names

So I just updated filebot, and relative path references I used in my old code stopped working {csv('list.csv').get(n) ?: n} to get it to work I had to replace the relative path with the absolute path {csv('C:/Program Files/FileBot/list.csv').get(n) ?: n} Not a huge deal, but wanted to report in case...
by xflak
12 Jun 2016, 01:18
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

I should mention, uFiler will only scan the remote TV or Movie library that has the new entry (e.g. if adding a new movie, your TV library will not be scanned, only the movie library). This should make it faster than the stock filebot plex updater. Of course uFiler handles updating local plex librar...
by xflak
11 Jun 2016, 04:18
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

Yep, that works! Thanks! Feature Request: Update plex on another computer (same LAN). I see you can do it with just filebot, so it may not be difficult to implement. Background: Plex normally watches folders just fine on its own. However, when it watches a networked drive, it does not work at all. ...
by xflak
10 Jun 2016, 01:16
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

I would like to use uFiler with qbittorrent. (I have used it with uTorrent for a year or so and have had zero problems. Thanks!!) I have tried to run uFiler after a torrent completes from qbit as follows: C:\uFiler_2.7\uFiler.bat "C:\uFiler_2.7" "%L" "%N" "%F"...
by xflak
28 Apr 2016, 22:35
Forum: Episode / Movie Naming Scheme
Topic: Naming Scheme Question
Replies: 4
Views: 4975

Re: Naming Scheme Question

Thanks! I'll try that.
by xflak
28 Apr 2016, 20:29
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

I updated uFiler to v2.8; Movie and TV processes will now delete files with "sample" in the name, and also delete non-subtitle files that are less than 30MB large (in order to delete samples without sample in the title)
by xflak
28 Apr 2016, 20:25
Forum: Episode / Movie Naming Scheme
Topic: Naming Scheme Question
Replies: 4
Views: 4975

Re: Naming Scheme Question

thanks for your quick response rednoah. I updated the first post with this movie naming scheme: \\Nas\video\Movies\{n} {'^('+y+'^)'}{' ['+vf.match^(/720[pP]^|1080[pP]/^)+']'}/{n} {'^('+y+'^)'}{' ['+vf.match^(/720[pP]^|1080[pP]/^)+']'}{' ^(Part'+pi+'^)'}{lang =~ 'eng' ? null : '.'+ lang} Note that th...
by xflak
28 Apr 2016, 00:51
Forum: Episode / Movie Naming Scheme
Topic: Naming Scheme Question
Replies: 4
Views: 4975

Naming Scheme Question

Hi all, I'm using the following format: \\Nas\video\Movies\{n} {'^('+y+'^)'}{' ['+vf.match^(/720[pP]^|1080[pP]/^)+']'}/{n} {'^('+y+'^)'}{' ['+vf.match^(/720[pP]^|1080[pP]/^)+']'}{' ^(Part'+pi+'^)'}{lang =~ 'eng' ? null : '.'+ lang} And for some reason, lately all my subtitle files have been labelled...
by xflak
12 Jul 2015, 21:51
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 12991

Re: Update Plex via Filebot

You can check it out at ufiler.wordpress.com, there's a thread about it here as well with some info: http://www.filebot.net/forums/viewtopic.php?f=4&t=2534
by xflak
09 Jul 2015, 23:26
Forum: Scripting and Automation
Topic: Update Plex via Filebot
Replies: 11
Views: 12991

Re: Update Plex via Filebot

If filebot and Plex are running on the same machine, my filebot script, ufiler, can do this for u. It's actually faster too because it scans only the folder(s) with new content instead of all your Plex libraries, so it's takes seconds instead of minutes/hours.

Ufiler.WordPress.com
by xflak
09 Jul 2015, 23:23
Forum: Scripting and Automation
Topic: Script for the scheduler
Replies: 7
Views: 5858

Re: Script for the scheduler

My filebot script, ufiler, has all this built in and is documented in the instructions.

Ufiler.WordPress.com
by xflak
05 May 2015, 18:53
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

If anyone has any feature requests let me know!
by xflak
23 Apr 2015, 11:47
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

I put out an update last night (v2.7) fixing a small bug that was restricting bulk notifications to only 2 instead of unlimited (e.g. by bulk notifications I mean if u were to grab an entire season in one download labelled "TV" you will get a notification for each episode, not just the fir...
by xflak
11 Apr 2015, 15:16
Forum: Scripting and Automation
Topic: Keeping filebot hidden
Replies: 3
Views: 3273

Re: Keeping filebot hidden

quotes should work as mentioned above. If for whatever reason it doesn't, check out uFiler (a filebot script I wrote) at ufiler.WordPress.com, it runs silently. If u want to just get your current script to run invisibly, save it to a bat file, then convert it to an exe using "bat to exe", ...
by xflak
05 Apr 2015, 02:53
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

FYI, just updated the configuring uTorrent instructions to include info on how to append the torrent’s label to the directory name

Also, I added a note to remind people to use straight quotation marks instead of curly ones in uTorrents run a program settings.
by xflak
03 Apr 2015, 13:59
Forum: Scripting and Automation
Topic: Opensubtitles.org auto-login
Replies: 16
Views: 12666

Re: Opensubtitles.org auto-login

You only have to login once.... You say you're lazy but what you're doing is actually more work
by xflak
29 Mar 2015, 00:30
Forum: Scripting and Automation
Topic: AMC stopped fetching subtitles
Replies: 9
Views: 4503

Re: AMC stopped fetching subtitles

U create an account, and log in once. IP has no impact anymore
by xflak
28 Mar 2015, 17:40
Forum: Scripting and Automation
Topic: qBittorrent and AMC in Windows
Replies: 8
Views: 5611

Re: qBittorrent and AMC in Windows

FYI, u can make a shortcut or bat file with your command and adjust the properties to run as an administrator.
by xflak
28 Mar 2015, 14:28
Forum: Scripting and Automation
Topic: AMC script and XBMC/Kodi Artwork
Replies: 3
Views: 3692

Re: AMC script and XBMC/Kodi Artwork

Kodi Should be able to grab those automatically when added to your library. Be sure to bring up the context menu on your tv show and/or Movie folder using the right click or "c" and select "set content". Then just scan your video library and it should grab all the art and nfo u n...
by xflak
28 Mar 2015, 14:20
Forum: Scripting and Automation
Topic: AMC stopped fetching subtitles
Replies: 9
Views: 4503

Re: AMC stopped fetching subtitles

For what it's worth I find it easier to use the filebot GUI to input my login details.

Out of curiosity, is an open subtitles account now required to download subs?
by xflak
23 Mar 2015, 00:48
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

Ok, just put out an update (v2.6), please re-download and try again the update makes it more compatible with naming formats that don't utilize separate folders for different series and\or movies (I tested it using the formats you shared earlier so should work just fine) The old version would have wo...
by xflak
22 Mar 2015, 22:14
Forum: Scripting and Automation
Topic: [SCRIPT] uFiler | Automate your media center
Replies: 32
Views: 23711

Re: [SCRIPT] uFiler | Automate your media center

Change your TVFormat and MovieFormat back to default for now . I think I may need to put out an update to support naming formats like yours that don't have separate folders for different series and\or movies. It may or may not work in it's current state, I have to investigate but for now just use th...