Charles Kerr
Charles Kerr
> @killemov wrote: > > Maybe combine that with concept mentioned by @killemov in [#5064 (comment)](https://github.com/transmission/transmission/issues/5064#issuecomment-1447196182)_ ? 
Thanks for reporting this! Huh, that's weird. I haven't seen that before & can't reproduce it now in transmission-qt connecting to a remote session. @dnalance just to confirm, that first...
Closing since I wasn't able to reproduce the bug and since my Jan 16 questions did not get a response. If anyone is still seeing this issue please open a...
> ping on this? Sounds fine. If someone wants to write a PR, I'll review it.
Background info: `ENABLE_WEB` is a misleading name; it's a leftover from earlier versions but in 4.0.0 it's more a flag of "do or do not rebuild the generated files from...
The shortest path to disabling that install is in the top-level CMakeLists.txt: ```cmake if(ENABLE_DAEMON OR ENABLE_GTK OR ENABLE_QT) tr_install_web(${CMAKE_INSTALL_DATAROOTDIR}/${TR_NAME}) endif() ``` I'm open to suggestions / PRs on how to...
`INSTALL_WEB_FRONTEND` makes sense to me if it's a `tr_auto_option()` that defaults to `ON`. @t-8ch do you have spare cycles to make a patch?
Removing `4.0.1` milestone. This would be nice-to-have to make packagers' lives easier but it's not a blocker if the PR doesn't arrive in time
There doesn't seem to be a [BEP](http://bittorrent.org/beps/bep_0000.html) for these but it is discussed at https://wiki.theory.org/BitTorrent_Magnet-URI_Webseeding: ## Retrieving metadata - "xs=" parameter - If the "xs=" parameter is present then a...
On a personal level I kind of like this idea, but as a practical matter this would be a huge amount of refactoring & new UI for something that not...