Jellyfin: The Free Software Media System

6466 readers
35 users here now

Current stable release: 10.10.6

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 4 years ago
MODERATORS
26
1
submitted 3 months ago* (last edited 3 months ago) by SailorsLife@lemmy.world to c/jellyfin@lemmy.ml
 
 

The last post on the subject I could find was a year ago. So thought I would ask again. I have debian 12 up on miniPC and I have my NAS mounted. My intention is to use jellyfin and some of the arr* stuff. I know only a little about systemd (I just google what I need to know). I have some contianer knowledge, but mostly in k8s. And the docker parts aren't really my problem. But I have a vague understanding of docker. What are the latest pros and cons of containers vs service installation?

Edit: The opinions were unanimous. Containers it is.

27
 
 

I have added an SSD to my computer that hosts Jellyfin where I want to have my Shows and Movies folders. When I go to add them to my library I get the following error:

The path could not be found. Please ensure the path is valid and try again.

So the path I had entered was /media/RVAtom/SSD. SSD is the name of the drive, and it was not offered as a choice by Jellyfin, I typed the SSD part myself.

I get the impression by reading some stuff that I either need to mount the drive at each reboot, or give jellyfin permission to read (or read and write?) that drive, but I am not sure how to go about that.

28
 
 

I am not sure what I have done to my Jellyfin install. I have been having various issues with my computer that I am using for Jellyfin and when I fixed one (ran out of hard drive space) I now have this one. I do not believe Jellyfin is starting when I reboot my computer. Here is the output of my logs file:

spoiler__ [2024-12-18 21:54:12.874 -05:00] [INF] Jellyfin version: "10.10.3" [2024-12-18 21:54:12.925 -05:00] [INF] Environment Variables: ["[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]"] [2024-12-18 21:54:12.945 -05:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"] [2024-12-18 21:54:12.945 -05:00] [INF] Operating system: "Linux Mint 21.3" [2024-12-18 21:54:12.945 -05:00] [INF] Architecture: X64 [2024-12-18 21:54:12.946 -05:00] [INF] 64-Bit Process: True [2024-12-18 21:54:12.947 -05:00] [INF] User Interactive: True [2024-12-18 21:54:12.947 -05:00] [INF] Processor count: 2 [2024-12-18 21:54:12.947 -05:00] [INF] Program data path: "/var/lib/jellyfin" [2024-12-18 21:54:12.947 -05:00] [INF] Log directory path: "/var/log/jellyfin" [2024-12-18 21:54:12.947 -05:00] [INF] Config directory path: "/etc/jellyfin" [2024-12-18 21:54:12.947 -05:00] [INF] Cache path: "/var/cache/jellyfin" [2024-12-18 21:54:12.948 -05:00] [INF] Temp directory path: "/tmp/jellyfin" [2024-12-18 21:54:12.948 -05:00] [INF] Web resources path: "/usr/share/jellyfin/web" [2024-12-18 21:54:12.948 -05:00] [INF] Application directory: "/usr/lib/jellyfin/bin/" [2024-12-18 21:54:13.017 -05:00] [FTL] Unhandled Exception System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlReader.MoveToContent() at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions() at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)


End of inner exception stack trace


at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader) at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream) at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file) at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory) at Jellyfin.Server.Program.StartApp(StartupOptions options) at Jellyfin.Server.Program.(String[] args)_

I googled "There is an error in XML document (0, 0)." and was completely overwhelmed by the posts and solutions I found. Is that even the best starting point for picking this apart?

29
 
 

Hey all after a few months of giving up on trying to get my server to run I tried again and made it even worse. On a tutorial I was watching it suggested changing the port number. It appears this was a mistake as I can no longer access my sever even after uninstalling the program and reinstalling it. I’ve been fighting it for about a hour if anyone has any suggestions on how to fix this mess please let me know

I’m running my server on a laptop running Linux Mint cinnamon

30
1
submitted 4 months ago* (last edited 4 months ago) by boebbele@discuss.tchncs.de to c/jellyfin@lemmy.ml
 
 

I tried with m3u files and strm files. but nothing works. vlc can play my strm files with no problem. why can't jellyfin?

31
 
 

So I've been trying to use Jellyfin for a long, LONG time now, and I've never really been able to use it remotely reliable.

I can go on for a long time about all the problems I've faced, lets just say that after years I can still not use it to watch something with the family because there is always something not working, I could start about hardware decoding having worked for a while and then suddenly without explanation no longer working, but lets start with subtitles...

I just want to have subtitles actually load without having to sacrifice a goat to whatever god is out there to have subtitles work. What is the problem that subtitles just 99% of the time don't work?

Worse, sometimes they work while watching a show, and a jellyfin update comes by and, you guessed it, subtitles no longer work for that show, even though they work for some other movies, sometimes...

I am a software engineer, I do loads of devops, I can find my way around, but jellyfin is just... I dunno what to do anymore. Is there a reliable alternative, perhaps, that actually just works?

I've long given up on the dream that I could have something similar to netflix for all my movies and shows that aren't on netflix, where I can scrub with images, for example, I just want to be able to watch a show with the family with subtitles without fiddling for 30 minutes to try and get it to work.

Current setup is google-tv with 0.17.9 client, and the latest docker server. Shows seem to have okay subtitles on web client, but on google-tv, every time I select a subtitle, I get a "subtitles loading" message, and then 10-20 seconds later a "failed to load subtitles" message.

Anyone?

