• 7 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle





  • macstainless@discuss.tchncs.detoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    5
    ·
    13 days ago

    I’ve heard jellyfin has a lot of security issues, which I don’t know if that’s accurate or not. But the BIGGEST issue is lack of a proper tvOS app. I really don’t feel like using Infuse or some other app just to use my library. Year after year I hear about people switching and yet, the gap is simply still there.


  • Thank you! It didn’t come off as a dig at all. Trust me, I thought about it and spent about an hour on Internet Archive looking for a version that ran on its site. But nothing was there and I learned the hard way last year that Virtual Box is still in the Intel era, so it’s useless for me.

    I did look into UTM as others are saying, but based on its description it may not be able to run an OS that far back. Something to look into down the line.

    Either way, again, thanks for reading my work. I really do appreciate it. There’s some other old Microsoft goodies I’ve written in the past, like this commercial introducing Excel.



  • Hi, author here 👋. Thanks for the feedback. If the Internet Archive had it on their own VM to run, I would’ve tried playing with it and taken some screenshots. However, I simply did not have the time to get it running locally on my machine, especially because I’m all Mac and Virtual Box doesn’t run on M-series hardware.

    I agree it’s a missed opportunity, but I chose to go a little bit of an easier route.

    Thanks for reading and enjoying the other 99% of the article. 😉












  • So there’s 2 files that go along with the main script: a config file and a download list.

    The download list file is literally a list of YT channel URLs and any time I want it to get new channels, I add to the list. Conversely if I get tired of watching a channel, I comment it out or just delete it. YT-DLP just traverses the list.

    The config is where the magic happens. That dictates how the file is named, quality you download at, location it’s saved to, format, etc. You can incorporate SponsorBlock which is awesome and even DeArrow has an integration. I enjoy the logging feature so it doesn’t re-download vids it’s already snagged. Generally I’ll tell it to get every video from a channel that’s been posted in the last 15 days.

    My destination for the files is a YouTube library folder I set up in Plex. Plex sees it just as another TV-like library and it pulls the metadata from the files, which are embedded by YT-DLP.

    Hope this helps!





  • Yes this is possible. I have a few hosted items with subdomains and I have it set up as follows:

    All subdomains point to the same IP. Router port forwards all 80/8080 traffic to server. I use Caddy in Docker to forward the requests based on the subdomain to the appropriate docker container hosting the actual service.

    This makes spinning up something new simple. You get a docker container of New Thing going, edit the CaddyFile to point to it too, set up new subdomain in cloudflare. No new open ports needed.

    Hope this helps!