Christian Weisgerber <[EMAIL PROTECTED]> wrote: > > The torrents are copied to ~/.config/transmission/torrents, but > > `transmission-daemon -l' doesn't list them. > > ~/.config/transmission/daemon/ no longer contains files 'prefs.ini' or > > 'state'. `transmission-remote -a ~/.config/transmission/torrents/*' > > doesn't restore the torrent list. > > I see... The files are moved to the new location (migrateFiles() > in libtransmission/platform.c), but apparently they are not any > further converted as they are by the Gtk client. Hmm.
I've poked around further today... * daemon/state is apparently not converted at all. * Old torrents are moved, transmission-daemon even opens and reads them, but somehow it ignores them. * The Gtk client on the other hand picks up old torrents and writes a new resume file. I don't know how much of this is intentional on the part of the Transmission authors. (I think they are mostly concerned with the GUI clients.) Anyway, if people consider this a show stopper then I will hold off on the update. -- Christian "naddy" Weisgerber [EMAIL PROTECTED]
