Flexget Version 1.2.264 Deluge Version 1.3.11
Flexget successfully adds new torrent to Deluge, but due to Do Not Download files, a new folder is create ._torrentfolder.
Also, once torrent download is completed, Move Completed transfers the ._torrentfolder to movedone destination location, but "torrentfolder" is left behind at the download location.
So basically, Move Completed fails to move the original folder, instead moves the donotdownload content.
Let me know if any other detail is required.
Move Completed and Do Not Download not working
-
- Member
- Posts: 11
- Joined: Thu Mar 06, 2014 6:23 am
Re: Move Completed and Do Not Download not working
There are no known issues with move completed and what you describe does not make sense as all torrent data is treated the same when moving.
-
- Member
- Posts: 11
- Joined: Thu Mar 06, 2014 6:23 am
Re: Move Completed and Do Not Download not working
Are you saying Move Completed should move both the following folder? These are two distinct folders, right?
/._torrentfolder
/torrentfolder
/._torrentfolder
/torrentfolder
Re: Move Completed and Do Not Download not working
There should only be one folder for a torrent's data.
Can you be more descriptive about what these folders are and how it pertains to do not download marked files.
Can you be more descriptive about what these folders are and how it pertains to do not download marked files.
-
- Member
- Posts: 11
- Joined: Thu Mar 06, 2014 6:23 am
Re: Move Completed and Do Not Download not working
IM'ed you the details.
Re: Move Completed and Do Not Download not working
It wasn't clear enough that you were talking about an option in Flexget.
As I said before this folder structure is not correct so it is expected that it would only move one folder. There can only be one top level torrent data folder but with that flexget options you have two top level folders. Can you go back to Flexget and clarify what they are specifically doing to set this folder structure and that there is a not a mistake in the renaming code. Also the version of libtorrent could be a factor here as 1.0 does have support for moving files outside the torrent data path but Deluge certainly does not explicitly support that feature yet.
You also should have referenced that you opened a flexget ticket: http://flexget.com/ticket/2881main_file_only If yes, all files but the main file inside the torrent (>90% of total) will be set to 'do not download'
hide_sparse_files If main_file_only is set, all the other (sparse) files will be put inside a hidden directory (name begins with "._"). On by default.
keep_subs If main_file_only is set, the subtitle file is also downloaded. If content_filename is set, the subtitle file will be renamed too. If hide_sparse_files is set, the subtitle will not be hidden. On by default.
As I said before this folder structure is not correct so it is expected that it would only move one folder. There can only be one top level torrent data folder but with that flexget options you have two top level folders. Can you go back to Flexget and clarify what they are specifically doing to set this folder structure and that there is a not a mistake in the renaming code. Also the version of libtorrent could be a factor here as 1.0 does have support for moving files outside the torrent data path but Deluge certainly does not explicitly support that feature yet.
-
- Member
- Posts: 11
- Joined: Thu Mar 06, 2014 6:23 am
Re: Move Completed and Do Not Download not working
I was under impression that the 2 folder structure was created by deluge itself.
Getting back to Flexget team.
Getting back to Flexget team.