Page 1 of 1

Calling custom scripts in FileBot Node

Posted: 06 Mar 2016, 02:14
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

Re: Calling custom scripts in FileBot Node

Posted: 06 Mar 2016, 02:56
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.

Re: Calling custom scripts in FileBot Node

Posted: 06 Mar 2016, 18:38
by tudor131313
Thank you! I really appreciate how helpful you are. And fast in your replies. :)

Re: Calling custom scripts in FileBot Node

Posted: 10 Mar 2016, 10:11
by tudor131313
after the miss script is finished, where is the log with the missing episodes located?

Re: Calling custom scripts in FileBot Node

Posted: 10 Mar 2016, 11:26
by rednoah
In the console, or wherever you redirect output to.

Re: Calling custom scripts in FileBot Node

Posted: 10 Mar 2016, 12:57
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 ヾ(@⌒ー⌒@)ノ'

Re: Calling custom scripts in FileBot Node

Posted: 10 Mar 2016, 14:13
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.