Reddit Piracy
2.06K subscribers
8.36K photos
230 videos
1 file
37.6K links
Download Telegram
A passionate developer's perspective on pirating games
https://redd.it/evxbhn
@redditpiracy
A couple of weeks ago I started replacing x264 encoded TV series with x265. It's now my default for all new downloads with Sonarr. Quite the disk savings so far and quality is excellent. Will do movies soon.
https://redd.it/evy4po
@redditpiracy
MacOS or Linux for Torrenting

Hello guys!

​

What is best use MacOS ( Apple devices laptop or imac ) or Linux?

I always use private trackers, downloading, seeding...etc.

also with VPN. 24/7 long time....

​

Thanks.

https://redd.it/evzkhb
@redditpiracy
Is it possible to pirate a code for a website that I would normally only be able to get through the purchase of a 300$ textbook?

I am taking Spanish for college and the professor is requiring us to purchase a textbook, whatever I will just use Lib-G right? no... the textbook contains a code upon purchase to access a site that we need to do our homework on. I cannot afford the book but I need the class due to the fact that I am minoring n Spanish, can anyone help me?

https://redd.it/ew0hgg
@redditpiracy
Some idiot put "V.O." at the end of a torrent folder name - it can't be deleted from the directory it was downloaded to

If anybody has encountered *Miami Vice - Season; 1 - Series; 1-22 (22) [1984 , USA, action, thriller, drama, 12 DVD5] V.O.* this root folder, on my PC cannot be deleted. I'm assuming because of the double full stops at the end, otherwise it's too long a file name or a combination of both that Windows 10 x64 shits itself at.

https://i.imgur.com/eZb0nfs.jpg

As you can see I found an upgrade located just below the problem folder. I've looked up the error code, even on Micro$oft's website it doesn't show a solution pertaining to my specific problem. It addresses other basic ones. This seems more advanced of a problem. Ridiculous

In 2020 this stuff is still happening. I just don't understand. Please help. Not sure where else to look. Cheers.

https://redd.it/ew0oih
@redditpiracy
How safe is Plex?

I'm planning on having plex installed on my computer to stream stuff around, but am a bit concerned over security.

I don't really get the tech behind it, other than the fact that it basically turn my comp into a cloud server for other devices to access. Is this safe to use? Will it make my network/comp vulnerable to other people?

Sorry if this sound dumb. I'm a dinosaur when it comes to things like this.

https://redd.it/ew0vg3
@redditpiracy
Raven - a piracy blog

I finished the blog I was planning for a while. It doesn't have posts yet but anyone willing to write a guide or anything is most welcome. It will be a community driven blog (if it will ever be anything).

https://github.com/maximousblk/raven/

Feedback is much appreciated. It is also a PWA so people can install it on whatever device they want for quick access.

https://redd.it/ew27jc
@redditpiracy
Pocket Schedule Planner

Anyone know where I can get premium version of the pocket schedule planner app? Tweak box isn’t working and all the other 3rd party apps I’ve tried haven’t had it.

https://redd.it/ew1jvd
@redditpiracy
Are there any public GDrive libraries for cracked Softwares, Games, Movie etc?

Torrent is blocked by my provider, can't be bypass using free VPN service. Is there any GDrive folders library out there?

https://redd.it/ew3p9m
@redditpiracy
Playon recordibg youtube videos

I didnt realize this until earlier yesterday but i was so frustrated with trying to get movies i purchased on youtube.every downloader i tried didnt work because the drm would catch my download attempt and not let me download.so on a whim i opened up playon signed into youtube and from there i opened up my previously watched purchased movie and hit record.i have managed to get three or four undownloadable purchased movies to record as a screen recording.

https://redd.it/ew4a7b
@redditpiracy
trying to download a .m3u8 playlist

ive been trying to download a film called Cafe (2011) and I have found it to stream online. I have found the .m3u8 playlist does anyone know how to download it to mp4?

https://redd.it/ew5ci8
@redditpiracy
Kodi supports dts track ?

Does kodi support dts track?. In codec info kodi shows dts sound to dca. Does kodi play dts track or they convert to standard track ?

https://redd.it/ew63no
@redditpiracy
Dockerized Spotify downloader with metadata

Here's a Spotify playlist downloader that runs in a Docker container. It works by creating a Spotify playback device with [spotifyd](https://github.com/Spotifyd/spotifyd) and recording the audio with a pulseaudio loopback and ffmpeg.

