I'm trying to use Torrent-Video-Player script but it doesn't works with files that contains spaces. It's a Nautilus script.
#!/bin/bash
xterm -e "peerflix "$1" --vlc"
"test.torrent" -> OK
"test test.torrent" -> Cannot execvp peerflix test : No such file or directory found