Search found 4 matches

by pukakk
Sun Feb 12, 2012 5:47 am
Forum: Support
Topic: "trash-original-torrent-files" doesn't work in daemon mode
Replies: 6
Views: 11835

Re: "trash-original-torrent-files" doesn't work in daemon mo

I got! Thank you all!

The problem is on me! Not daemon.

I modified settings.json while daemon is still running.
So, daemon had not recognized modified option.

Restarting daemon solve the problem.

Thank you
by pukakk
Sun Feb 12, 2012 4:11 am
Forum: Support
Topic: "trash-original-torrent-files" doesn't work in daemon mode
Replies: 6
Views: 11835

Re: "trash-original-torrent-files" doesn't work in daemon mo

gunzip, cfpp2p,
Thanks for your kindly checking. Really thank you, guys.


However, despite your help, my daemon still doesn't delete original torrent files.
This is my syslog, and daemon did just parsing, not deleting.
There is no clue of deleting, even error message of deleting fault("Error ...
by pukakk
Sat Feb 11, 2012 12:21 pm
Forum: Support
Topic: "trash-original-torrent-files" doesn't work in daemon mode
Replies: 6
Views: 11835

Re: "trash-original-torrent-files" doesn't work in daemon mo

quoting from the wiki https://trac.transmissionbt.com/wiki/Ed ... Files#Misc

trash-original-torrent-files: Boolean (default = false) Delete torrents added from the watch directory.

so it only applies to torrents added in the watch directory. so sorry, i guess it's not a real bug.


Man, It doesn ...
by pukakk
Fri Feb 10, 2012 1:54 am
Forum: Support
Topic: "trash-original-torrent-files" doesn't work in daemon mode
Replies: 6
Views: 11835

"trash-original-torrent-files" doesn't work in daemon mode

"trash-original-torrent-files" option doesn't work in daemon-mode.

I have found that this problem is caused by not using TR_PREFS_KEY_TRASH_ORIGINAL key in daemon.c

static void
onFileAdded( tr_session * session, const char * dir, const char * file )
{
char * filename = tr_buildPath( dir, file ...