Search found 5 matches

by la0011
30 Apr 2013, 15:27
Forum: Scripting and Automation
Topic: AMC --def exec - filename not escaped under linux
Replies: 8
Views: 5984

Re: AMC --def exec - filename not escaped under linux

Fantastic, now it works!

Thanks a lot!!
by la0011
30 Apr 2013, 12:29
Forum: Scripting and Automation
Topic: AMC --def exec - filename not escaped under linux
Replies: 8
Views: 5984

Re: AMC --def exec - filename not escaped under linux

I tried with latest Filebot, the result is different, but it still doesn't work. Now I get: Execute: autsmuxer.sh "/mnt/TVShows/Series Name - 1x01 - With Spaces.mkv" Input file: Spaces.mkv" not found. Maybe there's a way to escape white spaces, brackets etc. in the file path? Cheers
by la0011
27 Apr 2013, 17:30
Forum: Scripting and Automation
Topic: AMC --def exec - filename not escaped under linux
Replies: 8
Views: 5984

Re: AMC --def exec - filename not escaped under linux

Thanks a lot, I'm one step closer ;) Got a lot to learn about java ... While it all seems correct, I'm now getting a file not found error. Example: Execute: autsmuxer.sh "/mnt/TVShows/Series Name - 1x01 - With Spaces.mkv" IOException: java.io.IOException: error=2, No such file or directory...
by la0011
22 Apr 2013, 15:43
Forum: Scripting and Automation
Topic: AMC --def exec - filename not escaped under linux
Replies: 8
Views: 5984

AMC --def exec - filename not escaped under linux

I just integrated filebot AMC with Deluge, and it works great! There's just one problem: I'm trying to process downloaded files with an encoding script, but since the exec part of the AMC script get's the filename and path from the rename log, spaces are not escaped. Is there an easy way to escape t...