Running into the same problem using the snap, as my system has died once more and I am rebuilding..
my dlna server is hosting out of /mnt/500g/media/tv
would this be resolved by mounting that hdd in /media or /~
Search found 8 matches
- 27 Jul 2017, 02:58
- Forum: Ubuntu & Desktop Linux
- Topic: Ubuntu snapd vs deb package
- Replies: 6
- Views: 7477
- 29 Feb 2016, 04:30
- Forum: Help and Support
- Topic: executing script returns: No such file
- Replies: 5
- Views: 4037
Re: executing script returns: No such file
Did not realize the SSH was not the same environment as what the script was running it... I did think for a minute that I needed to add that export HOME=/home/james But I let my previous setup when this had been working fine the last couple years cloud my thinking.. Something must have been ...
- 28 Feb 2016, 18:51
- Forum: Help and Support
- Topic: executing script returns: No such file
- Replies: 5
- Views: 4037
Re: executing script returns: No such file
I thought maybe transmission wasn't calling the script, so using the tips from https://www.filebot.net/forums/viewtopic.php?f=4&t=3067 Using at the end of my post process script > "/home/james/test.txt" 2>&1 I now know it is attempting to call that script but I am getting: The environment variable ...
- 28 Feb 2016, 16:38
- Forum: Help and Support
- Topic: executing script returns: No such file
- Replies: 5
- Views: 4037
Re: executing script returns: No such file
So that was the carriage returns the other forum post was referring too.
viewtopic.php?f=8&t=138&p=1000&hilit=ba ... tory#p1000
Geez that was simple dos2unix fixed that..
Thanks rednoah
viewtopic.php?f=8&t=138&p=1000&hilit=ba ... tory#p1000
Geez that was simple dos2unix fixed that..
Thanks rednoah
- 28 Feb 2016, 06:45
- Forum: Help and Support
- Topic: executing script returns: No such file
- Replies: 5
- Views: 4037
executing script returns: No such file
Long time no post, fresh server install no more gui... one thing I can't seem to get.. when executing tpp.sh from my home directory (where tpp.sh is located) only slightly modified from 2 years ago.. #!/bin/bash filebot -script fn:amc --output "/mnt/500g/zeroday" --log-file amc.log --action test ...
- 25 Mar 2015, 19:43
- Forum: Scripting and Automation
- Topic: [Linux] Move files without stripping Windows "illegal" chars
- Replies: 5
- Views: 4345
Re: Transmission runs AMC script and fails.
Rednoah,
You're awesome!
Adding -unixfs to the script command fixed everything
You're awesome!
Adding -unixfs to the script command fixed everything
- 23 Mar 2015, 23:36
- Forum: Scripting and Automation
- Topic: [Linux] Move files without stripping Windows "illegal" chars
- Replies: 5
- Views: 4345
Re: Transmission runs AMC script and fails.
Nothing pops up or generates a Iog.. like this in a executable script called test.sh #!/bin/bash filebot -script fn:sysenv And got a log file this time.. #!/bin/bash filebot -script fn:sysenv --log-file test.log Don't understand 95% of it, but I did see user: james more than once in the file.. so it ...
- 23 Mar 2015, 00:08
- Forum: Scripting and Automation
- Topic: [Linux] Move files without stripping Windows "illegal" chars
- Replies: 5
- Views: 4345
[Linux] Move files without stripping Windows "illegal" chars
First, this program is FREAKING amazing, and even more so with what the scripting can do.. Haven't ran any linux flavor in years (never used scripts), just installed Ubuntu yesterday and paid for and installed Filebot through Ubuntu Software Center to replace TVrenamer I used on Windows 7. still ...