Is there still any way to rip Deezer playlists?
I used to use the Freezer, but now it has been discontinued
https://redd.it/16w530q
@redditpiracy
what apps do you use for reading books on the phone?
I use andriod and wanted to know if either a website archive to find a lot of books ?
I have seen Annas archive and ReadEra recomanded
​
https://redd.it/16vzd14
@redditpiracy
Those of you who rip/copy DVDs and Blu-rays, where do you source discs?
I sourced a lot of stuff from DVD Netflix. They are officially shut down now. My local library has a lot of DVDs and quite a bit on Blu-ray; but most of the time their discs are so abused that they won't play or rip successfully. If I report it as damaged, I end up getting the same disc again next time I rent it. Redbox is basically useless as they haven't had a new movie on DVD/BD since about mid-August.
Should I just get a VPN and start torrenting remuxes instead?
https://redd.it/16vwnxq
@redditpiracy
Illegally sampled that piracy advert
https://redd.it/16vvm7k
@redditpiracy
Star Wars VCD collection
I know this isn’t technically the correct forum for this question, but its for pirating and the VCD reddit is not really active. This may seem stupid, but I am trying to create ISOs of the original trilogy official VCD releases. I tried to find them online, and couldn’t, so I just bought them. I can out figure out how to rip them though. I also got the prequel trilogy and they ripped without issue. All of the original trilogy discs run into errors 10 or so minutes into trying to rip it. All 3 movies at around the same time. They all play perfectly fine so its not a damage issue. Ive tried all the programs i could think of. Older ones like ultimate vcd ripper, and current ones like imgburn and alcohol 120%. I have tried to both rip the ISO and just rip the movie. Errors on both. Not sure if it is because they were some of the last official VCD releases in the US and had better security than previous ones, that no one bothered to crack because it was a dead format. I also tries to just screen record it, but it has what looks like the old VHS security where the picture is messed up. Any help is appreciated, i know this seems stupid, but its Star Wars.
https://redd.it/16vud8d
@redditpiracy
Reddit and youtube bypassing uBlock?
Reddit and youtube starting to bypass my uBlock Origin and PrivacyBadger now and is showing ads between posts. Is there a way to make it stop
https://redd.it/16vntbd
@redditpiracy
How Bad is it?
Please update all your web browsers - (Chrome, Firefox, Brave, Edge, Tor, Opera, Vivaldi etc.) and apps which use chromium / electron ASAP. You are highly prone to cyber attacks otherwise. No joke. List of apps which use electron. Read more about this yourself as you there might be a need to update operating systems and other apps as well. I myself need to read into this but thought to warn you all first.
For more info:
- Article I
- Article II
- Article III
https://redd.it/16vk6ie
@redditpiracy
Little (ugly) script for people that want to mass sync all their Bazarr subtitles
So, I read in this thread that this functionality won't be included in Bazarr, which honestly, is reasonable.
https://bazarr.featureupvote.com/suggestions/172013/mass-sync-all-subtitles
​
I didn't configure auto-sync by accident and now I have a bunch of movies and series that aren't synced. Created this script to solve my issue and I'm sharing it in case anyone is trapped in the manual sync hell. In case anything goes wrong with the execution, the subs that have already been synced will be saved in a /tmp file, so make sure the process has access to it.
​
The script is obviously super ugly, I did it in less than 20m and will probably run it just once, so please don't judge me xD. I'm literally just running it for the first time, so it may have issues, but at least it will give you the base in case any change is needed. I'll edit the post if it fails:
import requests
import pickle
import os
SETFILE="/tmp/bazarr"
BAZARRURL="http://localhost:6767"
HEADERS = {
'accept': 'application/json',
'X-API-KEY': os.environ.get('BAZARRAPIKEY')
}
def syncmovies(state):
movies = getmedia("movies")
for m in movies:
syncmedia(m, "radarrId", "movie", state)
def syncseries(state):
series = getmedia("series")
for s in series:
episodes = getepisodes(s'sonarrSeriesId')
for e in episodes:
syncmedia(e, "sonarrEpisodeId", "episode", state)
def getmedia(mediatype, start="0", length="-1"):
params = {
'start': start,
'length': length
}
response = requests.get(f"{BAZARRURL}/api/{mediatype}", params=params, headers=HEADERS)
if response.ok:
return response.json()['data']
else:
raise Exception(f"Error fetching series: {response}")
def getepisodes(seriesid, start="0", length="-1"):
params = {
'seriesid[]': seriesid
}
response = requests.get(f"{BAZARRURL}/api/episodes", params=params, headers=HEADERS)
if response.ok:
return response.json()['data']
else:
raise Exception(f"Error fetching episodes: {response}")
def syncmedia(media, idkey, mediatype, state):
for s in media'subtitles':
syncsubtitle(media[idkey], s, mediatype, state)
def syncsubtitle(id, subtitle, mediatype, state):
path = subtitle['path']
if path in state:
print(f"Already synced: {path}")
return
print(f"Syncing: {id} {mediatype} {subtitle}")
params = {
'id': id,
'language': subtitle'code2',
'path': path,
'forced': subtitle'forced',
'hi': subtitle'hi',
'type': mediatype,
'action': 'sync',
}
response = requests.patch(f"{BAZARRURL}/api/subtitles", params=params, headers=HEADERS)
if response.ok:
state.add(path)
return response
else:
raise Exception(f"Error syncing subtitles: {response}")
def loadset(filepath):
try:
with open(filepath, 'rb') as file:
loadedset = pickle.load(file)
return loadedset
except FileNotFoundError:
return set()
def saveset(data, filepath):
with open(filepath, 'wb') as file:
pickle.dump(data, file)
def main():
state = loadset(SETFILE)
try:
syncseries(state)
syncmovies(state)
finally:
saveset(state, SETFILE)
main()
​
https://redd.it/16vlonh
@redditpiracy
Streaming video piracy on the rise because of price hikes.
"Streaming video piracy is on the rise again, according to a new study, in apparent response to growing subscription costs for services like Netflix and Disney+"
https://9to5mac.com/2023/09/25/streaming-video-piracy/
https://redd.it/16vhkhs
@redditpiracy
when would it be safe to try torrenting again after receiving an isp warning
So a few months ago I tried torrenting and somewhere along that line I must have made a mistake and I ended up getting an ISP warning from my provider, I have since learned the proper ways to torrent but I don't know when it would be safe if it would be at all to try again.
https://redd.it/16vfql0
@redditpiracy
Saikou - the best Anime streaming app on Android - got DMCA'd
​
Even the Discord and Buymeacoffee page got taken down.
https://redd.it/16v4gwn
@redditpiracy
Australian government releases handy list of sites to get media from (in between legal dribble
https://www.judgments.fedcourt.gov.au/judgments/Judgments/fca/single/2023/2023fca1167
https://redd.it/16v7hl2
@redditpiracy
New CAKES nfo just dropped. Are they back?!!!
https://redd.it/16v7jvg
@redditpiracy
Youtube Membership Bypass/Pirate?
I saw that there were posts about this dating back to a year to three, but nobody figured out a way to get around this. I was wondering if there was now. I may or may not only want to watch one video that may or may not be behind that membership paywall, and I may or may not want to download it. For the life of me though I can't find it anywhere else.
https://redd.it/16v2jxn
@redditpiracy
China dev fined 3 yrs’ salary for VPN use
https://www.tradingview.com/news/cointelegraph:0e944ca06094b:0-china-dev-fined-3-yrs-salary-for-vpn-use-10m-e-cny-airdrop-asia-express/
https://redd.it/16w3a0a
@redditpiracy
DLSS/AMD Frame Generation for rtx 2070 mobile
Hey guys,
Just saw the big news about AMD FSR 3 Frame Gen release and it got me excited, as well as left me wondering. Since it is possible to have frame gen technology in any card right now by using AMD FSR 3, is it possible to crack/mod DLSS's Frame Gen for RTX cards other than 40 series? If for sure not, could somebody explain what exactly stops us from having it available for any Nvidia card other than greedy marketing?
That would be all, thanks!
https://redd.it/16w2a61
@redditpiracy
"For some reason its saying that I'm not connectable". Me:
https://redd.it/16vxmab
@redditpiracy
Introducing TorrentLite.com: easy, fast, clean, Torrent site [Repost]
**Hi** r/Piracy,
We're thrilled to announce the launch of **TorrentLite**, our brand-new torrent site, carefully crafted with the following features in mind:
**Key Features:**
* Clean and user-friendly interface.
* Multiple quality options for each title, accessible via the 'Multiple Quality Available (M.Q.A)' button.
* High-quality torrents sourced from both public and private trackers.
* Hover-over thumbnails for quick previews.
* Search by IMDb ID for easy movie lookup.
* Fast loading times, with pages loading in under 2 seconds.
* Strict content curation, with uploads only by trusted uploaders.
* Access to upcoming movies.
* A comprehensive catalog.
* IMDb summaries for better movie insights.
**Screenshots:**
[FrontPage](https://preview.redd.it/abrl6j7librb1.png?width=2880&format=png&auto=webp&s=3cf502c7408f0ad2ecb7ddb97a96961363552edf)
​
[M.Q.A Page](https://preview.redd.it/0ln2z51oibrb1.png?width=2880&format=png&auto=webp&s=57c0fe6a550eb5a7d0d8fd61c276351f43d13888)
**Features We're Working On:**
* Dedicated 4K movies section.
* Expanding our library with torrents from more trusted private trackers.
We're eager to hear from you and invite your active participation. Here's how you can get involved:
* Share your feature suggestions.
* Report any bugs you encounter on the site.
* Join our Lemmy community: [**Lemmy**](https://lemmy.dbzer0.com/c/torrentlite)
* Become part of our subreddit community: [**Reddit**](https://www.reddit.com/r/TorrentLite/)
Your input is invaluable to us, and you're welcome to suggest design changes as well.
Thank you for your support, and we are committed to continuously improving TorrentLite based on your feedback.
**Links:**
* **Website:** [**https://TorrentLite.org**](https://torrentlite.org/)
* **Lemmy:** [**https://lemmy.dbzer0.com/c/torrentlite**](https://lemmy.dbzer0.com/c/torrentlite)
* **Reddit:** [**https://www.reddit.com/r/TorrentLite/**](https://www.reddit.com/r/TorrentLite/)
**Note:** This project is a fork of TRB but will soon have no ties with it. This post has been approved by the mods.
***This post has been posted with approval from the mods.***
https://redd.it/16vx3u5
@redditpiracy
As simple as that
https://redd.it/16vs418
@redditpiracy
Best way to convert website posts to mobi or epub?
Hey i follow a few fiction series on kenomo and i was wondering if there was a tool to convert posted chapters to an ebook format easily. The ability to pick and choose which posts I want to convert on a particular page is also essential. lmk if anyone needs anymore details.
https://redd.it/16vsjjz
@redditpiracy
Would if I could
https://redd.it/16vqfaj
@redditpiracy
Films that REQUIRE piracy
What are some films that are only available through piracy? I’m looking for some films that are not available for streaming or purchase through any digital platform. Some examples I can think of are:
Dogma
Pump up the Volume
Kundun
Are there any other good films that require piracy if a person wishes to watch them?
https://redd.it/16vmdgs
@redditpiracy
VPN detected
How can some websites detect ALL VPNs? Like for example this website https://livingston-research.com/
https://redd.it/16vgbhl
@redditpiracy
Introducing TorrentLite.com: easy, fast, clean, Torrent site
Hi r/Piracy
We're excited to announce the launch of our new torrent site, designed with the following goals in mind:
**Key Features:**
* Clean and user-friendly interface.
* Multiple quality options for each title, accessible via the 'Multiple Quality Available (M.Q.A)' button.
* High-quality torrents sourced from both public and private trackers.
* Hover-over thumbnails for quick previews.
* Search by IMDb ID for easy movie lookup.
* Fast loading times, with pages loading in under 2 seconds.
* Strict content curation, with uploads only by trusted uploaders.
* Access to upcoming movies.
* A comprehensive catalog.
* IMDb summaries for better movie insights.
**Screenshots:**
[FrontPage](https://preview.redd.it/phc1ftgs78rb1.png?width=2880&format=png&auto=webp&s=535dcbf07d187ae4ea5d277000a8b53923dc0bb1)
​
[M.Q.A Page](https://preview.redd.it/5g8xt20w78rb1.png?width=2880&format=png&auto=webp&s=e6160bd4b9bf23fb9c0b12447be0d023608a3fdf)
​
**Features We're Working On:**
* Dedicated 4K movies section.
* Expanding our library with torrents from more trusted private trackers.
We'd greatly appreciate your involvement and feedback. Here's how you can contribute:
* Share your feature suggestions.
* Report any bugs you encounter on the site.
* Join our Lemmy community.
* Become part of our subreddit community.
* You could suggest design changes.
Thank you for your support, and we look forward to making our torrent site even better with your input!"
**Lemmy:** [https://lemmy.dbzer0.com/c/torrentlite](https://lemmy.dbzer0.com/c/torrentlite)
**Reddit**: [https://www.reddit.com/r/TorrentLite/](https://www.reddit.com/r/TorrentLite/)
**Website**: [https://TorrentLite.com/](https://torrentlite.com/)
Note: This project is fork of TRB, but will not have any ties with it soon.
**This post has been posted with approval from the mods.**
https://redd.it/16vha14
@redditpiracy
Question regarding H264 and H265
From what I researched, H265 is superior to H264 in every way and has a much smaller file size. However, despite being superior, H264 video torrents have the most active seeders/leechers compared to H265 ones, making them more popular. Why is that so? Thanks!
https://redd.it/16ve8ib
@redditpiracy
A pirate I was meant to be
https://redd.it/16v97jj
@redditpiracy
Some people...
https://redd.it/16v8doh
@redditpiracy
Australian Federal Court grants injunctions against online piracy requested by Foxtel and Disney
https://www.abc.net.au/news/2023-09-29/federal-court-blocks-online-piracy-foxtel-disney/102917554
https://redd.it/16v3y5d
@redditpiracy
Anti-Piracy ad from 2004
https://redd.it/16v42gl
@redditpiracy