

Ahh, well I have found the Jellyfin clients to be less than perfect on appleTV. You may want to try another endpoint client if you don’t want to try another server side software.
Ahh, well I have found the Jellyfin clients to be less than perfect on appleTV. You may want to try another endpoint client if you don’t want to try another server side software.
Since you are against using plex even with using it only locally I would suggest you look into the Jellyfin clients support. Specifically look at each client device documentation and take a look at what audio and video codex they natively support. If there is one they both support then I suggest you do some testing and stream a movie or show that is encoded with that specific format. This will let you know if it will work across both clients whether it’s a stream issue hardware issue or Wi-Fi issue.
This will prevent transcoding that can cause audio sync issues.
Edit - if that works then I suggest you convert you library to that format.
Kodi has the IR stuff built in from what I remember. At least on windows it did years ago. You just need a “media remote” at one point called windows media remote. It’s a usb or receiver with a regular IR remote.
After a quick google here is a list I found.
It also broke windows the other day…
😂
Ahh. Misunderstood.
Phpmyadmin.
You can also deploy it easily with docker to get it running quick.
Good point. I could totally see a “why would yo use that instead of this…” kind of comments.
Okay so Fedora was one of my first Linux experiences so take what I say with a grain of salt. I really like it and its package manager is nice. A lot of the same features can be found in other distros just using other tools. The way it does web hosting is something I like (or liked) a lot but almost all of that is now down using Docker for me.
The one thing to keep in mind is that the community forums are not as user friendly as Ubuntu. At least this was the case 10 years ago when I was new. There were a lot of “how hard is it to search for httpd in the forums” when the question was similar to “how do i setup web hosting.”
The one thing that is not server specific but I would recommend is that you look into docker and portainer if you have not already. That is how I host almost all of my services now. Using nginx proxy manager (nginxproxymanager.com) as the front end for almost all of has made my life a heck of a lot simpler. Good luck with trying out your new server.
Not trying to be a jerk but if you don’t want any comparisons then how are you going to get any actual feedback other than “it’s good” or “it’s okay/bad.”
Don’t get me wrong I run fedora as my main server and love it. That’s about all I can say since I can’t give you a comparison of what it’s like vs Ubuntu, CentOS, or windows.
Then again most of my main services I run are all docker containers now but that runs about the same on almost all servers.
Yeah. Take a good look at plex as the server and Plexamp as the client. You can filter the music in an almost infinite way. Even by mood. Not saying it’s perfect but it’s the best self hosted way I have found.
Similar to the others although I have messed with Ubuntu, CentOS, Fedora, and even a few others for like a day or two each.
At the moment I am using Fedora. My drives are raided and my main storage has all the data and the docker config directory’s.
Using docker for everything, watchtower for updates, and pertained to manage the containers with a gui. All the containers are directed to /mnt/drive/allMyData. In there is my data folders. Shows, movies, plex configs for recording over the air, ebooks, documents, etc.
Mainly I set it up this way so I can easily change distros if I wanted to and have all my services back up in an hour or so.
I started a text file that contains the command lines I have used to start all of my docker containers. This way if I need to I reference it and use the exact same commands mapped volumes to the same folders. Now I am back up and running in a few clicks. No need to backup the container if all the data in it is setup in folders in my main data directory.
However I am running a separate hardware raid setup prior to os. This way all my data stays safe as a separate volume.