Hi all.
I'm new to Transmission and I want to set up a transmission-daemon on a windows machine with web GUI and I have some questions:
What is the correct way to start/stop transmission-daemon on Windows?
The webgui suports torrent labeling?
Can I use the settings.json created with transmission-qt on transmission-daemon?
Thanks in advance
Newbie questions
Re: Newbie questions
You control daemon on Windows as any other service, via either services.msc (GUI), or sc and/or net tools (command line). Labels are not supported, search Trac for existing tickets requesting this. You could use settings.json from Qt client, just make sure the paths it contains are the ones you want and are readable/writable by service user (you'll notice if you'll start getting errors).