Search found 8 matches

by mwarner416
08 Jul 2017, 16:29
Forum: Synology NAS & Embedded Linux
Topic: Filebot Node Default Settings
Replies: 1
Views: 2376

Filebot Node Default Settings

I was wondering if there is a file I can edit to make it so when ever I load the webui it will have my personal settings, instead of using cached settings.
by mwarner416
03 May 2017, 18:28
Forum: Ubuntu & Desktop Linux
Topic: Startup script in different location
Replies: 0
Views: 2211

Startup script in different location

I've been trying to move my start up script into /usr/local/sbin, and have the rest of my files in ~/.filebot-node. But I keep running into a issue where it can't find apps.json in ~/. Does anyone know how I can resolve this, or point me in the right direction.
by mwarner416
03 May 2017, 18:18
Forum: Ubuntu & Desktop Linux
Topic: [Fedora 25] Error Loading MediaInfo
Replies: 3
Views: 3284

Re: [Fedora 25] Error Loading MediaInfo

for fedora

Code: Select all

sudo dnf -y install libmediainfo*
by mwarner416
23 Dec 2016, 23:59
Forum: Synology NAS & Embedded Linux
Topic: Fedora Filebot-Node
Replies: 9
Views: 4905

Re: Fedora Filebot-Node

Ok, so I have ran into a minor issue. [USER@behemoth ~]$ /usr/local/bin/filebot-node/start module.js:327 throw err; ^ Error: Cannot find module '/home/USER/server/app.js' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Function.Module.runMain (mo...
by mwarner416
23 Dec 2016, 19:56
Forum: Synology NAS & Embedded Linux
Topic: Fedora Filebot-Node
Replies: 9
Views: 4905

Re: Fedora Filebot-Node

I have it working now. Currently I'm writing a How To guide for fedora. I plan on posting it to the forum, do you have a recommendation on where I should post it.
by mwarner416
19 Dec 2016, 13:01
Forum: Synology NAS & Embedded Linux
Topic: Fedora Filebot-Node
Replies: 9
Views: 4905

Re: Fedora Filebot-Node

No, that is what occurs when you press execute.
by mwarner416
19 Dec 2016, 07:53
Forum: Synology NAS & Embedded Linux
Topic: Fedora Filebot-Node
Replies: 9
Views: 4905

Re: Fedora Filebot-Node

Here is a error that I am getting. events.js:141 throw er; // Unhandled 'error' event ^ Error: spawn filebot ENOENT at exports._errnoException (util.js:907:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32) at onErrorNT (internal/child_process.js:344:16) at nextTickCallbac...
by mwarner416
19 Dec 2016, 04:50
Forum: Synology NAS & Embedded Linux
Topic: Fedora Filebot-Node
Replies: 9
Views: 4905

Fedora Filebot-Node

Hello, I have made a VM of Fedora 24 server edition to try out filebot-node. Currently I have disabled the firewall with sudo systemctl mask firewalld.service sudo systemctl disable firewalld.service After disabling the firewall, I went ahead and disabled selinux. Then downloaded filebot-node and ex...