Search found 12 matches

by TomTomTuning
09 Dec 2018, 20:48
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 25707

Re: Help! Seperating Movies into different folders HD & 4k

Is there any way I an direct 4K content to a specific folder while using FileBot Node?
by TomTomTuning
12 Aug 2018, 23:21
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node stopped working after recent update
Replies: 5
Views: 3413

Re: FileBot Node stopped working after recent update

Looks like an issue in the amc script. Possibly caused by changes how archives are extracted. Most likely completely unrelated to FileBot Node. EDIT: Possibly already fixed. Please try with -script dev:amc (i.e. Script Channel: latest in FileBot Node speech) and see if it works. Script Channel: Lat...
by TomTomTuning
12 Aug 2018, 17:28
Forum: Synology NAS & Embedded Linux
Topic: FileBot Node stopped working after recent update
Replies: 5
Views: 3413

FileBot Node stopped working after recent update

Synology DSM Version: 6.2-23739-2 Filebot Version: 4.8.2 (r5789) FileBot Node Version: 0.2.8.2 Java 8 Version: 1.8 Node.js v4 Version: 4.8.7-0166 I've reinstalled everything, didn't help. I noticed my scheduled task stopped working after a FileBot Node update. So I pulled up the app and noticed I w...
by TomTomTuning
11 Aug 2018, 17:43
Forum: Synology NAS & Embedded Linux
Topic: Filebot Node not working after update
Replies: 7
Views: 4549

Re: Filebot Node not working after update

Mine has stopped working after the update as well. I reinstalled FileBot, FileBot Node, Node.js V4, and Java 8. However, that did not help. ......... No signature of method: java.util.ArrayList.isHidden() is applicable for argument types: () values: [] Possible solutions: size(), size(), withIndex()...
by TomTomTuning
14 Jun 2017, 17:59
Forum: Synology NAS & Embedded Linux
Topic: Auto Extract before moving file?
Replies: 2
Views: 3148

Re: Auto Extract before moving file?

EDIT: Opps, I never realized AMC automatically extracted files. I'll do some testing, but I may not even need to change anything from my current setup. I'll report back if I have any issues.
by TomTomTuning
14 Jun 2017, 15:58
Forum: Synology NAS & Embedded Linux
Topic: Auto Extract before moving file?
Replies: 2
Views: 3148

Auto Extract before moving file?

Is there a way to auto-extract files before FieBot Node does its thing? I have a seedbox that automatically syncs it's completed folder with my Synology NAS. Some folders contain .rar files, while others don't. I need to extract the .rar files before FileBot Node moves the files to my Plex Media Ser...
by TomTomTuning
24 Nov 2016, 04:09
Forum: Synology NAS & Embedded Linux
Topic: DSM Task Scheduler Error
Replies: 10
Views: 7029

Re: DSM Task Scheduler Error

Synology is definitely doing something strange there. That's probably something you should report to Synology as well. The USER variable should never be root if the task is called as admin. Add this command before the FileBot command: export USER=`whoami` That should make it work. The task seems to...
by TomTomTuning
23 Nov 2016, 19:23
Forum: Synology NAS & Embedded Linux
Topic: DSM Task Scheduler Error
Replies: 10
Views: 7029

Re: DSM Task Scheduler Error

This is what the log looks like if I click the Run button on the task, instead of allowing it to run as scheduled. Dear user, Task Scheduler has completed a scheduled task. Task: FileBot Extracted Start time: Wed, 23 Nov 2016 14:22:22 GMT Stop time: Wed, 23 Nov 2016 14:22:27 GMT Current status: 1 St...
by TomTomTuning
23 Nov 2016, 19:19
Forum: Synology NAS & Embedded Linux
Topic: DSM Task Scheduler Error
Replies: 10
Views: 7029

Re: DSM Task Scheduler Error

I appreciate your patience with me. I'm definitely learning a lot as I go. Screenshot of how the task is configured. http://i.imgur.com/ThOOvFH.png Here is the log that is emailed to me (task ran automatically based on schedule). Dear user, Task Scheduler has completed a scheduled task. Task: FileBo...
by TomTomTuning
23 Nov 2016, 19:00
Forum: Synology NAS & Embedded Linux
Topic: DSM Task Scheduler Error
Replies: 10
Views: 7029

Re: DSM Task Scheduler Error

whoami echo $USER printenv Run them as Synology Task (exactly the same way filebot is called) and post the output here. I'm terribly sorry but I have the slightest clue what you mean. Perhaps I need a few basic step-by-step instructions? Do I run those commands while ssh as root? Or am I creating a...
by TomTomTuning
23 Nov 2016, 18:36
Forum: Synology NAS & Embedded Linux
Topic: DSM Task Scheduler Error
Replies: 10
Views: 7029

Re: DSM Task Scheduler Error

For some reason the filebot process thinks that it's running as user root but only with the permissions of admin: Error during startup: /volume1/@appstore/filebot/data/root/temp What is the value of $USER ? What is the output of whoami ? Every user gets it's own user data folder. If you're running ...
by TomTomTuning
23 Nov 2016, 15:13
Forum: Synology NAS & Embedded Linux
Topic: DSM Task Scheduler Error
Replies: 10
Views: 7029

DSM Task Scheduler Error

First let me say that I am a complete noob when it comes to command line, so FileBot Node of course is what I'm using. I can SSH as admin, then switch to root, but besides that it's copy/paste commands from there. I searched around for a while, but just couldn't figure it out. Any help with this is ...