A bigger deal to them is the theme parks and cruises.
Not only are those big money makers, they're also easier for news crews to see and report on.
This is a most excellent place for technology news and articles.
A bigger deal to them is the theme parks and cruises.
Not only are those big money makers, they're also easier for news crews to see and report on.
Be aware: Newsweek has a history of posting stories that placate and reassure the non-MAGA crowd. I don't 100% trust their intentions as an organization. Kamala Harris was definitely going to win according to Newsweek, the week before the election.
We cancelled ours.
I wrote to them and told them that ABC has been my news supplier for decades, but now I'll be switching to NBC. I'll also be cancelling my HULU sub.
As for their broadcast content, I told them that I will either pirate it, or watch it in TIVO, and skip the ads. That's what really hurts them.
All media companies do not serve entertainment as their core business. They are literally nothing more than advertising platforms. That's where 100% of their revenues comes from. The entertainment is just bait, to make us sit on our couch, and hopefully be too lazy too move our fat asses when the ads come on.
So threatening to consume their expensive bait without consuming their revenue-producing ads, really hurts.
I'm sure the CEO got the message
Don’t you still pay your cable provider if you TiVo ABC? Cable providers pay retransmission fees to the networks.
It's not a perfect system, but it still hurts them. They won't be satisfied with SOME of the money, they want it ALL.
Probably not a great idea to tell Disney in writing you will pirate their content.
Eh, Fuck them, what are they going to do about it? You think I gave them my name and address?
Besides, I haven't done anything wrong. I just told them of my intention, and that's not illegal. Maybe I'll follow through, maybe I won't. I'm Schrodinger's Pirate.
Yeah okay, just noting safety for anyone reading
I didn't have a Disney channel to unsubscribe from so I cancelled my Apple subscription.
Fair.
I closed my apple subscription at the time because I don't have any apple devices, but I'd close it again if I could.
I've already started my journey to replace all streaming services with jellyfin anyway so i will be cancelling mine too.
This jimmy kimmel business just sweetens the deal.
got an old raspberry pi set up as a jump box with a tailscale vpn so i can remotely power up my pc from anywhere and watch anything i have downloaded. Just need to get a dedicated server and storage, either nas or internal in a larger tower. But for now its working really well.
Aoostar makes some really great tiny NAS devices based on the Intel N100/N150 series, and they also have an AMD unit if that's your jam (it's mine). If you buy the one with built in main storage it comes with Windows 11 Pro installed but you can wipe that and install Linux or a dedicated NAS OS if you wish. Or just save money and throw a NVMe SSD in for the OS and a bunch of HDDs for media and go to town.
The best part is you can buy direct from Aoostar, no need to buy from Amazon though they are offered there too.
https://aoostar.com/collections/nas-series
I also like UGREEN's NAS offerings, they come with their own custom NAS OS that supports Docker so you can run all your *arrs and Jellyfin and other server apps as containers. The web-based interface is like using a normal Linux or macOS desktop.
See you on the high seas, matey.
Thanks for the info. These look brilliant! I am more AMD incljned also but ive read that in terms of transcoding media, Intel is better. I have time though. Not gonna buy anything until after christmas.
got an old raspberry pi set up as a jump box with a tailscale vpn so i can remotely power up my pc from anywhere and watch anything i have downloaded. Just need to get a dedicated server and storage, either nas or internal in a larger tower. But for now its working really well.
cyberpunk is now.
Anyone have a guide for remote Jellyfin access running on a Linux server? Been struggling to get it working.
Look into:
Talescale for an easy but limited option.
Wireguard with a dynamic DNS service for something that provides more flexibility with a little set up.
Don't open a publicly facing port unless it's for an encrypted tunnel. If you don't want to open your computer to a lot of threats. Always use an encrypted tunnel when opening something to the Internet.
Thanks. I previously setup Tailscale but couldn't quite get it to work. I'll keep troubleshooting or see if there's other options.
Depends on how you want to do it: via a VPN like Tailscale, Cloudflare tunnel, etc.
Do you have a good, idiot-friendly, guide on how to set up JellyFin? I tried once but wasn't able to get anything to stream.
I've had trouble getting Jellyfish to stream anything. The error message it gives you in the client GUI make it sound like the problem is client-side, but it always ends up being permissions on the server (for me, anyway).
I ended up having to move my media drive into /mnt/ (rather than /mnt//) and allow Jellyfin to access that folder - the Jellyfin service needs permissions.
The Jellyfin log files will show you that is having trouble accessing the files of this is the issue.
The Voyager app wouldn't let me edit my comment for some reason... So here's the edit I was going to add.
I really dislike AI but the most concise set of instructions I could find was googling "Linux Mint drive permissions jellyfin" and following the instructions the AI spits out. Definitely read through the instructions and make sure they seem same first, tho.