rndusr

Results 155 comments of rndusr

Ugh. GitHub can't process simple ASCII text in 2025, apparently. I'm afraid you have to use your imagination to fill in the asterisks, because I can't be arsed to work...

I'm working on a rewrite that will allow arbitrary piece lengths.

I'm not sure I understand. If both Folder1/Movie.mkv and Folder2/Movie.mkv are identical, it shouldn't matter if one is overwritten with the other, right? You say that half of the files...

It looks like this is caused by the "move" parameter documented here: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md#36-moving-a-torrent stig has this hardcoded to true: https://github.com/rndusr/stig/blob/master/stig/client/aiotransmission/api_torrent.py#L644 I guess we could add a --move-files flag to the...

If it were just a few, my guess would be it's some kind of character encoding issue. I assume at least some of the torrent names only contain ASCII characters?...

I tried with a torrent named "foo – bar" (where the "-" is "U+2013 EN DASH") and that looked fine. There could also be other characters like https://en.wikipedia.org/wiki/Zero-width_space in there....

No, that's definitely a bug in stig and I can reproduce the issue now. Thank you for your help! Do you have any issues in the interactive TUI when you...

Right, sorry for not paying attention. I think I understand what's happening. I'm not quite sure how to fix it, though.

I'm not doing much. @rsekman is doing all the actual work and I mostly just nod and say thanks. But maybe I can fix this one by myself.

Thank you for the explanation. There's also the issue of east asian characters, which can be multiple ASCII characters wide. But they seem to work fine. Bidirectional characters seems to...