Filebot on synology. Pushover issue

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Qyles
Posts: 14
Joined: 16 Jan 2013, 10:22

Filebot on synology. Pushover issue

Post by Qyles »

Hello, congrats for your program, I used it years before and bought again the license.

I am using it on synology ds718. I want to create a script for movies and works well with the exception of the pushover notification. It does not give an error nor send notification.

Code: Select all

filebot -rename "PATH1" --output "PATH2" --db themoviedb --lang es -non-strict -r --format "{n} ({y})/{n} ({y})" --def pushover=USERKEYWITH/WITHOUTQUOTES --def excludelist=.excludes --log-file PATHTOLOG

OUTPUT:

Code: Select all

Rename movies using [TheMovieDB]
Auto-detect movie from context: PATH
[MOVE] from PATH/PATH] to [PATH/PATH.mkv]
Processed 1 files
Any help? thanks.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot on synology. Pushover issue

Post by rednoah »

FileBot amc script options such as --def pushover only work for the amc script:
viewtopic.php?f=4&t=215


If you're using simple -rename calls then only you can only use standard options listed in filebot -help.
:idea: Please read the FAQ and How to Request Help.
Post Reply