Search found 8 matches
- 08 Jul 2017, 16:29
- Forum: Synology NAS & Embedded Linux
- Topic: Filebot Node Default Settings
- Replies: 1
- Views: 3002
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.
- 03 May 2017, 18:28
- Forum: Ubuntu & Desktop Linux
- Topic: Startup script in different location
- Replies: 0
- Views: 2748
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.
- 03 May 2017, 18:18
- Forum: Ubuntu & Desktop Linux
- Topic: [Fedora 25] Error Loading MediaInfo
- Replies: 3
- Views: 4130
Re: [Fedora 25] Error Loading MediaInfo
for fedora
Code: Select all
sudo dnf -y install libmediainfo*- 23 Dec 2016, 23:59
- Forum: Synology NAS & Embedded Linux
- Topic: Fedora Filebot-Node
- Replies: 9
- Views: 7053
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 ...
[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 ...
- 23 Dec 2016, 19:56
- Forum: Synology NAS & Embedded Linux
- Topic: Fedora Filebot-Node
- Replies: 9
- Views: 7053
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.
- 19 Dec 2016, 13:01
- Forum: Synology NAS & Embedded Linux
- Topic: Fedora Filebot-Node
- Replies: 9
- Views: 7053
Re: Fedora Filebot-Node
No, that is what occurs when you press execute.
- 19 Dec 2016, 07:53
- Forum: Synology NAS & Embedded Linux
- Topic: Fedora Filebot-Node
- Replies: 9
- Views: 7053
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 ...
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 ...
- 19 Dec 2016, 04:50
- Forum: Synology NAS & Embedded Linux
- Topic: Fedora Filebot-Node
- Replies: 9
- Views: 7053
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 ...
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 ...