Search found 6 matches

by kukuryku
Fri Jan 24, 2014 4:41 pm
Forum: Development
Topic: Migrate uTorrent to Deluge
Replies: 42
Views: 63848

Re: Help on Script to auto add torrents from uTorrent/BitTor

Thank you for your input and your time trying to help me though.

I think I will move to another torrent, because every time I change download location it always download to default one - /user

Best regards
by kukuryku
Fri Jan 24, 2014 2:32 pm
Forum: Development
Topic: Migrate uTorrent to Deluge
Replies: 42
Views: 63848

Re: Help on Script to auto add torrents from uTorrent/BitTor

You are great!!!! .. now Terminal is showing stuff .. but after launching Deluge - no new torrents :/ kukuryku-mac:utorrent-to-deluge user$ php /Users/user/Desktop/utorrent-to-deluge/resume_decode.php PHP Warning: Illegal string offset 'path' in /Users/user/Desktop/utorrent-to-deluge/resume_decode.p...
by kukuryku
Fri Jan 24, 2014 1:44 pm
Forum: Development
Topic: Migrate uTorrent to Deluge
Replies: 42
Views: 63848

Re: Help on Script to auto add torrents from uTorrent/BitTor

Unfortunately: php /Users/user/Desktop/utorrent-to-deluge/resume_decode.php doesn't work, not such command. But I instaled this: http://www.mamp.info/en/mamp/index.html And path to executable is: /Applications/MAMP/bin/php/php5.5.3/bin/php After running this in Terminal: /Applications/MAMP/bin/php/p...
by kukuryku
Fri Jan 24, 2014 1:02 pm
Forum: Development
Topic: Migrate uTorrent to Deluge
Replies: 42
Views: 63848

Re: Help on Script to auto add torrents from uTorrent/BitTor

Ok, I see. I triend this: kukuryku-mac:~ user$ /usr/local/php5/ /Users/user/Desktop/utorrent-to-deluge/resume_decode.php -bash: /usr/local/php5/: is a directory Then I tried this: kukuryku-mac:~ user$ sudo chmod +x /usr/local/php5 /Users/user/Desktop/utorrent-to-deluge/resume_decode.php Password: ku...
by kukuryku
Fri Jan 24, 2014 12:33 pm
Forum: Development
Topic: Migrate uTorrent to Deluge
Replies: 42
Views: 63848

Re: Help on Script to auto add torrents from uTorrent/BitTor

I add this to terminal: curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5 I changed vars to: $BITTORRENT_PATH = '/Users/user/Library/Application Support/uTorrent'; // Path to resume.dat without the trailing slash (/) $DELUGE = '/Applications/Deluge.app/Contents/MacOS/'; // Path to deluge execu...
by kukuryku
Fri Jan 24, 2014 11:59 am
Forum: Development
Topic: Migrate uTorrent to Deluge
Replies: 42
Views: 63848

Re: Help on Script to auto add torrents from uTorrent/BitTor

Is this possible to run this script on OSX 10.9.1?