Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current design issues / open questions #123

Open
rnestler opened this issue Feb 12, 2023 · 0 comments
Open

Current design issues / open questions #123

rnestler opened this issue Feb 12, 2023 · 0 comments

Comments

@rnestler
Copy link
Owner

rnestler commented Feb 12, 2023

This is just a brain dump for me regarding some open points of the project.

Magnet links

Currently we create them with just the "Exact Topic" / BitTorrent info hash. While this works (which is quite awesome) we may consider to include:

  • Display Name
  • eXact Length
  • Address TRacker

Probably we also want to add support for BitTorrent info hash v2 (BTMH)

Displaying torrents in the terminal

Currently we only show:

  • Seeders / Leechers
  • Name
  • magnet URL

It may be interesting to add

Also it is not clear how to best format the output to be usable. As long as the magnet links are clickable it should be OK though.

Interactive mode

Currently we collect all torrents and then display them. This is a bit inefficient, since the most interesting results may already be available while we still wait for a slower source (For example: I mostly disable l337x, since it is rather slow).

I experimented a long time ago with a GTK frontend (#10), which would work asynchronously. We could also use a TUI which would display results in a table interactively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant