liliumstar

joined 1 year ago
[–] liliumstar@lemmy.dbzer0.com 2 points 1 week ago

OPS, rutracker, or I ask someone to check RED for me.

[–] liliumstar@lemmy.dbzer0.com 10 points 1 week ago

Aside from what has been posted already, the vast majority of good P2P groups only release on private trackers, some with notices to not repost publicly. There is a massive collection of quality content that is either not available on publics or completely dead and forgotten.

[–] liliumstar@lemmy.dbzer0.com 3 points 2 weeks ago

seedhost.eu No bs/advertising with competitive price & performance.

[–] liliumstar@lemmy.dbzer0.com 2 points 2 weeks ago (1 children)

A properly muxed mkv will display the resulting audio bitrate. And if you use opusenc, it will embed the encoder settings in the track.

[–] liliumstar@lemmy.dbzer0.com 5 points 2 weeks ago

There are a handful of groups putting out what I would consider decent AV1 encodes. A couple PTs allow them, and there are groups on 1337x. Just grab a couple from each tag you can find and see if they meet your needs. Generally speaking, look for groups which note their source, which encoder they are using, and ideally what settings they used in general.

AV1 has come a long way fast, but in my experience a good x265 encode is still better for live action.

[–] liliumstar@lemmy.dbzer0.com 1 points 3 weeks ago (1 children)

Maybe https://www.srrdb.com/ is what you're looking for?

[–] liliumstar@lemmy.dbzer0.com 2 points 1 month ago

The only time I've willingly used a banking app is when they lock out my VPN IP. In those cases the app still usually works for whatever reason. So far, I haven't found any functionality missing from the webapp, but I'm also dealing with brick and mortar institutions.

I would be concerned as they will eventually probably move to a phone app first ecosystem, however it will probably take a while. Some people are still only using in person and phone banking (where you call them and punch in numbers).

[–] liliumstar@lemmy.dbzer0.com 2 points 1 month ago

I would get a Thinkpad, either used or new, with that budget. Generally all the hardware will work out of the box, with the possible exception of the fingerprint reader if it exists. RAM and SSD should be replaceable, so if you purchase new just do the upgrade yourself to save some bucks.

[–] liliumstar@lemmy.dbzer0.com 13 points 1 month ago

Private trackers would be your best bet if you don't know anyone already.

[–] liliumstar@lemmy.dbzer0.com 2 points 1 month ago

The very brief summary: You need 7 perms on directories to write to them. So, 774, 770, or what have you for user/group perms.

[–] liliumstar@lemmy.dbzer0.com 25 points 1 month ago (1 children)

Good question. I chose it initially because it was open source and way easier (in my eyes) than Apache. I don't recall the others being an option at the time, or I was not aware of them. nginx does what I need without complaint, so I haven't switched.

[–] liliumstar@lemmy.dbzer0.com 13 points 2 months ago (15 children)
 

I've been working on this subtitle archive project for some time. It is a Postgres database along with a CLI and API application allowing you to easily extract the subs you want. It is primarily intended for encoders or people with large libraries, but anyone can use it!

PGSub is composed from three dumps:

  • opensubtitles.org.Actually.Open.Edition.2022.07.25
  • Subscene V2 (prior to shutdown)
  • Gnome's Hut of Subs (as of 2024-04)

As such, it is a good resource for films and series up to around 2022.

Some stats (copied from README):

  • Out of 9,503,730 files originally obtained from dumps, 9,500,355 (99.96%) were inserted into the database.
  • Out of the 9,500,355 inserted, 8,389,369 (88.31%) are matched with a film or series.
  • There are 154,737 unique films or series represented, though note the lines get a bit hazy when considering TV movies, specials, and so forth. 133,780 are films, 20,957 are series.
  • 93 languages are represented, with a special '00' language indicating a .mks file with multiple languages present.
  • 55% of matched items have a FPS value present.

Once imported, the recommended way to access it is via the CLI application. The CLI and API can be compiled on Windows and Linux (and maybe Mac), and there also pre-built binaries available.

The database dump is distributed via torrent (if it doesn't work for you, let me know), which you can find in the repo. It is ~243 GiB compressed, and uses a little under 300 GiB of table space once imported.

For a limited time I will devote some resources to bug-fixing the applications, or perhaps adding some small QoL improvements. But, of course, you can always fork them or make or own if they don't suit you.

view more: next ›