• 6 Posts
  • 59 Comments
Joined 2 months ago
cake
Cake day: March 17th, 2025

help-circle









  • Open source is certainly in a great position now but there are some things it’s just not doing that I’m frankly too dumb to do myself. For example, there’s no open source answer to appleTV. The closest thing we have is androidTV and it’s just awful.

    I would love to see a TV-centric desktop environment you could run on top of any typical Linux distro. Something implementing live tiles like old windows phone had, a web app that you could access with a smartphone and use to control it like a remote, single-task interface rather than a task-juggling interface we have on normal DEs, sigh. I have a vision I cannot possibly create because that would take incredible skill that I just don’t have to make and I can’t just whine that nobody is making it for me.

    Meanwhile, all my Apple stuff works together in a way I generally approve of.

    I need to transition away from this at some point but there aren’t always open source solutions for this.



  • Use handbrake and set it to used the Apple videotoolbox for hardware encoding. Looks good, smaller files, fast and easy. Almost everything encodes properly with this method but there are a small number of titles with interesting encryption that breaks with this method. Almost everything works this way though.










  • muusemuuse@lemm.eeOPtoLinux@lemmy.mlpinchflat install not going my way
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 days ago

    So I found I had 2 problems. First, I have a Name= line instead of a ContainerName= line in there. Second, diagnosing all this is impossible when theres no shell for that account. Turn on a shell (/bin/bash) for the user, fix this thing, activate it, disable the shell (/bin/nologin), drink heavily.

    I ended up with: -----/fuckingarray/homes/pinchflat/.config/containers/systemd/pinchflat.container----------

    [Unit]
    Description=PinchFlat container
    After=local-fs.target
    
    [Container]
    Image=ghcr.io/kieraneglin/pinchflat:latest
    ContainerName=pinchflat
    UserNS=keep-id
    Volume=/fuckingarray/homes/pinchflat/pinchflatdata/config:/config
    Volume=/fuckingarray/homes/pinchflat/pinchflatdata/downloads:/downloads
    PublishPort=8945:8945
    Environment=TZ=America/New_York
    
    [Install]
    WantedBy=multi-user.target