32
33
 
 

I got a second hand Synology DS916+. I am interested in installing Jellyfin on it with hardware transcoding support. I have read over the debacle of Synology removing the codecs support, but am confused whether this just impacts the Synology installed apps (Video Station, etc) or if it would also impact Jellyfin running in Docker.

Do I need to downgrade the DSM or try to install the codecs for hardware transcoding to work in Jellyfin?

34
 
 

I know audio fingerprinting intro skippers have existed now for a while. I just heard about media segments being introduced. Is there any project that combines the two to make an intro skipper that (eventually, ik segments aren't supported on most clients yet) work on other clients?

35
36
 
 

I have jellyfin, qbittorrent, radarr, sonarr, prowlarr. I end up with copies of things I download in two places, media folder, and then in a radarr or sonarr subfolder. Radarr and sonarr are configured to have their own dirs. Jellyfin has media libraries for movies and shows pointing to those same subdirs. But qbittorrent has a default save dir of the media dir.

If I delete something in jellyfin, it gets deleted only from the subfolder, not the media folder.

I thought that radarr and sonarr would tell qbittorrent where to download to... and it would be their subdirs. So what is making the copy in media? And is there some reason I should have these extra copies?

37
38
39
1
submitted 5 months ago* (last edited 5 months ago) by shmanio@lemmy.world to c/jellyfin@lemmy.ml
 
 

I've modified the normal Jellyfin theme so that the accent color can be changed.

The idea was to put some orange in the UI during halloween, and I got carried away. It is now completely configurable with a single variable and allows for easy seasonal changes, so I've decided to share it.

Here is the result:

I generally dislike custom themes, so my goal was to change as little as possible. Indeed, if used with a hue of 195, the theme should be exactly the same as the default one.

What do you think?

40
1
submitted 5 months ago* (last edited 5 months ago) by cyberwolfie@lemmy.ml to c/jellyfin@lemmy.ml
 
 

I use Jellyfin for my music collection, and sometimes the album artist and artist fields for the same artist will be populated slightly differently. For instance, I have one case where there are three different ways using &, 'and' and +. I have removed these from my library, updating them with manually with MusicBrainz Picard to use the same spelling, and reuploaded them to my server. However, it uses the old metadata still.

Is there a way to efficiently reset metadata for only certain albums so that these three instances are merged and I can access all three albums from the same album artist?

EDIT: So I managed to get this working now. What worked in the end (unsure if all steps are necessary) was to remove all the files from the server, run a rescan, delete all the albums (they would still be in Jellyfin with a blurred album cover), rescan again, and now the artists would be gone. When I added the albums again, the new metadata would be used.

41
 
 

I'd like to set the theme to a "browser default", so that it changes when I change between the dark and light mode on firefox.

42
 
 

Hey!

I have been working on a smart playlist plugin for Jellyfin. It's not much and I'm definitely no c# developer, but it's starting to take shape and a first usable prototype is ready.

You basically can generate playlists by specifying a Lisp-like filter expression, which gets called on a per-item basis.

The documentation is really bare-bones as of now, so if you want to try it and get stuck just reach out.

I also added a mirror to the repository here: codeberg.org/redxef/jellyfin-smart-playlist

43
1
submitted 5 months ago* (last edited 5 months ago) by SailorsLife@lemmy.world to c/jellyfin@lemmy.ml
 
 

So my plan based on reading was to get a mini pc and a nas. But then I realized... what is the best way to connect them. So I started doing more reading. And I confused myself.

So a NAS has it's own CPU and such, and other computers can talk directly to it over the network. But if I am using a mini pc to run the server, then I assume I would want a really fast direct connection to the storage. So it seems like I would want the NAS to be on the network as well as directly connected to the mini PC. And of course the mini pc would need to be on the network as well. Stuff I saw about connecting them directly seemed to pretty much use the Ethernet ports and a crossover cable. So that would mean that both devices would have to have two Ethernet ports, right?

And the bonus question is, would it just be better for the NAS to really be a dumb DAS for the mini pc instead?

Edit to summarize: For having two devices, the consensus is that LAN is good enough (just make sure you have a decent switch between them). A few like doing it all on one device for a variety of reasons.

44
 
 

I just upgraded it to 10.10.0 but the web still shows older version.

45
1
submitted 5 months ago* (last edited 5 months ago) by peregus@lemmy.world to c/jellyfin@lemmy.ml
 
 

Everytime I use Jellyfin I have to add a filter to see only not watched movies, is it possible to save the filters based on users?

Edit: I'm using the web GUI

46
47
 
 

Hi, I have a situation where I have a tv show in two different languages. One is original the other is dubbed. The dubbed episodes are cut differently than the original, so muxing the audio tracks together and use the original video track in an mkv file is impossible.

Is there a way to switch not only between the audio tracks in jellyfin but to also switch the video track with the audio? Like, I create an mkv file with both video and audio tracks. When I then switch the audio language in jellyfin it should also load the corresponding video track from the mkv file.

For example, VLC player can switch between the different video tracks.

48
49
 
 

Hey everyone! Remember my post about @beets , the awesome music library organizer? https://ruhr.social/@guerda/113119535458922962

I just published the first version of my #BeetsStatistics - a small and fast web page giving you insights into your music library. It's not polished but it works, so feel free to check it out and I'm happy to hear your feedback!

https://github.com/guerda/beets-statistics

#LookWhatIMade #FreeSoftware

@jellyfin @selfhost