this post was submitted on 29 Dec 2023
12 points (100.0% liked)

Jellyfin: The Free Software Media System

5256 readers
5 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 3 years ago
MODERATORS
 

Some questions and comments on my experience.

My main motivation to switch was that emby seemed to be buggy on the client side, keeping track of what episode of what tv show and season I was on. I'm hoping jellyfin helps with that.

On the server side, I wanted to keep both servers running. But there were port conflicts. It was difficult for me to find in the Jellyfin docs the right config file to set the ports. So I ended up changing the emby ports. (Since I could find the emby config files.)

diff /var/lib/emby/config/system.xml.orig /var/lib/emby/config/system.xml 
9,12c9,12
<   8096
<   8920
<   8096
<   8920
***
>   18096
>   18920
>   18096
>   18920
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jaybone 2 points 6 months ago (1 children)

Uh, that did not insert a code block very well.

diff /var/lib/emby/config/system.xml.orig /var/lib/emby/config/system.xml 
9,12c9,12
<   8096
<   8920
<   8096
<   8920
***
>   18096
>   18920
>   18096
>   18920
[โ€“] jaybone 3 points 6 months ago

And it still didn't.