bittorrent
Here are 427 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
When starting the download of many files (clicking multiple Magnet links on a page for e.g.) the confirmation dialog showing where the download will be saved always pops up. In Transmission for e.g. there's an option to not prompt each time.
Describe the solution you'd like
Add a checkbox in the preferences that prevents t
This is more of a question, as I couldn't find it in the documentation. Does aria2 do any checks when downloading a file from multiple sources to ensure all of them are actually referencing the same file? Some basic checks might be based on comparing: 1) file size, 2) date (might not be consistent or even available), 3) first and last few bytes, 4) small chunk overlap, and compare the small ove
I was not able to open port, may be that's because of my ISP, I see on HelloZeroNet page that,
Your port xxxxx is closed, but your Tor gateway is running well.
I see the above message, so if I had a site on ZeroNet, am I considered as a seeder to my site, if I was the only seeder to my site, assuming it is a new site. is it enough that tor gateway is running but without open port ?
Related comment: qbittorrent/qBittorrent#12083 (comment)
Man pages and general documentation about qBittorrent's flags is severely out of date. It would be helpful to document all the new flags that qBittorrent now supports. The description should be clear and concise, but not miss out on any important detail of how exactly they change qBittorrent's behaviou
I think we should create an INSTALL.md file in the root of this repo with detailed installation instructions for each OS, including our recommended installation method, as well as alternatives.
For Mac, for example, we recommend the official installer on the website, but it's also available via a Homebrew Cask.
For each Linux variant, there will be a different command or preferred file to
I've not seen any oembed snippet code to add, and since it would be complicated to add a it to the reference file, you could give a snippet
[
{
"schemes": ["https:\/\/instance.tube\/videos\/watch\/*"],
"url":"https:\/\/instance.tube\/services\/oembed",
"discovery":true
}
]I've tried it and it works well on a Moodle Instance, where instance.tube is a r
To be done on lbrytech repo probably.
The wallet is currently configured as defined originally in ElectrumX, there are some docs for it already in there.
Keep in mind that we added new configuration keys and should clean up the unused ones at some point, so we need something easy
Describe the bug
Aphrodite, Movies, Discover. Screen does not show columns Select and Action even though they are forced selected in columns selection dialog. No way to select and add films from the list.
To Reproduce
Steps to reproduce the behavior:
- Go to Movies, Discover
- Columns for item selection and actions are not shown
Expected behavior
There should be a way of
-
Updated
May 22, 2020 - JavaScript
When opening/decoding magnet links, parsing x.pe parameter would allow faster download and bootstrapping of torrents.
More info: http://bittorrent.org/beps/bep_0009.html#magnet-uri-format
Might need some changes like
uber/makisu#223
Besides #4521 and #4656.
We have several .ipynb files
-
Updated
May 26, 2020
There is a typo in Info sub-menu (in the navigation bar). It should be “GitHub” with the “h” capitalized.
Add FAQ section
- How does this work?
- Is it secure and private?
- What is WebTorrent?
- How large can the files be?
- How does streaming work?
We need a shiny new guide to run the new Magnetissimo on Heroku.
I'll take a stab at this once I add a few more features I have planned, if no one has taken care of it beforehand.
Included in this issue, maybe creating a Heroku Deploy button for 1-click set ups?
In vcpkg one can install the default version of a package, or specify --head to use the bleeding edge commit.
The --head option will use the latest commit of the branch specified by the HEAD_REF option. For the libtorrent port, this branch is currently master.
However, as the vcpkg documentation says:
The unstable git commit-ish (ideally a branch) to pull for `--head` bui
I think it would be helpful in the "Use" section to add how long it takes an average user to get a result.
I have it taking down about 120KiB/s which is not a ton but also have zero results after 20 minutes.
It would be a helpful guideline so people know when it's time to report errors.
Just for curiousity it would be interesting to know the bandwidth to result ratio. I bet nobody has th
-
Updated
May 24, 2020 - C++
Instead of always allocating a fixed size buffer (1,000,000 bytes currently), it should leverage the upfront knowledge of total size of the metadata and allocate Math.min(DEFAULT_BUFFER_LEN, metadata.length()).
It would be really nice if there would be a tooltip explaining the peer flags displayed under the "Peers" tab under an active torrent.
Homepage.php missing
The Overview tab is a bit too bare-bones even for a "simplified client". These fields would be useful, and I think most are built into libtorrent already:
- Comment: This field is often used by tracker torrents for stuff like the web-link to the page that the torrent came from, for easily visiting the torrent page. (But to be useful, links in the comment need to be either clickable (most to
Is your feature request related to a problem? Please describe.
Not a problem.
Describe the enhancement you'd like
I'd like to add/update some feature of this application. But there's no docs on how should I do it. I understand its a laravel based project. But the actual functional code is not same for every project. SO it will be helpful if there was a documentation.
Features I'd like
Wiki
proper tutorial
-
Updated
Dec 28, 2018 - JavaScript
We should take a look at https://github.com/pkg/profile instead of using runtime/pprof for profiling.
Advantage: We could do memory profiles! The runtime only supports dumping the heap iirc, but this does actual profiles.
New Logo
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
Improve this page
Add a description, image, and links to the bittorrent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bittorrent topic, visit your repo's landing page and select "manage topics."


This issue (webtorrent/webtorrent#1685) mentioned a nice resource that shows how to integrate WebTorrent with various JS video libraries.
https://qiita.com/mehdi/items/22ba55ae30bdcedd0746
Would be nice to add updated versions of these examples to the docs.