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
Calling custom scripts in FileBot Node
Re: Calling custom scripts in FileBot Node
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.
-
- Posts: 9
- Joined: 18 Feb 2016, 00:16
Re: Calling custom scripts in FileBot Node
Thank you! I really appreciate how helpful you are. And fast in your replies. 

-
- Posts: 9
- Joined: 18 Feb 2016, 00:16
Re: Calling custom scripts in FileBot Node
after the miss script is finished, where is the log with the missing episodes located?
Re: Calling custom scripts in FileBot Node
In the console, or wherever you redirect output to.
-
- Posts: 9
- Joined: 18 Feb 2016, 00:16
Re: Calling custom scripts in FileBot Node
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 ヾ(@⌒ー⌒@)ノ'
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
1.
Google is your friend!
@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.
Google is your friend!

Code: Select all
command1 > file1
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.