Instead of starting a new topic I decided to post here as it relates to the original post.
I am using rutorrent on my xbmc media box, I set it up using the great Seedbox tutorial at
http://forums.rutorrent.org/index.php?topic=256.0.
I am running ubuntu 10.04 and I cannot get autotools to automove files after download as per their label.
I have php-cli as my output of "php-v" is
Code:
PHP 5.3.2-1ubuntu4.2 with Suhosin-Patch (cli) (built: May 13 2010 20:01:00)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
Also my /etc/php5/cli/php.ini contains
Code:
register_argc_argv = On
My download directory in rtorrent.rc is /mnt/DATA/Torrents/Downloading/
rtorrent.rc:
Code:
# Default directory to save the downloaded torrents.
directory = /mnt/DATA/Torrents/Downloading/
this folder has subfolders Movie, TV Show and Other:
/mnt/DATA/Torrents/Downloading/Movie
/mnt/DATA/Torrents/Downloading/TV Show
/mnt/DATA/Torrents/Downloading/Other
when torrents are set to download to these folders they get the correct labels.
My move to completed folder in rtorrent.rc is /mnt/DATA/Torrents/Complete
rtorrent.rc
Code:
# When the torrent finishes, it executes "mv -n <base_path> ~/Download/"
# and then sets the destination directory to "~/Download/". (0.7.7+)
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,/mnt/DATA/Torrents/Complete/ ;d.set_directory=/mnt/DATA/Torrents/Complete/"
When I download an ubuntu .iso torrent into the "Downloading/Other" directory my errors.log from autotools contains the following:
Code:
[18.09.10 19:55:51] AutoWatch: --- begin ---
[18.09.10 19:55:51] AutoWatch: enabled : 1
[18.09.10 19:55:51] AutoWatch: autostart : 1
[18.09.10 19:55:51] AutoWatch: path_to_watch : /mnt/DATA/Torrents/TorrentFiles/
[18.09.10 19:55:51] AutoWatch: get_directory : /mnt/DATA/Torrents/Downloading/
[18.09.10 19:55:51] AutoWatch: --- end ---
[18.09.10 19:55:59]
[18.09.10 19:55:59] AutoLabel: --- begin ---
[18.09.10 19:55:59] AutoLabel: enabled : 1
[18.09.10 19:55:59] AutoLabel: template : "{DIR}"
[18.09.10 19:55:59] AutoLabel: get_directory : /mnt/DATA/Torrents/Downloading/
[18.09.10 19:55:59] AutoLabel: d.get_directory : /mnt/DATA/Torrents/Downloading/Other
[18.09.10 19:55:59] AutoLabel: d.get_custom3 :
[18.09.10 19:55:59] AutoLabel: d.is_multy_file :
[18.09.10 19:55:59] AutoLabel: label : "Other"
[18.09.10 19:55:59] rtExec: d.set_custom1
[18.09.10 19:55:59] AutoLabel: --- end ---
[18.09.10 20:06:45]
[18.09.10 20:06:45] AutoMove: --- begin ---
[18.09.10 20:06:45] AutoMove: enabled : 1
[18.09.10 20:06:45] AutoMove: path_to_finished : /mnt/DATA/Torrents/Complete
[18.09.10 20:06:45] AutoMove: get_directory : /mnt/DATA/Torrents/Downloading/
[18.09.10 20:06:45] AutoMove: d.get_base_path : /mnt/DATA/Torrents/Complete/ubuntu-9.10-server-i386.iso
[18.09.10 20:06:45] AutoMove: d.get_name : ubuntu-9.10-server-i386.iso
[18.09.10 20:06:45] AutoMove: base_path : /mnt/DATA/Torrents/Complete/
[18.09.10 20:06:45] AutoMove: relative path :
[18.09.10 20:06:45] AutoMove: Source files are not in subdir of "directory"
[18.09.10 20:06:45] AutoMove: --- end ---
[18.09.10 20:06:51]
The File always just ends up in /Torrents/Complete
The /mnt/DATA/Torrents/Complete folder has permissions of 777.
Any Advice?
Sorry of the really long post, I was just trying to include all possible info to improve my chances of getting help!!
The Capt.