this post was submitted on 09 Apr 2026
717 points (99.9% liked)

News

37079 readers
2719 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious biased sources will be removed at the mods’ discretion. Supporting links can be added in comments or posted separately but not to the post body. Sources may be checked for reliability using Wikipedia, MBFC, AdFontes, GroundNews, etc.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source. Clickbait titles may be removed.


Posts which titles don’t match the source may be removed. If the site changed their headline, we may ask you to update the post title. Clickbait titles use hyperbolic language and do not accurately describe the article content. When necessary, post titles may be edited, clearly marked with [brackets], but may never be used to editorialize or comment on the content.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials, videos, blogs, press releases, or celebrity gossip will be allowed. All posts will be judged on a case-by-case basis. Mods may use discretion to pre-approve videos or press releases from highly credible sources that provide unique, newsworthy content not available or possible in another format.


7. No duplicate posts.


If an article has already been posted, it will be removed. Different articles reporting on the same subject are permitted. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners or news aggregators.


All posts must link to original article sources. You may include archival links in the post description. News aggregators such as Yahoo, Google, Hacker News, etc. should be avoided in favor of the original source link. Newswire services such as AP, Reuters, or AFP, are frequently republished and may be shared from other credible sources.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 2 years ago
MODERATORS
 

About 40% of Americans have cut back on streaming services in the last three months because of financial concerns, according to a recent report

Americans are quitting subscription streaming services in droves as the cost of living continues to climb, a recent report has found.

Streaming services such as Netflix and Hulu have become increasingly popular in recent years, but Deloitte’s 2026 Digital Media Trends report, released late last month, shows how Americans are getting frustrated over the cost to have their favorite movies and TV shows at the click of a button.

“As the cost of everyday essentials like food and housing remain high, many consumers are reevaluating their budgets and cutting back on nonessential expenditures,” Deloitte said in its survey results. “At the same time, prices for media and entertainment services continue to climb.”

you are viewing a single comment's thread
view the rest of the comments
[–] NOT_RICK@lemmy.world 149 points 1 day ago (9 children)

My Jellyfin server is doing great. My only constraint is my free disk space

Jellyfin is the way. Streaming only made sense when prices were low and all the content was basically in one place.

I'll just keep growing my personal library.

[–] Steve@startrek.website 19 points 1 day ago

Disk space (cost) is a genuine problem nowadays

[–] ThePantser@sh.itjust.works 38 points 1 day ago (3 children)

Yea, fucking AI making it too expensive to be a data hoarder. I have to keep making hard decisions on which media to delete.

[–] newthrowaway20@lemmy.world 21 points 1 day ago (2 children)

I'm kicking myself now for not buying more 20 TB hard drives when they were under $250. It's rough out there for any computer related hobbies right now.

[–] couch1potato@lemmy.dbzer0.com 1 points 7 hours ago (1 children)

For whatever reason I bought 10 at once and I've just been slowly feeding them to my array as I need them

[–] newthrowaway20@lemmy.world 1 points 6 hours ago (1 children)

I bet you feel like a genius for that now too lmao

[–] couch1potato@lemmy.dbzer0.com 1 points 6 hours ago

Lol. At the time I was like "wtf was i thinking", but now, yeah.. I look smrt in hindsight 🤓

[–] SolarMonkey@slrpnk.net 5 points 1 day ago

I bought two right before stuff jumped too badly. Looked about a week later thinking buying another one might be an ok idea, rofl no way I can justify it now..

So now I'm debating if I really NEED backups.. certainly not of everything.. I still need a video card, and those never did really come back down..

[–] spizzat2@lemmy.zip 4 points 1 day ago (2 children)

If you have the processing power to spare (and haven't done it already), you might be able to re-encode your media files to a more space-efficient codec.

I've reduced some of my video files by as much at 75% using Handbrake to convert from AVC to H.264 or H.265. I'm not the most discerning viewer, so I haven't noticed any difference in video quality, but I've definitely noticed the extra space on my drives!

[–] djdarren@piefed.social 6 points 1 day ago (2 children)

I've got an ffmpeg script saved on my Mac which re-encodes video to a fraction of its original size without any apparent loss of quality. Shit's basically magic.

I have one for audio as well, but I think it's an Apple-only MP4 codec, that requires you to have to manually build it into ffmpeg on any other platform. But the end result is that my 2 hour radio show AIFFs that start out at 4GB end up being high quality MP4 at around 75mb.

Like I said, magic.

[–] mracton@piefed.social 2 points 1 day ago

I misread that as ffmpreg…which means I have spent way too much time on AO3 in the past few years.

[–] cmbabul@lemmy.world 3 points 1 day ago (1 children)

Do you happen to remember where you got it? I’ve got a Mac and while the idea of going through all the media files on my servers to convert them I twitch a little bit, but would also love to cut down space without giving up some of my files

[–] djdarren@piefed.social 3 points 1 day ago (1 children)

Pretty sure it's this command;

ffmpeg -i input.mp4 -vcodec libx265 -crf 30 -tag:v hvc1 output.mp4

On my M2 Air, conversions are usually pretty quick, depending on the size of the input. After a short while it does throttle because there's no fan, but it counters along nicely.

As for audio; I use XLD, set to encode HE-AAC at 80kbps. It seems really low, but still sounds great.

[–] cmbabul@lemmy.world 3 points 1 day ago

Not all hero’s wear capes

[–] Blaster_M@lemmy.world 2 points 1 day ago

AV1 can double again the savings for the same quality

[–] limonfiesta@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

Which is why it can make sense to pay for pirate shares.

Many are around $5-8/mo, and they're libraries are bigger than my own, with the added bonus of I don't have to do any maintenance.

$60 to $98 per year, is a better deal than paying for these HDD prices. For me at least the trade-offs are worth it.

[–] sturmblast@lemmy.world 2 points 1 day ago (3 children)

Private torrent tracker groups are better and free

[–] limonfiesta@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

Not at these storage costs, which was my point.

[–] CorrectAlias@piefed.blahaj.zone 2 points 1 day ago (2 children)
[–] limonfiesta@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)

