Search found 306 matches

by mike.dld
Mon May 25, 2020 11:26 am
Forum: Windows Requests
Topic: migration and settings, torrents files
Replies: 6
Views: 47388

Re: migration and settings, torrents files

I cannot give you the exact command, that's why the tool accepts parameters so that you pass values that are specific to your system and use-case. The examples on GitHub should be more than enough. Something you could try (and I'm not making any guarantees here): # Let BtMigrate guess the path where...
by mike.dld
Thu May 21, 2020 4:30 pm
Forum: General
Topic: Transmission daemon config in Docker
Replies: 2
Views: 32028

Re: Transmission daemon config in Docker

Depending on the distribution and build configuration, default path to settings.json may vary. You don't need to place the file at a specific location and wonder why it doesn't work; instead, when running the daemon pass it the -g/--config-dir option to set the directory containing the file explicit...
by mike.dld
Fri May 15, 2020 1:31 pm
Forum: Windows Requests
Topic: migration and settings, torrents files
Replies: 6
Views: 47388

Re: migration and settings, torrents files

I'm sorry but there's no UI for this tool. You need to start a terminal emulator (try searching for "Command Prompt" or "PowerShell" in your Start menu) and then execute the commands as they are presented in the readme by the first link (there're full command examples there, just...
by mike.dld
Fri May 08, 2020 9:22 am
Forum: Windows Requests
Topic: migration and settings, torrents files
Replies: 6
Views: 47388

Re: migration and settings, torrents files

1. If you need a tool, consider something like https://github.com/mikedld/bt-migrate (grab pre-built binary from the latest build on Actions tab, e.g. https://github.com/mikedld/bt-migrate/actions/runs/51752466). If the number of torrents is small, another option would be to just manually add .torre...
by mike.dld
Mon Mar 09, 2020 7:20 pm
Forum: Support
Topic: transmission-remote script not removing torrent
Replies: 2
Views: 3470

Re: transmission-remote script not removing torrent

It may depend on what you're using as `<torrentid>` there. When you're using something that's not "all", "active", real ID (like the one from the first column of `transmission-remote -l` output) or a range of IDs, or real hash, Transmission doesn't treat this as an error if it ca...
by mike.dld
Sun Jan 12, 2020 11:35 am
Forum: Support
Topic: QNAP - Transmission no longer unpacks/unrar files
Replies: 1
Views: 2759

Re: QNAP - Transmission no longer unpacks/unrar files

Transmission neved had the functionality of unpacking archives built in. You're probably using a torrent completion script to achieve that, and thus need to either dig into it yourself or contact its author for assistance.
by mike.dld
Wed Jan 08, 2020 7:34 pm
Forum: Support
Topic: Help Error: Illegal seek
Replies: 1
Views: 3296

Re: Help Error: Illegal seek

It could be that Rclone doesn't support the whole set of file operations (like maybe seeking past the end of the file which is common during download), being a synchronization software. What you could try doing is setting up an incomplete directory which is outside of Rclone mountpoint, and download...
by mike.dld
Mon Jan 06, 2020 2:43 pm
Forum: General
Topic: using 3.00+ (f041f229bf)
Replies: 1
Views: 4044

Re: using 3.00+ (f041f229bf)

Thanks for reporting. Both issues look like defects to me, please report at https://github.com/transmission/transmission/issues instead. If you are able to pinpoint the exact commit that introduced each of the issues that would be even better.
by mike.dld
Wed Jan 01, 2020 12:51 pm
Forum: Windows Support
Topic: Lost settings when i wanted to upgrade from 2.84 to 2.94
Replies: 2
Views: 32610

Re: Lost settings when i wanted to upgrade from 2.84 to 2.94

The 2.84 version that you mentioned is probably the one from trqtw.sf.net, which is (or should I say was) an extensively patched unofficial Transmission fork maintained by rb07. As such, we're not planning to support upgrade from it and decided to simply warn users of incompatibility between it and ...
by mike.dld
Fri Oct 25, 2019 6:13 pm
Forum: Windows Support
Topic: System tray icon
Replies: 4
Views: 25689

Re: System tray icon

Qt client supports a number of CLI options which you could see by running it with `--help`. Probably a bit more complicated on Windows, so here it is (note the `-m`/`--minimized` option): % transmission-qt --help Usage: transmission [OPTIONS...] [torrent files] Options: -h --help Display this help p...
by mike.dld
Sat Sep 28, 2019 12:20 pm
Forum: General
Topic: Forum gets timewarped
Replies: 3
Views: 4573

Re: Forum gets timewarped

An unexpected maintenance side-effect :) Fixed, sorry for that.
by mike.dld
Fri Sep 06, 2019 7:18 pm
Forum: General
Topic: Forum gets timewarped
Replies: 3
Views: 4573

Re: Forum gets timewarped

Spam posts get removed on a daily basis, no restores were made.
by mike.dld
Mon May 06, 2019 5:27 am
Forum: General
Topic: Unnecessary connection?
Replies: 1
Views: 2799

Re: Unnecessary connection?

vm4.transmissionbt.com is an internal name for a server that does also serve dht.transmissionbt.com. I presume Transmission connects to the latter since you have DHT enabled in settings.
by mike.dld
Sat Apr 27, 2019 9:06 am
Forum: Windows Support
Topic: Transmission quits/crashes shortly after startup
Replies: 2
Views: 17110

Re: Transmission quits/crashes shortly after startup

If possible, please try the nightly build (x86, x64) and see if it helps. Regardless, take a look in Event Viewer (Start -> Run -> eventvwr.msc) and provide additional information from there regarding the crashes.
by mike.dld
Sat Apr 27, 2019 8:56 am
Forum: General
Topic: Segmentation fault in in tr_isTorrent
Replies: 4
Views: 4686

Re: Segmentation fault in in tr_isTorrent

The idea was to reproduce the issue, sending SIGKILL means you weren't able to do that. If you were to succeed, AddressSanitized would print some helpful information. Please try a few more times if possible.