Calling custom scripts in FileBot Node

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
tudor131313
Posts: 9
Joined: 18 Feb 2016, 00:16

Calling custom scripts in FileBot Node

Post by tudor131313 »

can these scripts be added to filebot node? or if they are not added could you please explain how to use them with the filebot node webui? and export the missing episodes to a text file to a specified location?

thank you in advance
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Calling custom scripts in FileBot Node

Post by rednoah »

FileBot Node is only capable of calling the amc script. If you want to use the miss script you'll have to login via SSH and call it yourself.
:idea: Please read the FAQ and How to Request Help.
tudor131313
Posts: 9
Joined: 18 Feb 2016, 00:16

Re: Calling custom scripts in FileBot Node

Post by tudor131313 »

Thank you! I really appreciate how helpful you are. And fast in your replies. :)
tudor131313
Posts: 9
Joined: 18 Feb 2016, 00:16

Re: Calling custom scripts in FileBot Node

Post by tudor131313 »

after the miss script is finished, where is the log with the missing episodes located?
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Calling custom scripts in FileBot Node

Post by rednoah »

In the console, or wherever you redirect output to.
:idea: Please read the FAQ and How to Request Help.
tudor131313
Posts: 9
Joined: 18 Feb 2016, 00:16

Re: Calling custom scripts in FileBot Node

Post by tudor131313 »

i may come off as a noob at all this (because i am)... but can you show me an example at how to export the list as some kind of text file in my media directory, please?

later edit: i logged in with ssh entered the script but it only displays 'done'

' filebot -script fn:miss /volume1/media/series
Done ヾ(@⌒ー⌒@)ノ'
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Calling custom scripts in FileBot Node

Post by rednoah »

1.
Google is your friend! :geek:

Code: Select all

command1 > file1
@see https://en.wikipedia.org/wiki/Redirection_(computing)


2.
If it just says Done then it's not doing anything. Presumably because there is no video files in the folder you pass in. If there are, check the permissions.
:idea: Please read the FAQ and How to Request Help.
Post Reply