max-mapper / max-mapper/torrent
subcommands ls, info, seed do not support magnet links
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 630
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
According to torrent --help:
Commands:
torrent <torrent>
torrent seed <torrent>
torrent info <torrent>
torrent ls <torrent>
torrent create <directory OR file> {-o outfile.torrent}
`<torrent>` above can be a magnet link, a path to .torrent file or `-` for STDIN
However, supplying a magnet link for seed, info, or ls produces errors.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the CLI handling for the seed, info, and ls subcommands and compare their accepted inputs with the help text. Reproduce the magnet-link failures, then verify that magnet links work for all three commands alongside .torrent paths and stdin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100