Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

63843 readers
546 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
1751
 
 

Hello based people of lemmy,

I have recently started trying out BSDs as an alternative to Linux and found out that Spotify isn't supported. Before you say try it in a browser this doesn't work as spotify has DRM that doesn't work on BSD OSes.

Now is there a way to stream music similar to Spotify? I know there is a downloader program available.

Furthermore do you know what self-hosted options are available? I already have a basic *arr stack and am always up for convoluted server and Linux hijinks.

1752
 
 

Hi folks, I've often found it cumbersome to manually set the locations of torrents into different subdirectories for organizing things. To aid this, I have written this small program to declaratively add (and seed) torrents.

Hope it helps someone.

1753
 
 

Hi, I'd like to set the sails due to being frustrated with streaming services, but I have some questions beforehand. I hope, you can help me with that, since lurking and reading the Megathread/Wiki didn't really answer my questions. Thanks for your help.

  1. Is just using a fitting VPN (I've read about Mullvad and ProtonVPN in this community) safe enough to not get caught? I'm located in germany, so sharing even as much as a few kB of pirated content can cost me thousands of euros. I want to be really sure, that I won't get letters from some lawyer soon. All, that I've read so far is basically: Setup VPN and your Torrent software, including kill switch and maybe get into private trackers. Thats it. Is this really enough? Can I do more to be safe? What exactly is the risk with public trackers (as they are often mentioned as the "low hanging fruit" for copyright lawyers)?

  2. I've read the post The complete guide to building your personal self hosted server for streaming and ad-blocking, which mentions many tools to setup. I'm sure these help me find and view content. But are there good resources explaining the functionalities of this software? I'm familiar with Docker and I know about Jellyfin, but it is really unclear to me, what exactly all the other tools do.

Big thanks from a long time lurker!

1754
 
 

Any free options available?

1755
 
 

Background: I bought a Blue-ray set that came with a code for the digital copy. This was back before Funimation was acquired. I could go through and rip my discs since Sony seems to be on the verge of nuking my digital copies, but teaching myself yt-dlp seemed more convenient.

Here's are the settings I ended up using with yt-dlp to download digital copies from Funimation. I paste all three of these at the same time into the terminal, but you can paste them one at a time if you want. I'm on Linux and log into Funimation with Firefox, but it should be almost the same for Windows. The URL needs to be changed for each download. I have noticed some downloads stalling, but I if I refresh the pages that lists the episodes, the download resumes.

yt-dlp --cookies-from-browser firefox -F https://www.funimation.com/path-to-episode
yt-dlp --cookies-from-browser firefox --list-subs https://www.funimation.com/path-to-episode
yt-dlp --cookies-from-browser firefox --write-description --write-info-json --write-sub --write-thumbnail --embed-subs -o '~/Path/To/Downloads/Video/Folder/s%(season_number)02de%(episode_number)02d - %(title)s.%(ext)s' https://www.funimation.com/path-to-episode

Here's what each part means:

Line 1:

 -F

Outputs you which versions are available. I have it tell me this, so I can make sure when I run Line 3 the output matches the highest quality listed in the output from Line 1

 --cookies-from-browser firefox

Tells yt-dlp to use the cookies from your browser to authenicate the download since it's only available if you're logged in.

Line 2:

 --list-subs

Tells yt-dlp to list the kinds of subtitles it can find. I have a few episodes that it cannot find any subtitles even though they're avaiable when streaming. It seems like it's something weird with some episodes, and is probably related to this: https://github.com/yt-dlp/yt-dlp/issues/1656

Line 3:

 --write-description

Makes a .description text file with the description metadata in it in the same folder you download to.

 --write-info-json

Makes an .info.json json/text file with all the metadata in it in the same folder you download to.

 --write-sub

Makes an .srt srt/text file with the subtitles in it in the same folder you download to.

 --write-thumbnail

Makes a .jpg image file of the thumbnail artwork for the episode in the same folder you download to.

 --embed-subs

Embeds the subtitles in the downloaded video file.

 -o '~/Path/To/Downloads/Video/Folder/s%(season_number)02de%(episode_number)02d - %(title)s.%(ext)s'

Specifies the download path, and formats the filename as: s##e## - Episode Title.mp4

Hope this helps someone. I realize you could skip all this hassle and just pirate it somewhere, but I'm not sure where to find this specific release other than the digital copy on Funimation.

1756
 
 

I'm looking to test out Windows, but I don't want to download it without my VPN. I'm trying to use it in a virtual machine with GPU passthrough so I can play all my games. I also obviously don't want to pay for a copy. TIA!

1757
1758
 
 

The problem: My download is fine but seeding is very slow and intermittent even for popular torrents. I think this could be improved using IPv6 via 6to4. 6in4 or 6rd, all of which are supported by my router, to discover more peers.

My ISP allowed me to forward the port so I am discoverable via IPv4, but doesn't support IPv6 and I understand the aforementioned technologies as a way to connect to a tunnel broker, which would forward my packets to the IPv6 internet.

However, they are another entity that can monitor my internet activity. Are there any, preferrably free, 6in4/6to4/6rd tunnel providers that are known to be torrent-friendly? Are there any firewall rules I should set up for my security, like only allowing IPv6 traffic to the qBittorrent port? My ISP doesn't care about torrenting so I haven't been using any kind of VPN. Should I?

Oddly enough, I have no problems seeding on a specifically Central European torrent tracker, which usually maxes out my measly 2 Mb/s DSL upload, but the dozens of peers at international trackers, some of which must be in Europe, barely leech data from me. Am I presumed to be slow because of a slow ping from the presumably American server, or is my disqualification from IPv6 so impactful? I find it strange as I can download from 20+ peers simultaneously and top out my 20 Mb/s plan.

1759
 
 

It's not only a glossary, it allows you to tailor *arr stack to your 'needs'

1760
 
 

Looking into self hosting for this and this seems to be the top answer on the googles but, then again, the googles are shit now so i figured id ask you folk.

1761
 
 

Hi all 👋

I'm looking for some help locating large packs/collections of crossword puzzles (in my case for use with the Shortyz/Forkyz Android app) pretty please (sob story below if you're interested). I promise I'm not trying to be lazy (though it's possible, as my mum would say, that I'm having a boy's look), but I've looked around on archive.org, all my usual pirate sources (the generals and MAM have a bunch of books in PDF/ePub and the like, but nothing in machine-readable format), Forkyz list of sources, and ofc Google, and come up I feel surprisingly empty.

