There are a few things about jellyfin that I don’t like compared to Plex. First I can’t skip the intro of a show drives me nuts. The second one is it has newly added but not newly released. Other then that it has been really good.
- 0 Posts
- 22 Comments
jhdeval@lemmy.worldto Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English4·14 days agoI use navidrome for the streaming and lidarr for downloads. I am not totally thrilled with navidrome as I can not play genres. I want to setup an icecast streaming server with individual “channels” for each genre
I like the question. Nothing would make me change. I use Debian for servers and fedora for my desktop. The distro is not what makes it good or not. The window manager does not change the only think that does change is the package manager and how up to date it is.
I only use Debian for servers because the installer makes it super easier to install without a wm.
I use fedora for my desktop because I like the atomic versions and more up to date packages.
Nginx, caddy and haproxy are 3 choice for reverse proxy. The way a reverse proxy works is it looks on port 80 and 443 for requests to a DNS connection. Like say you want to go to jellyfin you may have a DNS entry for jellyfin.personalsite.tld the reverse proxy will then take that and redirect the connection to the proper port and server behind your firewall. You do not need multiple reverse proxies. In the case of haproxy and nginx (only ones I have experience with) you create a “back end connection” like explained above and it will redirect. In the case of nginx it is very small I installed it natively and setup configs for each of my services for easy maintenance.
jhdeval@lemmy.worldto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English2·2 months agoI have a question on top of my matrix setup. Has any one integrated VoIP? I am trying to bring all communication in house.
jhdeval@lemmy.worldto Selfhosted@lemmy.world•What's up, selfhosters? It's selfhosting Sunday again!English3·2 months agoI recently setup a full matrix server. What I am currently worried about is my server. I am currently shopping for a used dual Xeon server. I am hosting close to 40 docker containers on 2 1 liter PCs with very low specs. I would love to bring it all in house to a single server with a separate NAD which I do have currently holding 60 terabytes of storage space.
I agree I love Debian for my servers but for my daily driver it is fedora.
Well shit you got me beat I ran Slackware from 3.5 disks in the 90s on a 486dx2. I sent away for those disks to be mailed to me. I even did something crazy with that machine I had lots of ram so I sent them off to a company to combine them together. I want to say it 8 or 16 megabytes. Bit I can’t remember now.
jhdeval@lemmy.worldto Linux@lemmy.ml•Is there any way to un-freeze my device when it freezes, without shutting down and losing my work?6·6 months agoThat is how I deal with it as well. I just wanted to throw my experience out there because the reported issue sounds similar to what I have a experiences on a similar model laptop.
jhdeval@lemmy.worldto Linux@lemmy.ml•Is there any way to un-freeze my device when it freezes, without shutting down and losing my work?6·6 months agoAs a side note I also use a xps 13 don’t remember the model but I have found they do not properly implement the sleep function and can cause issues when coming out of sleep. I have seen the computer act fine till I open something and then crash.
Your reply doesn’t make much sense. You say you have VMware but no VMS but you can delete them. I am not sire if you have them but they are not going to affect the host. I would remove the vmtools package from your computer/host reboot and see if it clears up the issue
You did not respond you request for an IP a to see if the devices are listed and whether they have an IP address.
Virb indicates a virtual driver. Are you running this Linux in a VM? Do you VM software installed. I think you may have installed the vmtools and it messed with your physical Ethernet. Virb is showing connected what do you get with an ip a? Does it show all the devices? Do any of them have an ip address?
jhdeval@lemmy.worldto Linux@lemmy.ml•Would downscaling a display allow for better battery life?5·9 months agoThe display on my laptop is 4k and i can tell you i tried downscaling it was not as big a difference as simply turning the brightness down as low as was comfortable.
jhdeval@lemmy.worldto Linux@lemmy.ml•Noob Question Thread: Ask Any Questions About Linux!2·10 months agomaybe a silly question bit is mint using pulse audio?
jhdeval@lemmy.worldto Linux@lemmy.ml•Noob Question Thread: Ask Any Questions About Linux!4·10 months agoi unfortunately using kinoite for my desktop and Debian for my servers. I am not totally in love with kinoite but I don’t dislike it enough to change back to regular fedora.
jhdeval@lemmy.worldto Linux@lemmy.ml•Noob Question Thread: Ask Any Questions About Linux!5·10 months agoyou can use grub-mkconfig to verify the grub config and rebuild it if necessary. i dont recall the exact syntax for your distro so I would look it up first.
I am not positive but if it still true originally webos was not linux. It started off as a very ahead of its time cell phone os made by Palm Inc. After they failed to gain traction it was sold to LG or made open source then sold or bought. LG uses it in their TVs but if I recall the base os is not Linux but some form of palmos assuming it has not been moved to Linux.
Display port does not have audio
Sounds like me. I ordered it from a magazine and installed it from 3.5 floppy disks also. After that it was Debian and i used that for years.
I would not say that. I use a very old 13" Dell XPS laptop. I use Code-Server and duckduckgo. I have be known to program on my 7 year old android tablet with a bluetooth keyboard. For the most part I look at docs for JS modules as I write mostly in Python with Flask and use JS for responsiveness. Before anyone suggests something else I have to interface with a VERY old database that I wrote a webservice into through C#. I do realize there are other ways but python is my comfort point and the amount of backend processing makes it easier to use a “real” language. For my purposes it is plenty fast.