This helped a lot! Thank you so much for your quick response!
It seems the best way is to double Quote every Parameter then the variable itself. Lerned again
Search found 13 matches
- 21 Sep 2021, 15:06
- Forum: Scripting and Automation
- Topic: --lang: command not found
- Replies: 5
- Views: 9862
- 21 Sep 2021, 12:41
- Forum: Scripting and Automation
- Topic: --lang: command not found
- Replies: 5
- Views: 9862
Re: --lang: command not found
And you were right! There was a \ missing after output. Now my script output is like this: root@mediaserver:/volume1/etc/filebot# ./fb2jd.sh /volume1/video/Movies/Nightbooks\ \(2021\)/Nightbooks\ \(2021\).mkv /usr/local/bin/filebot must NOT run as root Did you read the manual? └ https://www.filebot.n ...
- 21 Sep 2021, 12:37
- Forum: Scripting and Automation
- Topic: --lang: command not found
- Replies: 5
- Views: 9862
Re: Bash Script not working anymore
Here are some Log outputs from my last attempts: {y}: No Such File: /volume1/etc/filebot/{y} Run script [fn:amc] at [Sat Sep 18 15:21:15 CEST 2021] Parameter: excludeList = /volume1/backup/logs/filebot/filebot-ignore.txt Parameter: plex = ***** Parameter: seriesFormat = {n} Parameter: movieFormat ...
- 21 Sep 2021, 12:18
- Forum: Scripting and Automation
- Topic: --lang: command not found
- Replies: 5
- Views: 9862
--lang: command not found
Hi there, i know there are a few topics around there that discuss my problems but i'm not quite sure how to start. My problem is that first the log output said there is no --output parameter so i configured that. Now my problem is that every parameter gets ignored as well as my naming sceme and gets ...
- 11 Aug 2018, 15:15
- Forum: Feature Requests and Bug Reports
- Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
- Replies: 230
- Views: 248248
Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
With the new filebot 4.8.2 for Synology i have this output running filebot: No such property: license for class: Script1 groovy.lang.MissingPropertyException: No such property: license for class: Script1 at Script1.run(Script1.groovy:14) at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64 ...
- 18 May 2018, 16:55
- Forum: Episode / Movie Naming Scheme
- Topic: Format Expression for type of file (episode or movie)
- Replies: 3
- Views: 3297
Re: Format Expression for type of file (episode or movie)
That helped! Thanks. This also is written in the documentation but i did'nt recognized it.
- 18 May 2018, 16:54
- Forum: Scripting and Automation
- Topic: more than one -exec
- Replies: 2
- Views: 2678
Re: more than one -exec
Thank's a lot! That helped. I just have two post processing commands, so no external script needed but good advice.
- 09 May 2018, 18:35
- Forum: Episode / Movie Naming Scheme
- Topic: Format Expression for type of file (episode or movie)
- Replies: 3
- Views: 3297
Format Expression for type of file (episode or movie)
This sounds pretty simple but i didn't find any format expression for whether it's a movie or an episode. To be more specific, i would like to customize my pushover notification in german language via my own curl call. It's already working, but the output should be a whole sentense. For example ...
- 11 Apr 2018, 21:48
- Forum: Scripting and Automation
- Topic: more than one -exec
- Replies: 2
- Views: 2678
more than one -exec
I have the problem that i want filebot to execute more than one bash command like "synoindex -a" and "chmod" or "chown". Is that possible and how?
- 30 Mar 2016, 10:03
- Forum: Scripting and Automation
- Topic: ERROR FileBot: [Errno 13] Permission denied
- Replies: 6
- Views: 4672
Re: ERROR FileBot: [Errno 13] Permission denied
Old but gold... For the sake of completeness i solved the problem a view months ago, this is just for other users with the same problem. The problem was not the shell script, i could call in a SSH-Session filebot manually but not via pyload and DSM Taskplanner (in a synology based system), so the ...
- 18 May 2015, 21:56
- Forum: Scripting and Automation
- Topic: ERROR FileBot: [Errno 13] Permission denied
- Replies: 6
- Views: 4672
Re: ERROR FileBot: [Errno 13] Permission denied
Thanks! Now i'm 1 step closer. the symlink /usr/bin/filebot has root:root and 777, but the binary file /volume1/@appstore/filebot/FileBot.jar has root:root 622. After i chmod, the file is corrupted. Diskstation:/# filebot -version /usr/syno/bin/filebot: line 1: PK: not found /usr/syno/bin/filebot ...
- 12 May 2015, 21:52
- Forum: Scripting and Automation
- Topic: ERROR FileBot: [Errno 13] Permission denied
- Replies: 6
- Views: 4672
Re: ERROR FileBot: [Errno 13] Permission denied
Hi, what do you mean by "output of call"?
FileBot is triggered by the filebot.py plugin from GutzPilz. I dont know where i can give pyload and filebot permissions for the pyload path and download path. Or is it something else?
FileBot is triggered by the filebot.py plugin from GutzPilz. I dont know where i can give pyload and filebot permissions for the pyload path and download path. Or is it something else?
- 04 Mar 2015, 19:01
- Forum: Scripting and Automation
- Topic: ERROR FileBot: [Errno 13] Permission denied
- Replies: 6
- Views: 4672
ERROR FileBot: [Errno 13] Permission denied
Can someone help me please? After every successful unrar Pyload .log is like: DEBUG FileBot-Hook: MKV-Checkup (archive_extracted) DEBUG Hier sind keine Archive ERROR FileBot: [Errno 13] Permission denied DEBUG All downloads finished How can it be? Config: Synology 1813+ with enkidu package but user ...