Anyway, thank you in advance to everyone 💙

NB: This is an edited-for-context cross-post from here. Please remove if not appropriate 👍

<sob-story> Dad's in palliative care and my step-mum is getting a bit bored with her Sudoku puzzles, which of course I've had no trouble providing lol. </sob-story>

1762
 
 

While we can be pretty confident that Reddit has its own motivations (i.e. self-interest) for fighting these lawsuits, this is still a good news story for pirates.

1763
1764
 
 

I've been looking for the Chinese film No More Bets and the Latin American show Rey Mysterio vs The Darkness that's only available on HBO Max Latin America but no tracker or streaming site has either one of them

1765
 
 

This is crosspost from animepiracy

1766
 
 

How long is “forever”? When it comes to digital media, forever could be as close as a couple of months away.

Funimation, a Sony-owned streaming service for anime, recently announced that subscribers' digital libraries on the platform will be unavailable after April 2. For years, Funimation had been telling subscribers that they could keep streaming these digital copies of purchased movies and shows, but qualifying it: “forever, but there are some restrictions.”

1767
 
 

I seem to be completely unable to install qBittorrent as it force closes with no error message when I try to accept the license agreement. So far I have tried turning off the firewall, making an exception for it in Windows defender, disabling reputation based protection, and of course reboots, but nothing works.

I've seen other posts of people with the same issue on other forums but none of them had any solutions. Has anyone experienced this? How does one actually install this program?

1768
 
 

I have been out of the Piracy game for almost a decade so im starting over.

Anyone know of good resources for "old" American TV shows? Late 90's to mid 2000's.

None for the sites I tried in the mega thread had anything.

1769
 
 

There's a file-sharing app using I2P that's been revived. It's currently not under active development, but it is fully functional as-is.

As always, be careful with unknown programs. I take no responsibility for anything related to the program.

The file can be downloaded from within I2P, or here: https://ufile.io/y1uecxev

If you want to know more about I2P technology and anonymous overlay networks, go to https://geti2p.net/en/

1770
 
 

Hello fellow pirates! I'm tired of having all the telegram premium ads and antifeatures in the client and I'm looking for a client that removed them even if it's against the TOS. Any tips? I'd rather use an actual open source fork than a cracked version of the original

I'm looking for both Android and Desktop (Linux)

What I want is to remove the hateful ads in the channels and the "buy premium to unlock these emojis", and also to be able to arrange the folders in whatever order I like, without being forced to keep the "All messages" as first

thanks in advance!

1771
 
 

American nonprofit OCLC is known globally for its leading database of bibliographic records, WorldCat. A few months ago, many of these records were posted publicly by the shadow library search engine, Anna's Archive. OCLC believes that this is the result of a year-long hack and, with a lawsuit filed at an Ohio federal court, it demands damages.

WorldCat Sues Anna’s Archive

It is no secret that publishers fiercely oppose the search engine’s stated goals. The same also applies to OCLC, which has now elevated its concerns into a full-blown lawsuit, filed this month at a federal court in Ohio.

