• 85 Posts
  • 643 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle

  • That’s partially correct, partially wrong. An open port is required to allow for incoming connections for torrenting over TCP.

    For TCP:

    If a seed does not have an open port, a potential leech with an open port shares their IP & port with the tracker. The seed regularly asks the tracker for potential leeches. If the tracker provides a leech with an open port, then the seed connects to the leeches open port. This connection then allows the leech to download from the seed.

    If neither of seed and leech has an open port, no connection can be established and thus no torrenting is possible.

    For uTP/UDP:

    If both peers (seed & leech) have no open ports, the tracker can use UDP hole punching to temporarily open up a port for the peers. The second peer can then connect directly to the first peer’s port which has been opened up by the tracker.

    This only works for public torrents and with PEX enabled. For private trackers an open port is required.















  • First of all thank you for hosting this instance.

    PS: Irrelevant rambling without a point below.

    I don’t know how French/EU equivalents to DMCA take down requests work and how trigger-happy OVH is. Given services like real-debrid still operate, it won’t be as bad. From what I’ve heard Hetzner is quite strict when it comes to complaints, so I assume OVH is better.

    It’s good that you don’t allow direct linking to pirate content. It seems to me that on most platforms communities are closed prematurely to avoid further annoyances/complaints, even if they follow the law (like here).



  • The group tiers you’re talking about exist and are called trash guides. If you’re only on public trackers the groups might not be as prevalent, but e.g. TorrentLeech is more likely to have them.

    The letterboxing with ultra wide monitors might be possible to solve locally with your video player. For MPV there’s the dynamic-crop.lua script, which is not perfect but works quite well.

    I’m using mpv with Jellyfin on my PC through jellyfin-mpv-shim.

    Edit: For Windows you might want to check out MPC-BE. I’ve found some mentions of “View -> Video Frame -> Touch Window From Outside” but I never tried it.



  • You could just as easily in the spirit of this community do it with the same name and code, same way they do it for cracked games.

    You could, and unless you’re trying to profit off it the original devs likely won’t care.

    And also [bank on] pirates to not outright rip them off, which seems to be working for some reason…

    They already publish it under GPLv3, they want it to be free (as in freedom) software.

    I don’t care about any security concerns. If someone does not want to build it themselves or download from a third party they can buy it for their convenience. Or they can take the risk or find another way to install it.

    For example I looked up whether Strawberry is on Winget, the Microsoft package manager for Windows. And look at that, it’s completely free to download by the original developer [1]. @upstroke4448@lemmy.dbzer0.com

    They only ask users who are too lazy and want to download through the Microsoft store for payment. I get why you don’t like there being no binaries on their site by them, but they do provide free ways to install it. They just don’t tell you about it.

    [1] https://winget.run/pkg/StrawberryMusicPlayer/Strawberry

    Edit: For anyone who does not want to click the link: winget install -e --id StrawberryMusicPlayer.Strawberry installs Strawberry on any Windows computer. Officially.