Custom domain email sometimes marked as invalid?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    6d ago 100%

    I believe because any site that has an extension with more than four characters is detected as invalid.

    Usually it's just badly coded apps/websites that only whitelisted some of the main domains e.g. most vanity domains don't make it through. Or sometimes there are apps/websites that purposely block your domain if the admins think it's too spammy or whatever.

    If your current email provider allows you to use their own domains as an alias that's one way to sidestep the issue e.g. you'd end up with [something]@[youremailprovider].com --> [name]@[name].rocks

    I have Fastmail & they have a ton of their own internal domains so that's one way I sidestep that issue. It's pretty common among most/all email providers when you bring your own domain e.g. pretty sure Proton can do the same thing. Once you have your own domain you can make up any [alias]@[yourdomain] you like or just use the provider's as a front facing alias [alias]@[youremailprovider] --> [anything]@[yourdomain].

    11
  • Is there FOSS apps like curtail that can lossless compress video files?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1w ago 100%

    I don't think it's possible, or at least not in the way you're thinking. Encoding a video with lossless flags usually results in a file size bigger or about the same as the source, and on top of that it takes a long time to actually do the encode.

    Video is already highly compressed.

    But for sure you can tinker around with ffmpeg (FOSS) & see how it goes for you. I've done it in the past just for kicks since some of the common video codec encoders do have lossless flags but it really wasn't worth the effort.

    EDIT: That's just the video in the file, you also have to contend with the audio. That's a bit easier if you just want to use ffmpeg to dump everything into FLAC but again, I don't think you're saving much hard drive space if any.

    3
  • Sharing already downloaded torrents through i2p (transmission --> XD)?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1w ago 100%

    P.S I’ve enever used XD. So I can’t help you out there, but it seems like a very bare-bones torrent client. qbittorrent recently added support for it but if you’re running a headless server, XD doesn’t seem like a bad option. Github says it has no DHT support? Not sure if that’s the best option, but good luck with it.

    Correct. To be fair both XD and qBittorrent don't support DHT over I2P so they're kind of on the same level there. I think (?) neither support PEX over I2P either though I'm not 100% sure on XD about that.

    https://github.com/qbittorrent/qBittorrent/issues/19913

    https://github.com/arvidn/libtorrent/issues/7408

    https://github.com/arvidn/libtorrent/issues/7269

    1
  • Discovering I2P torrents using BiglyBT
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1w ago 100%

    Currently not possible. Bitmagnet would need to have new code to be able to properly talk to the mainline java I2P service to enable DHT over I2P bittorrent. Or the Bitmagnet devs could develop their own I2P service to talk to the I2P network but that might be even more dev work.

    https://github.com/bitmagnet-io/bitmagnet/issues/303

    Per https://geti2p.net/en/docs/applications/bittorrent

    DHT support requires SAM v3.3 PRIMARY and SUBSESSIONS for TCP and UDP over the same session. This will require substantial development effort on the client side, unless the client is written in Java. i2pd does not currently support SAM v3.3. libtorrent does not currently support SAM v3.3.

    2
  • Migrating from Transmission to qBittorrent. I had 900TB uploaded over nearly four years!
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    3w ago 100%

    And it’s like 3-4 hundred ish.

    That should be easy for just about any torrent client (including Transmission), could be worth opening an issue at their GitHub page https://github.com/transmission/transmission/issues

    Hopefully switching torrent clients resolves that for you.

    4
  • Migrating from Transmission to qBittorrent. I had 900TB uploaded over nearly four years!
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    3w ago 52%

    I’m migrating because Transmission is horrible for a large amount of torrents (multiple of hundreds)

    That doesn't sound like too many, you're saying you're at under 1000 torrents? How many multiples of hundreds are we talking?

    Surprised Transmission has issues seeding that many, thought Transmission 4.x made improvements in that area. How much RAM does your system have? Maybe at some point you just need more system resources to handle the load.

    PS - For what it's worth you can still stick with Transmission and/or other torrent clients & just spread the torrents among multiple torrent client instances. e.g. run multiple Transmission instances with each seeding 1000 or whatever amount of torrents works for you.

    1
  • Lemmy specific private tracker - any interest?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    3w ago 100%

    It's a nice gesture but I'm a bit doubtful that there's enough people here to sustain a private tracker. Taking a guess at this but it seems most people here in c/piracy are general users, not specifically private tracker users - in fact a fair amount don't even like the idea of private trackers.

    !trackers@lemmy.dbzer0.com exists but it's pretty quiet by comparison.

    Not saying it's a bad idea but it could be a while before a niche tracker like that would gain enough traction to sustain itself. And I'm just talking about a regular private tracker, not even going to touch on the idea of someone developing a "decentralized private tracker" whatever that means.. TBH if you want decentralized just stick to public torrents with DHT/PEX, that's already decentralized. Or maybe make a semi-private tracker like Demonoid if that's more along the lines of what you want.

    4
  • Lemmy equivalent to Trackersignups?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    3w ago 100%

    Not overly active but you could sub/participate in

    !opensignups@lemmy.ml

    !opensignups@noworriesto.day

    Also !torrent_trackers@lemmy.ml (it's more of a tracker listing community)

    And right here in dbzer0 there's !trackers@lemmy.dbzer0.com for general discussion as well.

    EDIT: For specific sites / non-Lemmy you can monitor https://opentrackers.org, I kind of wonder if the admin ever made it over to Lemmy. On Reddit he goes by cuddlebunny and an earlier nick IIRC (but that's all ancient info now probably).

    5
  • What if... BitTorrent clients partially ignored the private bit of a torrent?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    4w ago 100%

    This way, private torrents could “escape” into the wild, still maintaining the privacy and social/closed community effects of the private tracker.

    Except that it wouldn't. The infohash that the private flagged torrent generated is different vs a public non-private torrent of the same contents. Your suggestion would purposely share the same exact private torrent infohash into public DHT/PEX, that would certainly get people banned at the source private tracker(s). I also suspect most/all torrent client developers would consider that incorrect behavior.

    If you wanted to do a more "correct" approach on this - Create a brand new public non-private flagged torrent of those contents, which would generate its own unique infohash, then it's just a regular torrent. You'd end up needing to seed multiple copies of the same torrent (the original private flagged torrent and your new public torrent) but sure that would be possible as long as the torrent client itself has DHT/PEX enabled. Most private trackers won't care too much but some of that does depend on individual trackers and uploaders, you'd need to check their rules.

    36
  • Noob question on torrent movies
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    4w ago 100%

    If it's a movie blu ray you can usually play the "index.bdmv" file in a compatible media player e.g. VLC definitely works. MPC-HC / MPC-BE works too, I think(?) MPV can play them too. As well as Jellyfin and Kodi if that's your thing.

    Alternatively browse into the "STREAM" folder, usually the biggest .m2ts file in there is the actual movie or whatever it is you want to play. The above media players can play that directly if preferred.

    For TV series the above usually works too but the episodes are usually split out among multiple .m2ts files so it might be easier just to play them directly in that case.

    8
  • HD-Torrents is Open for Signups
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1mo ago 100%

    Many sites also waive it for seeding torrents 24/7.

    Not sure if it's "many" but I'll take your word for it. I double-checked the trackers I'm at and only 1 of them counts seeding as site/tracker activity. Seems pretty rare for private trackers to allow an account to exist without logging in indefinitely.

    And with HD torrents it’s like once every 30 days

    They have it set to 50 days.

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearOP
    Open Signups brickfrog 1mo ago 70%
    [Closed] HD-Torrents is Open for Signups
    https://hd-torrents.org/account.php

    EDIT: Looks like they closed signups now.

    4
    0
    HD-Torrents is Open for Signups
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1mo ago 100%

    Most private trackers require that you log into their website after x amount of time (usually it's something like at least once every 90 days but you check the tracker's own rules).

    In fact most trackers usually don't bother emailing you to remind you of this rule and will simply disable your account for inactivity.

    4
  • What's the easiest way to host a music colletion (FLAC)?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1mo ago 100%

    Jellyfin should work fine for what you're looking for. I haven't run it on a Pi but it should work on that. You'll be able to play music using the web ui as well as mobile apps if that's your thing. It can also transcode on the fly so if your current browser/device/whatever can't play .flac directly it'll automatically transcode the playback to .mp3 or whatever it needs to be.

    There are some other self hosted music/streaming projects you could take a look at that are much more built out for music playback specifically. Look into Airsonic-Advanced or Navidrome for example - I've been meaning to check them out myself but haven't gotten around to it yet.

    3
  • Are there any decent UK-centric torrent sites? For both films and TV
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1mo ago 100%

    Maybe private trackers? I'm not a member at these but TVCUK and TheEmpire do tend to get mentioned as trackers with that type of content.

    EDIT: TheEmpire apparently does not include UK in their torrents per the other comment.

    6
  • Anonymous Torrenting With I2P.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    1mo ago 100%

    Does p2p over i2p require port forwarding?

    No, you'll torrent fine via I2P without port forwarding. Note that the torrents are running through the I2P network so technically you wouldn't want to open your torrent client to the clearnet anyway. It'd be like purposely introducing a VPN leak in your VPN setup by allowing it traffic outside the VPN (or in this case I2P).

    Been a bit since I've tinkered with torrents over I2P but for a while I was seeding torrents over I2P and would get pretty good seed/upload speeds to other torrent peers. Was mainly testing with i2psnark and BiglyBT.

    Fun fact: Torrent hashes don't change, so that same exact torrent you might download at TPB or wherever would still download within I2P as long as there's someone seeding it there.

    Also see https://geti2p.net/en/faq#ports

    Not exactly what you're asking but you can open a port forward for I2P itself to better communicate with other I2P routers. "routers" in this case usually means other people running I2P.

    1
  • Anyone else having constant trouble with Deluge and brand new torrent releases?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    2mo ago 100%

    I don’t think think I have considered rTorrent before. But this one doesn’t have a remote GUI client the way deluge and transmission allow their UI to connect to a remote daemon, right?

    Correct. You're referring to the thin client, offhand I think it's just Transmission and Deluge that have that. You don't need a thin client for a headless torrent client setup, plenty of people do fine with a web ui. But I get it, if you prefer using a thin client then yeah Deluge or Transmission are your options for that.

    re: Deluge once you have logging enabled it'll be easier to troubleshoot things. Always seemed a bit odd that Deluge doesn't at least enable error/warning logging by default but that's a Deluge thing.

    2
  • Anyone else having constant trouble with Deluge and brand new torrent releases?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    2mo ago 100%

    The behavior isn't normal - Without the error message itself it's hard to say. You're not seeing any tracker errors or anything like that within Deluge right?

    Otherwise shut down Deluge, enable logging, then re-start it. See "Enable Deluge Logging" in https://deluge-torrent.org/troubleshooting

    Maybe you want to set the log level to "error" or "warning", if those don't yield anything new then set it to "info" to log whatever error it is.

    Also maybe update your post with your OS and Deluge / LibTorrent version.

    For what it's worth in the past I've sometimes seen Deluge error on a brand new private tracker torrent, sometimes the private tracker needs a few seconds or a minute to update the tracker and show seeds/etc. - in those random cases Deluge ends up talking to the private tracker before all that & that results in it displaying some error like torrent not found at tracker, I forget exactly what the error was. It's a bit odd since I've never seen rTorrent/ruTorrent have that issue, seemed like a Deluge thing. Been a while since i've dealt with that and can't remember how I fixed it, think it involved having a delay before Deluge attempted to load/start the torrent.

    for headless you get either Deluge or Transmission

    The paid Seedbox providers usually default to rTorrent/ruTorrent for headless torrenting on their Linux based systems. Deluge/Transmission are the alternative clients in those cases.

    Nowadays qBittorrent with webui enabled behaves pretty well on a headless system otherwise qbittorrent-nox is also an option.

    8
  • Where do people post torrents these days?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    2mo ago 100%

    Ah yes I think you're right, good catch. There isn't any distinction between a regular account vs uploader, they just use their skull system to denote "trusted" uploaders.

    1
  • Where do people post torrents these days?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    2mo ago 100%

    I’d like to post some movie and TV show dumps somewhere, particularly that’ll be indexed by Torrentio

    Not a Stemio user but that requirement would limit your options right? https://torrentio.strem.fun/configure

    Based on that your choices are to apply for uploader status at 1337x, ThePirateBay, TorrentGalaxy (if it ever comes back up), or maybe Rutracker if you can deal with the English/Russian translation. Just getting an account at those sites may not be possible but you'll need to try that to achieve what you want. Not sure if they'll give you uploader status if you're just uploading the same movie/tv content they already have.

    If you don't care about Stemio you could try uploading to BitSearch / SolidTorrents, those are DHT crawlers (same database I believe). The admin does allow people to add torrent hashes to the main database there.

    4
  • Does anyone consume scene music?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearBR
    brickfrog
    2mo ago 100%

    You're just referring to scene releases for music right? It's a bit confusing since you're referring to bundles, scene releases can be on their own or in a bundle depending where you get them. Private torrent trackers with scene releases for music have that type of thing e.g. some scene trackers do a 0day bundle of music every 1-2 weeks, some scene trackers do individual torrents of those releases.

    I don't download much music so it's not something I'm well versed in but know it exists. Seems sort of annoying downloading a whole bundle of random music releases when you only care about 1-2 of the releases in the bundle. Then again having individual torrents for each and every music release does tend to lead to lots of dead unseeded torrents later on.

    Interestingly public torrent indexers tend to have other non-scene groups doing music releases. On the FLAC side of things I've seen EICHBAUM and PMEDIA show up a lot and I'm pretty sure those have nothing to do with scene.

    2
  • https://top.lafa.site/

    Official Domains: * https://top.lafa.site

    2
    0
    https://pirateiro.com/

    Official Domains: * https://pirateiro.com Reference/Status: * https://stats.uptimerobot.com/l04z4U1zR8

    3
    0
    https://yourbittorrent.com/

    Official Domains: * https://yourbittorrent.com

    1
    0
    https://glodls.to/

    Official Domains: * https://glodls.to * https://gtdb.to

    2
    0
    https://demonoid.is/

    Official Domains: * https://demonoid.is * https://www.dnoid.pw * https://www.dnoid.to Tor: * http://demonoidevmsgasmojajlhikwetsr4pxzw6xkjt3dgdv6nr5yxvsamid.onion Reference/Status: * https://twitter.com/DemonoidBT

    2
    0
    https://www.torrentdownloads.pro/

    Official Domains: * https://www.torrentdownloads.pro * https://www.torrentdownloads.me * https://www.torrentdownloads.cc

    2
    0
    https://www.limetorrents.lol/

    Official Domains: * https://www.limetorrents.lol * https://limetorrents.co * https://limetor.com * https://www.limetorrents.pro Reference: * https://www.limetorrents.lol * https://www.limetorrents.online/

    2
    0
    https://nnmclub.to/

    Official Domains: * https://nnmclub.to Tor: * http://nnmclub2vvjqzjne6q4rrozkkkdmlvnrcsyes2bbkm7e5ut2aproy4id.onion I2P: * http://nnm-club.i2p Reference: * https://nnmclub.to/forum/viewtopic.php?t=958541 * https://nnmclub.to/forum/viewtopic.php?t=683433

    1
    0
    https://torrentgalaxy.to/

    Official Domains: * https://torrentgalaxy.to * https://torrentgalaxy.mx * https://tgx.rs * https://tgx.sb Tor: * http://galaxy3yrfbwlwo72q3v2wlyjinqr2vejgpkxb22ll5pcpuaxlnqjiid.onion Reference/Status: * https://proxygalaxy.me

    4
    0
    https://rutor.info/

    Official Domains: * https://rutor.info * https://rutor.is Tor: * http://rutor7773fwscdatlqyc5sw3egsmwjkmklafljti5p7o236mveks3rid.onion I2P: * http://tro5tvvtd2qg34naxhvqp4236it36jjaipbda5vnjmggp55navdq.b32.i2p Reference: * https://rutor.info/torrent/472

    2
    0
    https://1337x.to/

    Official Domains: * https://1337x.to * https://1337x.st * https://x1337x.ws * https://x1337x.eu * https://x1337x.se Reference/Status: * https://1337x.to/about * https://1337x-status.org

    7
    0