Search found 11 matches
- 14 Aug 2021, 00:00
- Forum: Synology NAS & Embedded Linux
- Topic: UMASK / UID / GID - docker image
- Replies: 3
- Views: 16547
Re: UMASK / UID / GID - docker image
:) I'm neither a docker nor a Linux expert (by faaaar) - so updating the repo is probably going to break something somewhere - but challenge accepted :lol: My first step - I found a workaround, executing a "umask 0000" in the container seems to do the trick - no I just need to figure out how to ...
- 21 Aug 2018, 09:10
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1032013
Re: Exclude Blacklist & Series-Mappings
Fixed it. It was totally my fault, I had 2 versions of filebot installed, an old one that was still being picked up as the default version, and the new windows store version, uninstalling the old version fixed everything for me. Sorry for time spent testing. Feel free to delete these posts to help ...
- 21 Aug 2018, 07:33
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1032013
Re: Exclude Blacklist & Series-Mappings
Here's a sample filename survivor.au.s05e09.hdtv.x264-fqm.mkv And this is the current output from it Parameter: ut_title = Survivor.AU.S05E09.HDTV.x264-FQM Parameter: ut_kind = multi Parameter: ut_file = Parameter: ut_dir = D:\Completed\tv shows\Survivor.AU.S05E09.HDTV.x264-FQM Read archive ...
- 20 Aug 2018, 21:49
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1032013
Re: Exclude Blacklist & Series-Mappings
Hey, it's been a long time since my last post ...
Could you please map survivor.au to Australian Survivor, the auto-detect sets it to american survivor by default ...
Could you please map survivor.au to Australian Survivor, the auto-detect sets it to american survivor by default ...
- 15 Nov 2012, 13:29
- Forum: Help and Support
- Topic: Ambiguous filenames
- Replies: 3
- Views: 4812
Re: Ambiguous filenames
Yeah, I am overriding the output parameter, so that might be why. At the moment the files just get extracted directly to the output dir I set. We'll see how it goes with scratch blacklisted.
As always, cheers for the help.
As always, cheers for the help.
- 15 Nov 2012, 11:20
- Forum: Help and Support
- Topic: Ambiguous filenames
- Replies: 3
- Views: 4812
Ambiguous filenames
I just recently realised that filebot is having problems with some of the more ambiguous filenames that the scene is putting out. If the filenames are made nicely, then filebot finds the info and moves the files to the appropriate directory. However if it's fuzzy logic can't handle the filename, it ...
- 26 Sep 2012, 21:26
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14484
Re: Is this work flow possible?
No worries. The full cmdline I'm using now is cmd.exe /c start /min filebot -script d:/Scripts/utorrent-postprocess.groovy --output f:/ --action move --conflict override -non-strict --def subtitles=n artwork=n xbmc=localhost "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state ...
- 26 Sep 2012, 13:50
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14484
Re: Is this work flow possible?
Never mind!
was able to solve the problem by adding
at the end of the command in utorrent. Hope this helps anyone that has a similar problem.
was able to solve the problem by adding
Code: Select all
^& exit
- 26 Sep 2012, 13:33
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14484
Re: Is this work flow possible?
I should say almost flawlessly. The problem isn't with the file copying, or even the script itself, I've got that all good. The problem is the fact that if I use utorrent to start filebot with cml options, the cmd.exe window pops up in the foreground, right in front of xbmc. I thought maybe I could ...
- 24 Sep 2012, 14:46
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14484
Re: Is this work flow possible?
Worked flawlessly! Cheers!
- 23 Sep 2012, 07:22
- Forum: Scripting and Automation
- Topic: Is this work flow possible?
- Replies: 17
- Views: 14484
Re: Is this work flow possible?
Bit of a thread revival I've been working on modifying the utorrent-postprocess script to suit my needs but have come upon a block. Like the OP, I'm trying to extract archives to a scratch dir, or if they are not archives then copy to the scratch dir. I have managed to modify the original script to ...