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

64175 readers
458 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
2276
 
 

I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.

The DJ is also not a great help because they'll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I'll often hear a track that I'm not likely to hear again or may forget by the time it's officially available and/or recognisable.

So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?

I really like a techno track from the following stream: https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/

It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).

Alternatively, if you can make sense of what the DJ says around the 36 minute mark I'd really appreciate the clarification :) !

thanks

2277
 
 

I was wondering where you can download modern arcade games from use with TeknoParrot I am looking for the arcade version of taiko no tatsujin

Thanks

2278
2279
 
 

Hey, so I had a gluetun container running with docker and a NordVPN Wireguard setup. It was working for months and all of a sudden I want to say in October, it just stopped working and I have no way to get my Wireguard info from Nord.

Has anybody else faced this issue?

2280
 
 

[Resolved, thanks!]

Weird, but I just got two copyright notices from my ISP. I always use a paid VPN (Proton). How'd they see me?

I did accidentally open qBitTorrent before connecting to the VPN yesterday, but immediately exited the program before anything loaded. Is that enough time to get two strikes? One was for seeding TNG S03 and the other for TNG S05 lol.

What confuses me is that that happened yesterday, but the email lists the day prior as the time of offense.

So I guess it's time to set up a kill switch or make sure the qBitTorrent wont open without Proton connected. If anyone has a guide for that send a link my way.... thanks.

2281
 
 

Hello Sailors,

So sadly my family still insists on using Netflix(for now), and with their recent restrictions you can only have one active TV at the time, unless the TVs are in the same home. So this had me question, what happens if all TVs are put on the same tailnet(or same subnet for that sake), would that be able to "trick" the netflix system? Has anyone tried this? Or do we already know that it wouldnt work?

(I am working on setting up the full arr stack)

2282
 
 

I'm looking for a free GUI that can download a YouTube channel in a particular language (i.e. Japanese) with it's associated English subtitles preferably in SRT format.

I used 4K Video Downloader which worked fine for the "old" YT even though it was limited and I had to uninstall and reinstall a few times I got exactly what I wanted.

Then Google in all their stupidity decided to put all streams for a single video together so I can't get what I want from 4K without downloading the video and then splitting the stream some way and downloading the Japanese audio to go with it.

Can anyone give me a simpler alternative to what I'm trying to do? I would appreciate any constructive input. Thanks!

2283
 
 

geteilt von: https://derp.foo/post/384106

There is a discussion on Hacker News, but feel free to comment here as well.

2284
 
 

