Michael Bisbjerg

Results 320 comments of Michael Bisbjerg

It seems that option will save the pieces binary blob, which is only part of the info dictionary. In order to recreate the info dictionary and thus the original torrent...

And that’s this feature request - an option to store the meta files as they were, on disk (fex) under their info hash. :) I know it’s a niche feature...

Note: I implemented the feature [here](https://github.com/LordMike/bitmagnet/pull/1). If it has any interest at all, I can make a PR back.

Hey, I revisited this topic just yesterday as I stumbled over the project again. I had an LLM strip down Bitmagnet to its very core, so that it only saves...

I checked out the scrub script, and it surely says: ``` if [ "$?" != "0" ]; then echo "Scrub cancelled at $MNT" exit 1 fi ``` I do see...

Oh!.. The entire script is wrapped in a `{ .. }` code block for logging purposes.. I've altered the `exit 0` after all to be: ``` EXIT_STATUS=${PIPESTATUS[0]} exit $EXIT_STATUS ```...

I've prepared a PR that implements this for the four scripts I found that use this piping-logging method.

Awesome - thanks for the workaround @Rai-Rai. My use was simpler than yours, so it worked out in the end :)

> [..], the recommended way to customise the polling interval is to write an automation for it. See here for an example: Amazing. Just what I wanted. I want dynamic...

What is a RAW file - A RAW partition in Windows?