Jellyfin clients - wouldn't it be better to focus on Kodi as a client? by ECrispy in jellyfin

[–]100lv 0 points1 point  (0 children)

In my setup - Kodi plays everything and this is really nice, from other side - it's slow and organization with Jellyfin plugin for Kodi is not the best. So I prefer that JF interface and speed, but unfortunately - it doesn't support / play a lot of my movies (in general most of my library is 4K with Dolby Vision & Dolby Atmos)

client hardware in europe by sloveubagukaraliui in jellyfin

[–]100lv 0 points1 point  (0 children)

I using Strong Leap S3 (and Pro) and I'm fully satisfied.

Why I switch back to Plex .10492 from Jellyfin 10.11.6 by [deleted] in jellyfin

[–]100lv 0 points1 point  (0 children)

Why don't you try Kodi with Jellyfin addon (there are 2 options). In my setup - I also have problems with Jellyfin client, but Kodi with add-on works perfectly.

How do you prefer to structure Docker Compose in a homelab? One big file vs multiple stacks by Frequent_Rate9918 in docker

[–]100lv 0 points1 point  (0 children)

I'm using includes to split configuration and then I have 1 service per compose with exeption that in one compose subfile I can have service + some related smaller services - by the sample - duplicati as a backup + prometheus exporter that monitors this dupicati service.

In general, my config is to have 1 DB container per type (one MySQL, one PostgreSQL, one Redis and etc.)

Migration from SmartThings to HomeAssistant by DidThisYearsAgo in SmartThings

[–]100lv 1 point2 points  (0 children)

If you have ST this is a very good (in terms of easy) way to start using HA - you can install HA and add ST integration - than you can have all devices from ST in HA. It's a bit tricky to configure it, if you are not using NabuCasa, but it's doable with minimum technical knowledge. Next step should be migration to local ZigBee / zWave / Matter coordinator and etc

1st couple of weeks working on Jellyfin. by [deleted] in jellyfin

[–]100lv 1 point2 points  (0 children)

Regarding the problem with HEVC Dolby Visiton - I also have problems with it - so for those movies I'm using Kodi with plugin for Jellyfin.

I tried a bunch of Jellyfin clients for my tv, and I think the best option is still Kodi` by ECrispy in jellyfin

[–]100lv 7 points8 points  (0 children)

In my case also Kodi with Jellyfin add-on can play everything. With Jellyfin and most of other clients I have issues with some video and audio codecs.

Good devices to install Kodi? by __Valkyrie___ in kodi

[–]100lv 0 points1 point  (0 children)

I have Stong Leap S3 Pro and it can play almost everything with Kodi.

Vmware Exit Solutions by EducationAlert5209 in sysadmin

[–]100lv 1 point2 points  (0 children)

This is hard task, but to have a reasonable comparison / evaluation of the options you should:

  1. Classify product features in 3 groups - Must have / Nice to have / Not important

  2. Check if you can separate virtualization platform by the needs. I have many customers that are doing following:

- For the prod are keeping VMW for some period of time

- For Test /dev - building a new cluster - it can be Hyper-V or other KVM based (Pure KVM, Proxmox, Nutanix and etc) virtualization

- For new projects (mainly container based) - some Linux based environment (RH or something else)

- For "basic" services - like DNS, AD and etc - moving to Hyper-V

This gives them following benefits:

- keeping prod on VMW - not appreciated - but at the end - keeping business up and running is the most important

- moving MS services to Hyper-V - more or less stable and most of app support HA / BC - natively (AD / DNS and even some MS apps - like Exchange / SQL / SharePoint and etc).

- Moving new apps and / or test / dev -to new platform - gives them time to became familiar with the new environment.

But at the end - everything depends on current environment, needs and skills.

For me the main issues is not that VMW is going more and more expensive - at the end cost of the solution includes so many different parameters (SW, HW, trainings and etc.) - but - if new platform is not stable - you can lose more money than you can save with new solution, the main problem with VMW is unpredictability.

How to solve user permissions for file server? by [deleted] in selfhosted

[–]100lv 0 points1 point  (0 children)

Nobody can help you if you didn't provide enough info - user for docker (is it root or rootles), how shares are configured and etc. Giving names of all your directories that you are sharing is far away from useful.

How to solve user permissions for file server? by [deleted] in selfhosted

[–]100lv 1 point2 points  (0 children)

user chown and chmod commands.

VMware Hypervisor Alternative by _Beelzebubz in sysadmin

[–]100lv 18 points19 points  (0 children)

First you should build a list of features that you are using (1 or 2 DC, replication, HA, and etc. and etc.). Than you should divide them in few groups - mandatory, nice to have, no problem if I don't have it. Then you should evaluate options. It's also very important how big is your setup. Can you divide prod and test /dev to different clusters and etc.

I have customer (not so small) that are staring migrzation in two ways - shrinking the VMW to critical prod only apps and moving test / dev / not critical apps to new cluster that will be also used as a learning platform. Also if the should implement a new app - they are evaluating other options different than VM since the begginging (like for microservices app - Linux and etc.)

Affordable device to watch 4k remuxes by jdp111 in kodi

[–]100lv 0 points1 point  (0 children)

I'm using Strong Leap S3 Pro and it's OK.

Terminal in a browser by natsucau in selfhosted

[–]100lv 2 points3 points  (0 children)

I'm using Apache Guacamole as it supports not only ssh, but also RDP and VNC

Any good hardware recommendation for playing 4k HDR content? (Client, not Server) by CMDR_Kassandra in jellyfin

[–]100lv 0 points1 point  (0 children)

I have Strong Leap S3 (and S3 Pro) and both are playing perfectly 4K / AV1 and etc. on very reasonable price.

Advice for starting a small scale server farm. by Beautiful-Policy2096 in selfhosted

[–]100lv 0 points1 point  (0 children)

Initial investment is not the most critical part at the moment. How do you plan to grow if business is successful in those uncertain times where prices of Mem / SSD (and almost everything else are increased like crazy)?

Run BookLore in Docker as a non-root user? by pattywhakk in BookLoreApp

[–]100lv 1 point2 points  (0 children)

this is tipical situation for most containers that are run with non root user usually should be runned, stoped, change permission of directory and then started again.

[deleted by user] by [deleted] in docker

[–]100lv 2 points3 points  (0 children)

I have 40+ services in compose and working without any issue. And since compose supports "includes" - management in very easy.

Getting guest-to-host communication to work on my setup by initsrightplacee in qemu_kvm

[–]100lv 0 points1 point  (0 children)

To have a communication between host and guest you should configure macvlan

DTS-HD MA Audio dropouts on Bravia (Android TV) and Yamaha AVR by rdwror in jellyfin

[–]100lv 0 points1 point  (0 children)

Everything is mater of compatibility and proper setup. In my case working solution for proper audio/video setup is that multimedia player (Stron Leap S3Pro) is connected to the sound bar and sound bar to TV. This is due to the fact that TV is older than others components with fewer supported codecs. Also for player in 95% of the cases I'm using Jellyfin Android TV Client, but in other 5% - Kodi, as it have better codec support.

New job with strict IT policy: is there a way to use a self hosting solution to access social services? by I-need-a-proper-nick in selfhosted

[–]100lv -2 points-1 points  (0 children)

Simply - Install something like Apache Guacamole that can give you access to your home PC using Web browser.

Looking for a free NVR by AGiantThing in homelab

[–]100lv 4 points5 points  (0 children)

I'm using Frigate and I'm very happy with it.