The complaint accuses Washington citizen Maria Dolores Anasztasia Matienzo and several “John Does” of operating the search engine and scraping WorldCat data. The scraping is equated to a cyberattack by OCLC and started around the time Anna’s Archive launched.

“Beginning in the fall of 2022, OCLC began experiencing cyberattacks on WorldCat.org and OCLC’s servers that significantly affected the speed and operations of WorldCat.org, other OCLC products and services, and OCLC’s servers and network infrastructure,” OCLC’s complaint notes.

“These attacks continued throughout the following year, forcing OCLC to devote significant time and resources toward non-routine network infrastructure enhancements, maintenance, and troubleshooting.”

The non-profit says that it spent roughly $68 million over the past two years developing and enhancing WorldCat records, which are an essential part of its operation. Having a copy of the data publicly available through Anna’s Archive is a direct threat to its business.

OCLC claims that Anna’s Archive unmasked itself as the “perpetrator of the attacks on WorldCat.org” when it publicly announced its scraping effort. This includes a detailed blog post the operators published on the matter, encouraging the public to use the scraped data.

In addition to harvesting data from WorldCat.org, the defendants are also accused of obtaining and using credentials of a member library to access WorldCat Discovery Services. This opened the door to yet more detailed records that are not available on WorldCat.org.

OCLC says that it spent significant time and resources to address the ‘attacks’ on its systems.

“These hacking attacks materially affected OCLC’s production systems and servers, requiring around-the-clock efforts from November 2022 to March 2023 to attempt to limit service outages and maintain the production systems’ performance for customers.

“To respond to these ongoing attacks, OCLC spent over 1.4 million dollars on its systems’ infrastructure and devoted nearly 10,000 employee hours to the same,” the complaint adds.

1772
41
submitted 2 years ago* (last edited 2 years ago) by Landless2029@lemmy.world to c/piracy@lemmy.dbzer0.com
 
 

Apologies if this is the wrong instance for this.

Is there a best option for HTPC streaming solutions besides throwing Linux on an old desktop? Plugging in a desktop for streaming doesn't work too well for wall mounted televisions. My options are mini PCs or a 3rd party streaming stick. Even a RasPi stick running OSMC should do the trick.

These 3rd party sticks online are extremely tempting for power and features but I'm concerned about embedded malware. Best option would be to wipe it and load OSMCor raspbian to ensure its clean. Anyone have experience with this?

Care to share your setup?

$14.41 | DQ06 ATV Mini TV Stick Android12 Allwinner H618 Quad Core Cortex A53 Support 8K Video 4K Wifi6 BT Voice Remote Smart TV Box | Link

Runner up: $12.90 | Orange Pi Zero 2 W 1GB RAM DDR4 Mini PC Allwinner H618 Orange Pi Zero 2W WiFi Bluetooth SBC Single Board Computer Zero2W | Link


Update: My ideal solution would be $20-$50 for a replacement to several fire sticks in my home. For a solution around $100 I'd just go with a old refurbished mini pc from ebay/amazon and throw full Linux on it.

Setting up Kodi via the linux OSMC distro or even Android TV both work. Might stream games with steam link. Eventually going to setup jellyfin in my home

Current Plan: Get a mini pc and mount it behind / near my television. Ideally I would prefer just a stick for a cleaner / cheaper solution.

$100 MiniPC - HP EliteDesk 800 65W G2 Business Mini PC Desktop Computer/Intel Quad-Core i5-6500T up to 3.1GHz/ 8GB DDR4 RAM/ 256GB SSD/WiFi/Bluetooth/USB 3.0/ Windows 10 Professional OS(Renewed) | Amazon

Photo of mini pc mounted behind a TV.pulled from amazon reviewer

Update2:

Finally researched about the Orange Pi (rasp alternative) and the darn thing comes with full hdmi! Orange Pi 3B Full HDMI and SD / eMMC / M2 (sata3) slots!

Orange Pi 3B 4GB RAM Rockchip RK3566 Mini PC Quad-Core 64-bit WiFi+BLE Gigabit Run Android Linux OpenHarmony OS SBC Single Board https://www.aliexpress.us/item/3256805733558464.html

1773
 
 

Having a hard time finding high quality stuff, only stuff I was able to find is generic trash that doesn't work well. Please someone direct me to mockups with multiple shots/angles and with high production value.

1774
 
 

Does anyone know if Defacto2 is legit? I've never heard one of those sites before they preserve all NFOs and cracktros.

1775
 
 

The images on the left don't seem to be loading and all I'm seeing weird 'bouncing' or glitching that sometimes extends to the torrents in the middle of the page too.

It's been like that for hours on my end.

view more: ‹ prev next ›