Spyke

Replies

privacy

Comment on

DIY Chromecast

Reply in thread

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!

linux

Comment on

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!

Comment on

I made a yt-dlp web application that works well with my Jellyfin setup!

Reply in thread

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!

Comment on

*Permanently Deleted*

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.

Comment on

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!

linux

Comment on

Need advice on a one pc home

For the multi-seating aspect, I've just set up something similar using something called a KVM Extender (I got this one). I have my PC set up in my office and another seat set up in my bedroom.

The KVM essentially just transports HDMI and USB a long distance through an ethernet cable, so the bedroom monitor just appears as a second monitor. I've set up a keyboard combination to switch between enabled monitors so only one is turned on at once.

Not sure how many seats you could push with this, since you would need a set of KVM extender boxes per seat with its own HDMI/Display and USB ports in the PC. Might be something to look into in case it fits!

Comment on

[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