Hi,
I have admittedly only just started using rtorrent on my linux server, never really had the need to use torrents before now as i have been using usenet.
I have rutorrent and rtorrent working correctly and have multiple watch folders and rotrrent picks them up fine and downloads them. It then moves them to the completed directory depending on the watch folder it was in.
The issue i have is when one of my programs inserts a .torrent file into the watch folder e.g Iwantthisname.torrent rtorrent then picks it up and starts downloading it using the name from within the torrent file not the actual filename. This causes a issue when it finally gets moved to completed as the program watching it is looking for the same name as the torrent file it inserted.
Ive looked throughout google and seens a couple of feature requests on the tract website but i can not see a solution. Im very new to the rtorrent world and the .rtorrent.rc config file is rather complicated at first glance.
Is there any way to use the original .torrent file rather than the info inside it.
My code for moving the file is
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1=;execute=mv,-u,$d.get_base_path=,$d.get_custom1="
Any insight or tips of what i can do would be appreciated.
Thanks
I have admittedly only just started using rtorrent on my linux server, never really had the need to use torrents before now as i have been using usenet.
I have rutorrent and rtorrent working correctly and have multiple watch folders and rotrrent picks them up fine and downloads them. It then moves them to the completed directory depending on the watch folder it was in.
The issue i have is when one of my programs inserts a .torrent file into the watch folder e.g Iwantthisname.torrent rtorrent then picks it up and starts downloading it using the name from within the torrent file not the actual filename. This causes a issue when it finally gets moved to completed as the program watching it is looking for the same name as the torrent file it inserted.
Ive looked throughout google and seens a couple of feature requests on the tract website but i can not see a solution. Im very new to the rtorrent world and the .rtorrent.rc config file is rather complicated at first glance.
Is there any way to use the original .torrent file rather than the info inside it.
My code for moving the file is
system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1=;execute=mv,-u,$d.get_base_path=,$d.get_custom1="
Any insight or tips of what i can do would be appreciated.
Thanks