this post was submitted on 17 Mar 2025
229 points (99.6% liked)

Technology

2207 readers
543 users here now

Which posts fit here?

Anything that is at least tangentially connected to the technology, social media platforms, informational technologies and tech policy.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 1 year ago
MODERATORS
 

Users are unimpressed, eager to toss devices if test sticks.

top 50 comments
sorted by: hot top controversial new old
[–] FauxLiving@lemmy.world 6 points 17 hours ago (1 children)

They're not "smart" TVs. They're TVs with shitty android spyware boxes attached.

Stop using that garbage. Don't connect it to a network, just use it as a display.

If you need to watch YouTube on your TV go and grab an OSMC (Kodi-based OS for media boxes) media box. You can get a pre-built one for around $100, or install it yourself on a raspberry pi.

These manufacturers depend on you being lazy and accepting their spyware. You will save yourself so much more headache in the long run if you control your own hardware and software.

Trying to navigate through the world without some minimal knowledge of computers means you're going to get taken by every scam like what Roku is pulling.

[–] jacksilver@lemmy.world 1 points 17 hours ago (1 children)

It's not just the tvs, they're doing it on their streaming sticks too.

[–] FauxLiving@lemmy.world 1 points 16 hours ago (1 children)

Yeah, every product that they sell will do it.

