rndusr
rndusr
I agree that this should be possible, but I don't see a straightforward way to implement it. torf is probably too overengineered by now. I'm afraid implementing it will break...
It means the torrent has no way of finding peers. If I remember correctly, it doesn't have a tracker and DHT and PEX are disabled.
Maybe the trackers respond with an error to announces?
Probably not. The current code is too fragile. I would like to rip out a lot of fancy-but-mostly-useless features to make torf more maintable again, but that's basically a rewrite...
Yes, unfortunately, torf needs to get a lot of its smartness ripped out and replaced with a healthy chunk of dumbness. But that's essentially a rewrite. This particular issue might...
$ stig -h move [...] USAGE move move ARGUMENTS TORRENT FILTER Torrent filter expression (see TORRENT FILTERS section in `help filters`) or focused torrent in the TUI if omitted [...]...
Thanks for the heads up. Simply renaming JSON object keys would be a nice and easy fix, but we should probably expect some behavioural changes as well. For example, it...
Since I have the appropriate ffprobe command at hand, here it is: ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 video.mkv That should print the duration in seconds as a float.
Works for me. No clue what could cause this for you, but it looks like an urwid issue. Can you install and run one of these? https://github.com/urwid/urwid/wiki/Application-list