Skip Navigation
Chromecast / Firestick Self Host Replacement
  • If you're up for using Jellyfin, you can check out something I'm working on to achieve this: https://github.com/MattMckenzy/Homehook

    The main branch used to be compatible with chromecast devices, but I've stopped maintaining it in favor of the v2 branch, where HomeHook communicates directly with satellite devices through HomeCast. Working with Chromecasts were a huge pain.

    Let me know if you have any questions about it, always glad to help!

  • FOSS Alternative to Chromecast?
  • If you're up for using Jellyfin and have satellite devices, you can check out something I'm working on to achieve this: https://github.com/MattMckenzy/Homehook

    The main branch was compatible with chromecast devices, but I've stopped maintaining it in favor of the v2 branch, where HomeHook communicates directly with satellite devices through HomeCast.

    Let me know if you have any questions about it, always glad to help!

  • I made a yt-dlp web application that works well with my Jellyfin setup!
  • It's meant to periodically scan the locations for new content, so yes, newly added ones will be downloaded as well. By default it scans every 10 minutes!

    As for channels, it supports any web page that yt-dlp can parse as a playlist, so more than likely whatever kind of page you're thinking of will work as well!

    yt-dlp is impressively compatible.

  • I made a yt-dlp web application that works well with my Jellyfin setup!
  • ToothPick is a web application that lets you easily subscribe to media playlist web pages, it'll use yt-dlp to fetch the media and download them in a directory and file format that is perfect for Jellyfin.

    If you create a Jellyfin library that points to the ToothPick library and make sure you turn on file watching, you immediately get the content in Jellyfin without any intervention!

  • I made a yt-dlp web application that works well with my Jellyfin setup!
  • It doesn't directly integrate with Jellyfin, but it does store the media in a directory and file format that works well with it. I use it to subscribe to media playlist pages that yt-dlp supports and I get them added to Jellyfin automatically.

    I was considering adding pictures when I have the chance, I'll see if I can do it later!

  • I created a web application as an easy way to use yt-dlp!
  • That's a great suggestion!

    ToothPick was more built for a set it and forget it style of yt-dlp usage, but I've definitely had to add ad-hoc pages like this before so this would be a great feature to have.

  • I created a web application as an easy way to use yt-dlp!
    github.com GitHub - MattMckenzy/ToothPick

    Contribute to MattMckenzy/ToothPick development by creating an account on GitHub.

    GitHub - MattMckenzy/ToothPick

    I spent a decent amount of time making a nice web application to wrap up the functionalities of yt-dlp, makes it really easy to follow content through Jellyfin!

    Have a look if you have the chance, I think people could make good use of it: https://github.com/MattMckenzy/ToothPick

    8
    I made a yt-dlp web application that works well with my Jellyfin setup!
    github.com GitHub - MattMckenzy/ToothPick

    Contribute to MattMckenzy/ToothPick development by creating an account on GitHub.

    GitHub - MattMckenzy/ToothPick

    I spent a decent amount of time making a nice web application to wrap up the functionalities of yt-dlp, makes it really easy to follow content through Jellyfin!

    Have a look if you have the chance, I think people could make good use of it: https://github.com/MattMckenzy/ToothPick

    17
    Created a VS Code extension to find and compare a file's BTRFS snapshot history

    I recently put together a small VS Code extension to help grab and compare file versions from my BTRFS snapshots history.

    VS Code extension link: https://marketplace.visualstudio.com/items?itemName=ctfam.btrfs-file-history

    VS Codium extension link: https://open-vsx.org/extension/ctfam/btrfs-file-history

    GitHub repo link: https://github.com/MattMckenzy/BTRFS-File-History

    I was thinking there might be a small group of BTRFS snapshots and VS Code users that would like having this extension!

    Please let me know if you have any questions or comments.

    2
    Any C# devs want to share their setup?
  • I haven't really distributed any binaries yet, everything I work on is just FOSS at https://github.com/MattMckenzy.

    However, I did look into packaging my HomeCast project in my own debian apt repository. It's still unsigned at the moment, but when I get to it I imagine I'll just use dpkg and gnupg2 however I need to.

  • Any C# devs want to share their setup?
  • I'm a professional and hobbyist C# .NET dev and I recently made the switch to a full Linux environment at home. I've gotten a great workflow setup with just VSCode and some extensions. I've actually found some ways to improve my workflow with VSCode vs Visual Studio and I'm glad I made the switch. The only thing I really miss is the phenomenal diagnostics and profiling I would get with a full Visual Studio install, but I'm getting used to using cli dotnet tools to replace that as well.

    If you're going the VSCode route, feel free to ask me more questions on useful extensions or workflow tweaks!

  • Passable workflow for playing back on a Chromecast?
  • I made a service for this a while back:

    https://github.com/MattMckenzy/Homehook

    However, development of it has stopped in favor of v2, where I drop Chromecast support and instead focused on making a companion player service running on an htpc or rPi.

    Let me know if you have any questions, I can try to help!

  • Kinda cross-posting... What would be the way to run Alan Wake 2 on Lutris proper? With Path Tracing enabled. AMD 7800XT
  • I managed to get the game's textures working well through Lutris with this script I found!

    https://gist.github.com/baryluk/1041204eff4cc4fad6f1508afe67b562

    It'll compile and install latest mesa, just make sure you add the wrapper script to the command in the lutris config for the launcher and it should work great.

    Managed to make it work first try with this script on my KDE plasma/debian testing setup after wrestling with the textures issue for several days.

  • Jellyfin, Raumfeld, Homeassistant
  • I have a bit of a prototype software package and service to serve jellyfin content on satellite devices, if you want to have a look: https://github.com/MattMckenzy/Homehook/tree/v2

    It's actually mostly complete and fully functional, just in need of some serious documentation and installation instructions hahah.

    If you're interested in trying it out, feel free to send me a PM and I'd be happy to help!

  • [Help] Setting up your own e-mail/smtp for alerts?
  • For a second I thought I had made the perfect solution for this, but then I realized my problem was the opposite. I was looking for a way to receive notifications from systems that can only send emails. So I quickly made the Mail2Gotify service and have been using it for the past while.

    I'll post it here anyway in case you want to switch from emails to Gotify in the future!

    https://github.com/MattMckenzy/Mail2Gotify

  • Casting from Android to Chromecast with subtitles
  • If you ever decide to move away from Chromecast to something a bit more DIY, I'm almost done making a decent casting replacement! Currently working on default and changing subtitles.

    https://github.com/MattMckenzy/Homehook/tree/v2

    Send me a message if you ever find yourself interested in setting it up!

  • DIY Chromecast
  • I'm currently working hard on something to fill this void! I've made HomeHook v2 as a web app and HomeCast as an mpv interface installed on my HTPC and some Pis I have around the house!

    I still need to document the installation procedure but if you're interested in playing stuff from Jellyfin and YouTube, feel free to send me a message and I'll see if I can help out!

  • Kiosk Window Manager

    I'm currently working on a project to make a touch screen home dashboard and entertainment device. I'm done making its player software, with MPV in the backend, and my next step is to make an Electron overlay dashboard and launcher.

    Essentially, I'm looking for a kiosk-style window manager (or something that lets me auto-login and turn off window switching), that would support a transparent overlay application always on top (my Electron dashboard and launcher) over whatever app is being currently used, be it MPV playing a video, or even Steam playing some games. I'm alright with Wayland or X, whichever would have the features I need and would be the most performant!

    This is my first deep dive into Linux Window Managers, so if I'm completely off base here, I would might need help to clarify things as well. Thanks in advance!

    3
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MA
    MattMckenzy @lemmy.ml
    Posts 4
    Comments 23