After you've downloaded your playlist, there's a utility to insert metadata such as cover art and artists into the recordings, which are `.flac` files. The audio is premium quality and controlled by [spotifyd](https://github.com/Spotifyd/spotifyd). In this project, the bit rate defaults to 320. Using this utility requires a Spotify Web API account.

This method requires a Spotify premium account, but it works under the free trial. There are instructions to getting as many free trials as you want in the `README.md`.

Disclaimer: This project was created for technical people.

Here is a link to the repository: https://gitlab.com/argvMatey/dockerized-spotify-downloader

You can find the `README.md` pasted below.

___
___

# dockerized-spotify-downloader
Here is a self hosted solution to download Spotify playlists in a Docker container silently spinning in the background.
This method requires a user to use Spotify to switch playback to this downloader's device and start the playlist. After
that you must wait for the playlist to finish. Optionally, you can grab the metadata from Spotify and automatically
insert it into the audio files. The bitrate is customizable, it defaults to 320. This project should work as long as
[spotifyd](https://github.com/Spotifyd/spotifyd) works.

Disclaimer: this is a guide only for technical people.

## Prerequisites
* A Linux machine that runs: [Docker](https://www.docker.com/) with sufficient disk space.
* An internet connection good enough to stream audio from Spotify.
* A Spotify premium account. (Free trial instructions below.)
* Optional: Spotify API `Client ID` and `Client Secret` (for metadata).

## Quick start
**1** Edit the `start.sh` and `metadata/start.sh` files to set the environment variables.

**2** Run these commands to start the Spotify device:
```bash
user@host:~/dockerized-spotify-downloader ./build.sh
```
If this kicks back `Error response from daemon: Pool overlaps with other one on this address space`, then you likely
either have a VPN that should be temporarily disabled to create a new Docker network *OR* you need to choose another IP
block because there is an overlapping Docker network.
```bash
user@host:~/dockerized-spotify-downloader ./start.sh
```
You'll need to use `docker-compose down` to clean up before using the container again because the way it shuts down is
messy.

**3** Make sure repeat is not on and start the playlist on the device whose name you set in `setup.sh`.

**4** Wait for the playlist to complete. If you started it in a web browser, you can close that now. (Other starting methods not tested.) The container will exit on playback stop.

**5** (Optional) Change the owner of the audio files if your user isn't a member of a group allowed to use Docker.

**6** (Optional) Run these commands to put album art and other metadata in the audio files:
```bash
user@host:~/dockerized-spotify-downloader cd metadata && ./build.sh && cd ..
user@host:~/dockerized-spotify-downloader/metadata$ ./metadata/start.sh
```
The working dir needs to contain the `volume` dir with the audio files in it.

**7** Grab the `.flac` files from the `~/dockerized-spotify-downloader/volume` directory. If you don't like `.flac` files, use [ffmpeg](https://www.ffmpeg.org/) to convert them.

## Environment variables
`start.sh`:
* `export DEVICE_NAME=` The name you want the Spotify device to be.
* `export PASSWORD=` Your Spotify premium account password.
* `export USERNAME=` Your Spotify premium account username. This is different from your display name. Find it in your `Account overview`.

`metadata/start.sh`
* `export PLAYLIST_ID=` The playlist ID. You can find this in the URL link to the playlist.
* `export SPOTIFY_ID=` Your Spotify developer `Client ID`.
* `export SPOTIFY_SECRET=` Your Spotify developer `Client Secr
et`.

## Getting a free Spotify premium trial
Clear all your cookies or use a private browser. Sign up for a Spotify account using a new disassociated email. After
this, there should be an option to have 30 days of free premium membership. Sign up for this, when they ask for a credit
card, use a service that creates a temporary credit card like [privacy.com](https://privacy.com) and allocate $1. Save
that username and password. Validate the email. Create a Spotify developer account and application under this account.
Remember to cancel Spotify premium before the end of the 30 trial.

___

## How to improve this project
* Remove user interaction by passing the playlist to the program and have the playlist auto start on container startup. See [this GitHub issue](https://github.com/Spotifyd/spotifyd/issues/78) or the Spotify Web API.
* Record the audio from `spotifyd` directly by using `--pipe` instead of a pulseaudio loopback. See [this GitHub issue](https://github.com/Spotifyd/spotifyd/issues/78).
* Implement a cleaner way to stop the container.

___

## Privacy
Everything in this project is open source and can be manually verified. However, to stay private, make sure to use a
reputable paid VPN service, follow best web browser privacy practices, and don't include have anything that can link
back to you. If you want a playlist, it may be best to recreate the playlist in the new disassociated account, with some
different songs and split into multiple playlists. This project is for private use only. Be wary of sharing any
downloaded songs, it's trivial for Spotify to add near invisible and unique trackers to every song determine where any
song came from.

___
___

Again, here is a link to the repository: https://gitlab.com/argvMatey/dockerized-spotify-downloader

https://redd.it/ew5cus
@redditpiracy
I am looking for graphic design ressources

Idk if there is a "blkmarket" but a zip with ressources would be amazing. If you know what I‘m talking about please pm me.

https://redd.it/ew85tw
@redditpiracy
Anyone knows who made these releases?
https://redd.it/ew9qst
@redditpiracy
[Wii u] None of the DLC'S work

Hey. I was downloading few games on my wii u with wup installer gx2 and I've noticed that when I launch game with dlc I get error where it says that I have to uninstall dlc from Wii U. I noticed that only happens when I launch game after turning console off and on after installation

https://redd.it/ewahzr
@redditpiracy
I searched for a new version of IDM on PirateBay and I'm so confused about the results...

​

[So if you look at what comes up, the first item at the top of the list is a version 7.00 of IDM that was uploaded TODAY. It's clear that this is some kind of virus or malware because it has no comments, was uploaded TODAY and also, there exists no such version of IDM yet the latest release is 6.36. There are several that have been uploaded today somehow and I consider them all to be malware\/viruses. I would never install or run such a suspicious download but I'm just curious as to how these get here. Was this a real actual file that was really uploaded today by an actual person who named it this particular fake name or are these kinds of malware randomly generated by some kind of computer or algorithm or something where the name of the file is generated based on the search terms you enter?](https://preview.redd.it/0ognjlla3zd41.png?width=1920&format=png&auto=webp&s=fd57de4d776ed4d207d2f3ac8e05f298d6906bdb)

https://redd.it/ewbh5m
@redditpiracy