-
One thing that would be nice is the ability to select files inside a torrent prior to downloading the torrent
An example
1 open a magnet
2 fetch the data inside
3 choose which file to download…
-
Hi! I'm already using Bento to parse torrent files, and I would like to know if you'd accept a PR that implements magnet link generation from a torrent file.
Happy holidays :)
-
```
Testing this code I got an issue (segmentation fault) when reading error
message from add_torrent_alert event.
if (add_torrent_alert *p = alert_cast(a))
{
if (p->error)
printf("error add t…
-
```
If we initiate the command 'Add torrent with options' and then choose an
available torrent file, we rather typically get a form, similar to the one
shown at the attached picture.
It is clear from…
-
```
If we initiate the command 'Add torrent with options' and then choose an
available torrent file, we rather typically get a form, similar to the one
shown at the attached picture.
It is clear from…
-
```
If we initiate the command 'Add torrent with options' and then choose an
available torrent file, we rather typically get a form, similar to the one
shown at the attached picture.
It is clear from…
-
I'm interested in the ability to rename all "marked" files at the same time. For example, adding the same text to the beginning of many files from the same torrent. `ranger` has a `:bulkrename`[0] opt…
-
```
Run the following program in Python:
{{{
import libtorrent as t
tfs = t.file_storage()
t.add_files(tfs,
"/mnt/data/external/101/install/libtorrent-rasterbar-0.15.6.tar.gz")
torrent = t.create_tor…
-
```
What steps will reproduce the problem?
1. Just adding torrents
2.
3.
What is the expected output? What do you see instead?
Usually when adding torrent, a window pops up, showing you everything in…
-
```
Run the following program in Python:
{{{
import libtorrent as t
tfs = t.file_storage()
t.add_files(tfs,
"/mnt/data/external/101/install/libtorrent-rasterbar-0.15.6.tar.gz")
torrent = t.create_tor…