Using something like OSMC (or buying a Vero is you don't want to mess around with the setup) will let you control what runs on your player.

Until you do that, you're paying some random company while also giving root access on a device in your house and letting them waste your time with ads.

All you get out of the deal is avoiding having to learn how to use a new piece of software. A Pyrrhic victory due to the fact that you have to learn to use Roku.

I'd rather spend a few hours learning how to setup Kodi. It's free software, you don't pay for it and it's Free software, you control it with no strings attached.

[–] Taleya@aussie.zone 2 points 8 hours ago* (last edited 8 hours ago) (1 children)

My big issue with kodi is that i like my media library to be human navigable and named and it does not. Dealbreaker

[–] FauxLiving@lemmy.world 1 points 6 hours ago* (last edited 6 hours ago) (1 children)

Kodi doesn't organize your media, you use other applications for that (tinymediamanager, sonarr/radarr, etc).

The default library layout, for Plex/Jellyfin/Kodi is very human navigable, for example TV Shows are in this format:

TV Show Name
 |-Season 1
 |-Season 2
 |-\-S02E01-Episode_Name.mkv

There may be a few extra files in the directories depending on what metadata you're storing and what you're pulling from the Internet, but it is organized and navigable.

[–] Taleya@aussie.zone 1 points 6 hours ago* (last edited 6 hours ago) (1 children)

aight, I never said that Kodi organises media, if it tried to, I would shoot it on sight.

I organise my media, ebcause it's media I've decided I want to keep and organise accordingly. Kodi has very specific requirements and cracks the shits if you don't give it exactly what it wants. If that fine for you, then that's fine for you. That is not how I roll

how I do roll:

-> \fileserver
--> Sci fi series
---> Babylon 5
----> 1.01 - Midnight on the Firing Line
----> ...
----> 2.01 - Points of Departure

etc etc etc.

I've played with a translation file so Kodi's file scrapers can understand that X is Y and react accordingly, but it's very "my way or the highway" and I don't bow to a machine. When it refuses to even acknowledge the existence of a file (as in just display the file name, not necessary with any metadata) unless it can jam its thumb up there, I'm out.

[–] FauxLiving@lemmy.world 1 points 3 hours ago (1 children)

I understand, I used to manually organize my own files as well.

When I'm given the choice of user interfaces. Choosing between a file browser and something like Kodi, Plex or Jellyfin seems pretty easy, to me.

Even with the most organized file system, a file browser just isn't a good UI for a media player interface. No user tracking (watched episodes, saving progress or playlists), for example.

That being said, everyone's use case is different. There isn't a "right" way, but in a multiuser environment across multiple types of devices with non-technical users it's much easier and feature rich to simply use Kodi/Plex/Jellyfin.

Trying to setup direct access to the file system of a media server which could be accessible by Android/Apple phones, video game consoles, smart TVs as well as Linux and Windows clients would be more complex than just using a media interface and a standardized media directory structure.

[–] Taleya@aussie.zone 1 points 3 hours ago (1 children)

ok. Please stop trying to convince me to change to something I do not want to.

I stated my issue with Kodi. If there's no solution to that issue then it's a dealbreaker, like I said.

[–] FauxLiving@lemmy.world 1 points 15 minutes ago* (last edited 11 minutes ago)

I'm not trying to get you to change anything. You can organize your media however you like, I'm mostly just setting up the solution:

The solution that you're looking for is called filebot (https://www.filebot.net/forums/viewtopic.php?t=7). In filebot you first define how you name your media and what directory structure you'd like to use. You can use it to handle ingesting new media. It will read common naming schemes used on files often shared online and re-name them into your defined directory and filename structure.

In addition, it comes with bindings already setup for the 'plex' format (that Kodi and Jellyfin also use) so you can, once you've defined a format to match your preferred directory structure, use filebot to hardlink your media library into a different Plex-compatible structure. Since you're using hardlinks it won't use any additional disk space.

Then you can keep your media how you always have it, have a powerful tool to handle managing that library (for example, you could define a new format and it can move the files between them) and also hardlink the files in a Plex folder structure which will let you have access to a media player interface.

If you manage any media at scale you should learn how to use filebot in any case, manually organizing a library can be tedious and take a while. Filebot is a lot faster once you learn it.

e: Also, if you ever run into a media collection that is already in a plex folder format, you could use filebot to re-organize it into your preferred directory format. It works on music as well and can use ID3 Tags or, if they're missing, AcoustID audio fingerprints. TL;DR: Use filebot

[–] Snapz@lemmy.world 1 points 12 hours ago

Go look at the down votes on all your posts and just how universally unpopular your take is - That's called being wrong. That's fine, you can be wrong sometimes, that's okay. It doesn't define you, but stop digging in the wrong direction.

I can pay for music, I often don't on principal. I work to find other ways to contribute to artists as directly as I can (patreon, merch, shows, etc). I'm not alone in that. You had some weird guilt socialized into you that tells you your value is in what you spend and own. Protest at any level is valid. Copyright law is bullshit, DMCA takedowns are bullshit, DRM and digital streaming music that you never actually legally own is all bullshit. Anything you can do to make that broken system nervous or hurt is a great and valuable thing to broader society.

You are unequivocally wrong here, you're the last person to realize that, but you still can realize it here and now today and go forward from here. How about it, take the olive branch, bud?

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

We had one on our TV the other day. This will absolutely be our last Roku.

In the meantime I immediately installed PiHole, to block all their ads.

[–] srlnclt@startrek.website 2 points 5 hours ago

This is the way.

[–] cmnybo@discuss.tchncs.de 27 points 1 day ago (19 children)

This is one of the many reasons why you should be your own streaming service. 🏴‍☠️

load more comments (19 replies)
[–] Drusas@fedia.io 24 points 1 day ago (4 children)

I will absolutely be getting rid of mine if I experience this.

load more comments (4 replies)
[–] Dudewitbow@lemmy.zip 14 points 1 day ago (20 children)

Basically punishment for people who either don't get their own streaming box/avoid tvs with roku built in.

load more comments (20 replies)
[–] fakeplastic@lemmy.dbzer0.com 9 points 1 day ago (6 children)

Roku is the worst thing to happen to TVs since motion smoothing.

load more comments (6 replies)
[–] floo@retrolemmy.com 10 points 1 day ago (4 children)

I never plugged mine into the Internet. I just plugged in an Apple TV, and I’m good to go. No ads, no sweat, no problem.

load more comments (4 replies)
load more comments
view more: next ›