Search found 15 matches
- 21 Sep 2018, 23:27
- Forum: Ubuntu & Desktop Linux
- Topic: License issue / Problem with revert action
- Replies: 5
- Views: 3433
Re: License issue / Problem with revert action
Thanks for getting back to me. I went ahead and installed the TAR release and revert works again, thank you for identifying the issue. I'm not sure if you still want the output you requested, but here is my sysinfo after installing the tar release. WARNING: An illegal reflective access operation has ...
- 17 Sep 2018, 02:09
- Forum: Ubuntu & Desktop Linux
- Topic: License issue / Problem with revert action
- Replies: 5
- Views: 3433
License issue / Problem with revert action
Hello, I recently purchased a license and imported it with your instructions on a headless filebot configuration. Here is my sysinfo output FileBot 4.8.2 (r5789) JNA Native: 5.2.2 MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so ...
- 01 Nov 2016, 12:38
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Re: Illegal usage: output folder must be a valid folder
My logic was, if and when tvdb or moviedb changes their API and you subsequently change your script to accommodate it, I would update your scripts as needed. I guess just having a ever-changing script pulled from the internet that has unfettered write access to my entertainment directories puts the ...
- 01 Nov 2016, 10:49
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Re: Illegal usage: output folder must be a valid folder
I git cloned of course. But I moved amc.groovy out of the scripts folder. Does it depend on another script in the folder?
- 01 Nov 2016, 02:09
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Re: Illegal usage: output folder must be a valid folder
Understood. The only problem I ran into by running the script locally, is a missing signature for the gmail feature No signature of method: org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.sendGmail() is applicable for argument types: (java.util.LinkedHashMap) values: [[subject:[FileBot] Westworld ...
- 31 Oct 2016, 15:51
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Re: Illegal usage: output folder must be a valid folder
It figures that I can't find the forum post where I thought you said Filebot shouldn't have write access to production. I think it was over a revert issue another user had. Not that I think you would, but what's to stop you from adding a rm -rf * to the github script overnight? I don't mean to sound ...
- 31 Oct 2016, 15:01
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Re: Illegal usage: output folder must be a valid folder
It figures I'd be doing it wrong this whole time. When I get home I'll drop the $ and try again. While I have you on here, I've read previously in these forums that Filebot should not have write access to our production directories. In my case, that's /server/tv shows or /server/movies. But how do I ...
- 31 Oct 2016, 11:36
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Re: Illegal usage: output folder must be a valid folder
This is weird, because it's been working for a while now. I haven't ssh'd into my server for months. /server is a symlink to /media/array1. Here was a successful rename on Friday. I understand what you're saying about $. I'm just trying to figure out if I need to seek professional mental help. Run ...
- 31 Oct 2016, 03:34
- Forum: Help and Support
- Topic: Illegal usage: output folder must be a valid folder
- Replies: 13
- Views: 11011
Illegal usage: output folder must be a valid folder
Hello, Starting today, filebot fails with error message - Illegal usage: output folder must be a valid folder: $/server I'm using your transmission-postprocess script. There were no problems yesterday (10/29/16) and nothing has changed on my end. Was there a recent update to the github source that ...
- 10 Mar 2016, 13:09
- Forum: Scripting and Automation
- Topic: The current scope already contains a variable of the name X
- Replies: 4
- Views: 4219
Re: The current scope already contains a variable of the nam
Awesome, thank you for the explanation.
- 10 Mar 2016, 12:12
- Forum: Scripting and Automation
- Topic: The current scope already contains a variable of the name X
- Replies: 4
- Views: 4219
Re: The current scope already contains a variable of the nam
That worked, thank you. I copied your AMC script locally just incase the script host ever went offline. It's that a valid concern? Is there a way to run the current version of AMC locally or should I not bother?
- 10 Mar 2016, 00:55
- Forum: Scripting and Automation
- Topic: The current scope already contains a variable of the name X
- Replies: 4
- Views: 4219
The current scope already contains a variable of the name X
Hi all, I'm having a real pain trying to test the amc script. What I ultimately want to do, is to rename files in /server/downloads and symlink them and move them to where I specify in my formatting arguments. When I run filebot -script /home/ray/scripts/amc.groovy --output "/server" --def ...
- 10 Mar 2016, 00:39
- Forum: Help and Support
- Topic: Revert when --action keeplink is used?
- Replies: 3
- Views: 3203
Re: Revert when --action keeplink is used?
When I revert and specify the symlink at the original location, it just completes without any action. filebot -script fn:revert /server/downloads/Last.Week.Tonight.With.John.Oliver.S03E01.720p.HDTV.x264-BATV.mkv Done ヾ(@⌒ー⌒@)ノ Same thing if I revert the renamed file filebot -script fn:revert /server/ ...
- 09 Mar 2016, 13:50
- Forum: Help and Support
- Topic: Revert when --action keeplink is used?
- Replies: 3
- Views: 3203
Revert when --action keeplink is used?
Hi RedNoah,
Is it possible to use the revert script when --action keeplink is used? It seems to only work when there are no symlinks are involved.
Is it possible to use the revert script when --action keeplink is used? It seems to only work when there are no symlinks are involved.
- 10 Jun 2015, 22:05
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot script runs perfect in putty, but not on mobile ssh.
- Replies: 1
- Views: 4038
Filebot script runs perfect in putty, but not on mobile ssh.
Hello, I was hoping maybe someone else ran into this. My custom automation script runs perfect if I run in on putty, but if I use any mobile ssh client, e.g. JuiceSSH for Android, it hangs at auto detecting query from context. But if I try over and over it will eventually detect the query. This is ...