Skip Navigation
karagarga
  • Cinemaz opens its doors pretty regularly and has quite a bit of rare content.

  • Where is the best place to upload torrents?
  • Bitsearch.to lets you upload anything, and its searched by jackett. Same with the sister site solidtorrents.to. Solid actually has a python plugin for qbittorrent so its even easier to search/discover.

  • Some questions about Soulseek
  • I just want to chime in here to mention its a bit of a pain in the ass to set up soulseek to use a vpn. It needs 2, and unless you use nicotine, you need to have 2 consecutive ports, and afaik theres only one vpn that offers that. You also have to make sure that you allow it through your firewall on both private and public connections. Even after going through all that trouble, some users on soulseek ban VPN IP's. I've only encountered one user doing this so far, and they were a super prick about it.

  • got the disk space and the bandwidth to spare so
  • With video content, most sd copies are very much at risk. DVDRip, VHSRip, VCDRip, VODRip and HDTV/SDTV stuff. In general though, most anything uploaded before 2016 that isn't a yify rip barely has any seeds these days.

  • What torrents should I seed for yarrr
  • Search for DVDRip, filter by upload date and check for ones that aren't well seeded. See if you can find ones that don't have any other rips available, and seed whatever looks at-risk. Godspeed!

  • How to get into private trackers
  • Try searching it on telegram for the one with the deluge icon.

  • How to get into private trackers
  • Theres r/trackersignups and the telegram channel r/opensignups migrated to of the same name.

  • Starfield has been cracked
  • I found an optimized ini file on nexusmods that has the game running real well and still looking pretty good. Good lord though yeah the performance is awful.

  • Pirate Pro
  • Sonarr and Radarr actually take a bit after the initial upload to discover it, autobrr can grab quicker because it relies on the irc announce channel of the tracker.

  • Barbie WEBDl is out with HC korean subs
  • Man, of course AR had to go down yesterday. Had autobrr set up and everything.

    Can't catch a break.

  • Having a hard time settling on a VPN
  • Had no idea they limit new users to 5 ports now. I only singed up a couple months ago, guess I got in just in the nick of time!

  • Japanese content
  • When avistaz opens, they usually also open their sister site animetorrents.me

  • Connecting to Jellyfin on a computer thats using VPN
  • Since mullvad doesn't support port forwarding anymore, you'll want to split tunnel it outside of the vpn. However, if you're considering switching vpn's at all, airvpn has a dynamic dns service (and port forwarding) which you can set up to have a static url for your jellyfin.

    Just be sure to enable the DLNA server and allow remote connections in the jellyfin settings either way.

  • Convert m4p files? (iTunes DRM?)
  • So it seems like if you burn the files to a cd with itunes and re-rip the cd (ideally with something like exact audio copy) you can get a drm free version. There might be a way you could write it to an iso with a virtual cd drive with virtual burning capabilities, which it seems like the 'ultra' version of daemon tools has. Not sure on a free option, other than pirating daemon tools. There probably is a free alternative though.

    That sounds like an insane amount of trouble to go through, so unless you want to do all of that for the experience, just redownload drm-free files with soulseek or something.

  • Can anyone recommend a VPN that has working port forwarding?
  • The really cool thing about airvpn imo is that it has dynamic dns built in, so you can have a relatively stable url to connect to any service you're hosting, like jellyfin or qbittorrent webui to connect to from outside your lan.

  • NSFW
    Trying Soulseek/Nicotine+ for the first time, and I noticed something...
  • Hey man, I don't want to see the internet become sanitized either. I just don't think hate should get dismissed as "the internet being the internet". Also, I hope you don't assume I'm a communist or something, tankies are just Nazis with a red coat of paint.

    Speaking of nazis, my mistake in assuming you were relatively neutral.

  • NSFW
    Trying Soulseek/Nicotine+ for the first time, and I noticed something...
  • Frankly I've grown tired of that attitude towards online things, that toxic and hateful behavior should just be something thats expected on the internet. Granted, I've done my time in places like 4chan and am completely able to tune it out. I shouldn't have to bathe myself in that toxic environment just to be able to participate in an online space though. This blase attitude from the neutral online that "its the internet, what did you expect" is precisely what allows fascist and xenophobic communities to grow and thrive unchallenged. I'm just tired of the bullshit. So tired.

  • Tip for sharing Torrents/Magnets/Infohashes

    Hey folks, I know we like encoding urls with base64 to keep the automated bots off our hindquarters, I figured out a neat little trick. As I'm sure you are aware, you can share a torrent with the infohash only, without the need to have all the formatting of a magnet link.

    The infohash is a 20 byte string represented with hexadecimal, and can be stored as both its ascii string or as just bytes. The interesting thing about base64 is that not only can it be used to encode an ascii string, it can also be used to encode bytes.

    As an example, I'm going to use an archive.org torrent, using cryptii.com as the translator, since it allows me to encode bytes. So, we start with our infohash 62ae55f2329e29f79a8d1ed245c84818b5cf84e9 and we're going to set cryptii to encode to base64, with our input view set to bytes grouped by 'none'. Out of this, we get Yq5V8jKeKfeajR7SRchIGLXPhOk= Simply mirror the process for decoding.

    This produces a base64 string which is actually shorter than the original infohash! This process always seems to produce the = at the end, which does make this unmistakably base64, but if encoded with the base64url standard this will disappear.

    I thought this would probably be useful for the future when infohashes get shared on here, just in case automated bots start looking for infohash sized hexadecimal length strings.

    6