I know this is not a Christian community, but I recently discovered Tachiyomi looking for alternatives to Saikou and a good alternative to read manga (which I don't do much, but it makes me curious) is Tachiyomi and although installing extensions is really simple the vast majority have NSFW content (or hentai?) and Jesus, I want to look for Pokemon manga and if I install extensions randomly I end up finding things I'd rather not have seen before, and many SFW extensions "don't work" or give an error that something went wrong.

2285
 
 

Not to start a war, but I think the place here is better for free discussion of games piracy. the lemmy community they site on their subreddit is literally dead, has just one or two posts. It would have been good if a rival community to r/piratedgames appears here on dbzer0 too, I mean r/piracy is still there, but this place is better, right ?

2286
 
 

The reason I gave up on MP3's and subscribed to Spotify was because Spotify was easy. I've been listening "Iron Maiden - Empire of the Clouds" song every day and like a week ago, its removed. This was the last straw for me. Right now I'm trying to find "Stremio" of the music world. Can someone assist?

Key features I'm looking for:

  • Synchronization between devices
  • Offline play
  • Playlist support
  • Both desktop and mobile apps
  • Wide music library (optional if I will upload music)
  • Lyrics (optional)

Update: thanks to everyone who shared their solutions 🙏

2287
2288
 
 

Today I found a video series that I was datahoarding... I know...

Anyway, I found this old reddit post from 3 years ago on how to download from Brightcove. So I thought I would repost this here for posterity.

Here's the post below with some small revisions from 3 years ago by u/publiusvaleri_us

I had a short video that I wanted to try to download, but the brightcove style seems to be hard to parse. I was wondering if there's a way to find out the actual URL to do the download, and I started on a hunch.

Of course I visited the webpage with the video and let it play. In Firefox, I use Web Developer Tools, then I selected the Network tab. It listed a lot of the streams of the video (mp2t) that appeared to be a form of streaming. The secret is to look for a file type of "x-mpegurl" which is the key to feeding youtube-dl the correct video URL.

I found this step was made easier by uBlock Origin (I only had to look for the red blocked packets)

Here is my command: (You must use ffmpeg, because of the multiple streams)

youtube-dl --prefer-ffmpeg --ffmpeg-location ..\ffmpeg\bin --restrict-filenames [URL FROM Web Developer Tools->Network.]

The only problem I found out is that some of the x-mpegurl files produce an end result without sound. They were combined in ffmpeg as render-render.mp4. But I found another one that downloaded to a slightly larger file, and it was called "master-master.mp4" when it was done. That video has sound. So if you examine your URL possibilities, look for the word "master" somewhere in it.

...BLAH-BLAH/master.m3u8?fastly_token=BLAH,BLAH

Let me know if anyone has questions or needs a few pointers. I'm surprised I figured it out without a lot of problems. When youtube-dl gave me the error for the main URL, I figured one of you guys knew all about how to do this... turns out that I do.... shocked emoji.

2289
 
 

The spotify app keeps getting worse by the week. At this point it won't load my saved song list at all when I'm offline. While writing this, it just crashed in the background.

So I've finally had enough and started looking for a ripper to use a different player app.

But try and google for one and you'll be surprised, the only reasonable results are github repos from 5 years ago and before you find one of those, you get a bunch of AI generated trash and some paid services whose websites also look very AI-generated.

Are there any proper ways to do this? Alternative spotify apps exist (though they don't seem to be very usable yet) so I'm sure there's a way to get something from the API, even if it means I need to register for API access.

2290
 
 

Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can't seem to figure out.

When Qbittorrent is running, I can't load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.

From the server I ran a curl to the tracker URLs and confirmed they were not loading.

Pcap shows the TLS hello go out, but no response from the server.

Once I kill the qbittorrent process, everything works.

Wondering if anyone has any ideas or has seen this issue before.

Things I've tried:

  • Disabled ipv6
  • Changed Qbit UI port
  • Paused Torrents
  • re-installed openssl
  • rebooted about 150 times and counting

Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi

Appreciate any ideas!

Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!

2291
 
 

I dream of a program suite like [Overseer+Jacket+Sonaar+Plex] which would search, download and organize a video game library.

Does one already exist?

2292
 
 

Recently learned about this stuff on a Lemmy World post and I thought I'd move the conversation here since they've been fussy about DB0 in the past.

I'm really just a common seaman when it comes to the high seas. I just use Proton and qBit and whichever website is supposed to be safe and active nowdays (currently Torrent Galaxy?). I just download from the magnet link to qBit and save it on my drive. I don't know much about torrent streaming or ports or networks or anything IT might ask me to check beyond "plug it in".

But for some shows I've only been able to find single episodes, not full seasons, so when I heard about something that compiles stuff for me, it seemed convenient. I'd be curious to learn more. Unfortunately the websites for these services don't really offer any explanation to new users and laymen, so I got a bit lost. Thought I'd ask here rather than venture into their forums where they already don't seem to welcome idiots like me.

So... what the heck is Sonarr and how do I use it?

2293
 
 

Running Docker-ized qBittorrent v4.6.0. 64-bit on Ubuntu 23.10. Seeding 29 torrents, Leeching 0 torrents.

According to Glances, it's using 18 Gigs of memory which seems high. I just wonder if maybe I have a setting somewhere that is problematic? Or is this typical behavior?

2294
 
 

I guess this settles it for me. What VPN should I go for?

2295
 
 

For anyone wondering, they uploaded Anime soundtracks, openings & ending singles and an assortment of other Japanese related music.

2296
 
 

Sorry to link to YouTube for this, but it's just such a great example of actual humor from the decades where it was allowed to joke about it.

2297
 
 

Specifically I'm looking for hiking maps, such as Backroads Mapbooks

Or potentially premium navigation software

Any suggestions where I could look for such things?

2298
 
 

Like how https://hacks.guide/ has tutorials for nintendo consoles, there should be one for piracy

2299
 
 

I know this is probably very specific, but does anyone know where I could get the Les Mills or Apple Fitness videos?

2300
view more: ‹ prev next ›