#1863 closed bug (Fixed)
[Autoadd] copy torrent to dir not working
Reported by: | firefox | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.x |
Component: | Plugin | Version: | master |
Keywords: | Cc: |
Description
the action copy torrent in a different directory in the autoadd plugin is not working,no copy of the the .torrent file and the torrent is not added in the gtk with such option enabled
Attachments (1)
Change History (11)
comment:1 Changed 12 years ago by Cas
- Milestone changed from Future to 1.4.0
- Summary changed from autoadd plugin to [Autoadd] copy torrent to dir not working
comment:2 Changed 12 years ago by s0undt3ch
comment:3 Changed 12 years ago by firefox
Not working tested now and: adding a torrent file in such watched directory gets added but the .torrent file isnt copied in the directory specified... and removing comnpletly the .torrent from the gtk disabled the autoadd of such directory from the gtk config.
comment:4 follow-up: ↓ 5 Changed 12 years ago by Cas
Have you made sure that you have rebuilt the AutoAdd? plugin. To do this you can clean and rebuild git master.
python setup.py clean -a python setup.py build
comment:5 in reply to: ↑ 4 Changed 12 years ago by firefox
comment:6 Changed 12 years ago by s0undt3ch
- Resolution set to worksforme
- Status changed from new to closed
This is all working on my end. Make sure you have the right perms for the folder you're trying to copy to. All changes made in master regarding this plugin does not address this ticket.
comment:7 Changed 12 years ago by firefox
- Resolution worksforme deleted
- Status changed from closed to reopened
You cant move the .torrent files to devices different from your home.. it's not a permission problem, and i tested more than one device.
Afterall Cas got to reply the bug moving a .torrent to an usb stick. Reopening the ticket,sorry
Changed 12 years ago by Cas
comment:8 Changed 12 years ago by Cas
s0undt3ch I have attached the patch I used to fix the problem.
as firefox said this will occur when using other mount points,
the solution is to use shutils as in patch or write out a new torrent file such as in torrentmanager.py
comment:9 Changed 12 years ago by s0undt3ch
- Resolution set to fixed
- Status changed from reopened to closed
Thanks for the fix Cas!
Didn't I fixed this already?