I had on my GitHub 3 separate repos for Plex ,Emby, and Jellyfin. I got to thinking though why not just converge them all into one? So when people want to install one of them they don't need to install clone 3 different repos. Unless That's what you're into.
The answer came to me when I asked ChatGPT a simple question.
- What would be a good name for a Repo with a script that can install plex ,emby or jellyfin?
As Usual, it spit out 10 answers but one stuck to me. Home Media Installer . It stuck to me because this gives us the flexibility to install whatever media server we want. So I grabbed the 3 scripts I had made a whiptail menu for the front page and this Home Media Installer was born.
- Run the script.
curl -fsSL https://raw.githubusercontent.com/coloredbytes/home-media-installer/refs/heads/main/menu.sh | bash
Note
This runs on most Debian and RHEL Systems and has been tested for compatibility.