xbenjii / torrentexpander

Automatically exported from code.google.com/p/torrentexpander
0 stars 0 forks source link

WARNING! DESTRUCTIVE MODE BUG #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have seen that a lot of files are missing from my download dir.
I suspect that when torrentexpander works on a'single-file-downloded-movie' it 
deletes the entire content of directory. 

some lines from config file:
#########
destination_folder="/var/www/croma/download/Film/"
destructive_mode="yes"
force_single_file_movies_folder="yes"
#########

File information
################
Before:
/var/www/croma/download/Film/Hostel.3.2011.iTALiAN.STV.DVDRip.XviD-CRiME.avi
After:
/var/www/croma/download/Film/Hostel.3.2011.iTALiAN.STV.DVDRip.XviD-CRiME/...
###############

There were other files/directoryes on /var/www/croma/download/Film/, now there 
aren't.

Original issue reported on code.google.com by login...@gmail.com on 11 Jan 2012 at 5:47

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I tried almost everything this morning and could not reproduce this issue 
you're experiencing

Can you make sure the issue is located between lines 846 and 851 of the current 
SVN by adding this line before and after this part of the script :
read -p "pause"

The only possible explaination is that the single file torrent is not taken 
into account and torrentexpander tries to process the whole download folder, 
which I have never seen happen.

If you can reproduce the issue, please then try the attached script and let me 
know if it happens again.

Was torrentexpander triggered by transmission ? Is rtorrent installed (this 
feature has not been tested yet) ? If it was launched manually, what line did 
you use exactly ?

Thanks

Original comment by addicted...@gmail.com on 12 Jan 2012 at 7:33

Attachments:

GoogleCodeExporter commented 8 years ago
Bug is not confirmed. 
I have not it with last version.

Original comment by login...@gmail.com on 12 Jan 2012 at 5:20