Except you're still paying for extremely inflated storage costs, on top of your Usenet fee, which is roughly the same cost as a pirate share - depending on what you're paying for i.e. block vs monthly.

[–] CorrectAlias@piefed.blahaj.zone 1 points 1 day ago* (last edited 1 day ago) (1 children)

True, but I was talking about private indexers, not shares. I guess I'm lucky that I bought a fuck ton of drives before the bullshit.

[–] limonfiesta@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

I have a good bit of storage, around 60tb usuable.

But as those drives die, I will not replace them at these prices.

I have used the free trials of a couple different jellyfin shares to test them out, and was really impressed.

YMMV, but after collecting and serving my own media for around two decades, the hobby part of it isn't as important to me as the the ability to access a large media library for the lowest cost possible.

I have a couple hundred terabytes (half of it being spare), so I'm good for awhile. If I saw excessive failure, I would eventually need to downsize, of course.

[–] sturmblast@lemmy.world 1 points 1 day ago (1 children)

Can be... not as reliable or safe

[–] CorrectAlias@piefed.blahaj.zone 1 points 1 day ago (1 children)

I've had better reliability from Usenet, personally, but YMMV. Safe though? If you use Usenet over SSL, you don't even need to download over VPN, if that's what you mean.

[–] sturmblast@lemmy.world 1 points 23 hours ago (1 children)

I mean like incomplete uploads and malware

[–] CorrectAlias@piefed.blahaj.zone 1 points 20 hours ago

I mean, I haven't had the malware issue and it gets removed from indexers just the same anyway :shrug:

I've had better success than torrenting, 100%. It's faster, too, since it just uses SSL.

[–] FudgyMcTubbs@lemmy.world 1 points 1 day ago (1 children)
[–] sturmblast@lemmy.world 1 points 1 day ago (1 children)
[–] FudgyMcTubbs@lemmy.world 2 points 1 day ago (1 children)

How does a fella get piped into those private torrent tracker groups?

[–] LemmyFeed@lemmy.dbzer0.com 3 points 23 hours ago (1 children)

You get invited. You gotta know someone with an invite willing to vouch for you. There are strict client and ratio requirements to maintain good standing.

[–] sturmblast@lemmy.world 1 points 23 hours ago

This is the way.

[–] IronBird@lemmy.world 13 points 1 day ago (1 children)

should be some cheap storage hitting the second hand market, when this AI bubble pops

[–] some_kind_of_guy@lemmy.world 28 points 1 day ago

Waiting for the AI bubble to pop

Guy poking with stick "come on, do something" meme

Same! I actually still have a decent amount of free space though, but my library is still growing.

[–] TrollTrollrolllol@lemmy.world 4 points 1 day ago (1 children)

I'm even using jellyfin in the car with android auto to listen to music. Recently bought a external blu-ray drive so I can rip all my old CD's and DVD's so at least some of my data is legit :D

[–] Sir_Kevin@lemmy.dbzer0.com 1 points 1 day ago (1 children)

I'm doing the same but I'm looking for a good client that resumes playing music on startup. Any recommendations?

No I haven't got that figured out quite yet, it seems to resume if I just connect to my stereo bluetooth as long as I haven't touched Jellyfin between drives but not with android auto. Just figured out how to get playlists working on AA today, kind of a work around but it looks like there is a request to fix it out there.

[–] thebookelf@literature.cafe 3 points 1 day ago (1 children)

Same, and I was going to buy more storage but those are getting so expensive too.

[–] NOT_RICK@lemmy.world 3 points 1 day ago

I’m holding onto my classics but anything else I delete when I’m done watching it.

[–] mlg@lemmy.world 1 points 1 day ago (1 children)

I had to resort to used SAS drives on my server.

You can get them pretty cheap, but you absolutely have to run a full smart test and check the error correction log before using.

Plus they usually come with 5 years power on time minimum, so you'd only want to run them in any RAID/ZRAID combo that has redundancy.

Couple of people here mentioned re-encoding, but that also harms the seed count if you're using BitTorrent as the exchange medium.

Part of the issue is that Bluray remux rips are usually in H.265 at 10 bit with Dolby Vision which pushes 4K file size into the 70-100Gb range.

That's fine for a single movie on a bluray disk, but its atrocious for saving multiple onto a drive or NAS.

But then most encodes still almost all use H.265 or H.264 which still gives you a fat 30Gb file for 4K.

I'm pretty sure AV1 solves this issue because it has much better compression compared to H.265, especially for higher pixel content, but no Blurays are using AV1 because there's no reduced cost in forcing a change in consumer hardware.

Plus I think AV1 technically doesn't support Dolby Vision in proper yet.

[–] Tarambor@lemmy.world 1 points 1 day ago (1 children)

But then most encodes still almost all use H.265 or H.264 which still gives you a fat 30Gb file for 4K.

So you can store over 500 films on a 2TB HDD. I'm failing to see the issue.

[–] AbidanYre@lemmy.world 2 points 1 day ago

I think you need to check your math.

[–] muusemuuse@sh.itjust.works 1 points 1 day ago

Pinchflat right into the jellyfin server. Tada!