Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

jellyfin.org

original_reader , (edited ) to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

Now, if only there was a simple, built-in way to backup/export and restore/import all settings and other data, so that all platforms could do this easily, without having to search the internet for which folders to back up...

FYI, this is the best we have atm (which is pretty terrible). Please correct me if there is a better way:

How to backup a JF instance?

Jellyfin Docs: Migrating

SpeakinTelnet ,

I'm surprised at the lack of enhancement request/PR addressing this.I really want to dust off my C# and try but I'm kinda scared that the reason it isn't yet a thing is because it's a mess to implement.

deweydecibel , (edited )

Based on some comments in recent PRs for requested features that seem to have gone nowhere, the devs are trying not to overly complicate the project at the moment with other people's code that they'd have to support, and instead leaving certain requests to be handled in some grand refactoring they're working on.

original_reader ,

This has been discussed before and you might be right.

Jellyfin Forum

Github

Python Backup Script (Good luck if you're not a developer)

... and so forth. No good answers so far.

deweydecibel ,

I believe they're suggesting just doing a full backup up of your system/Docker container. Which isn't ideal, but I think they're trusting people who can run a Jellyfin server to be able to use the scripts.

original_reader ,

Sure. But what if Docker is not available on a machine? What if the import should happen on a Linux machine coming from Windows? What if I want to sync two installations on different OSs?

I know it's all doable, but not easy, let alone foolproof. It's so easy to install, but genuinely not easy to keep safe without tech knowledge.

exu ,
@exu@feditown.com avatar

Syncing two instances sounds like a fun challenge. I think there's some project to replicate an sqlite db over the network. Similarly, you could use ceph or other distributed storage for the media.

I built something like this for Nextcloud a few years back, fun times.

kakes ,

I run JF in a docker container, and although I don't have backups of my config files yet (because I don't really care about setting up from scratch if need be), it would be trivial to simply backup the mounted config volumes. Makes upgrading safe and easy, too.

That's probably how I would recommend going about this, personally.

RootBeerGuy ,
@RootBeerGuy@discuss.tchncs.de avatar

Yes, it works that easy. I had to move hard drives, last time I did that without docker somehow it didn't recognize the library, might have been a mistake from my end though.

Now I did it again just a few weeks ago with a docker setup, all folders are on the hard drive. Could just mirror the drive, set it up at same mount point and there was no difference in the library, just worked.

kn33 ,

I have my media on a disk separate from the rest of the VM. I set that disk to not be included in snapshots, then snapshot the VM before upgrades.

st3ph3n ,

I run mine in an LXC container. I just snapshotted it in case of disaster and then ran apt update && apt upgrade.

ReversalHatchery ,

If you run it on a container, it should be enough to just make a copy of the set up volumes, right? (with permissions and all the metadata kept of course)

cooopsspace ,

Oh, if only there was real database support

...

stevestevesteve ,

That's my absolute #1 wish for jf. I'm sure it's hard work and people are on it, it excites me to think about

SuitedUpDev , (edited )
@SuitedUpDev@feddit.nl avatar

datab

Theoretically, support for that could be coming... Emby (where Jellyfin is based on) always used their own layer for interacting with a SQLite database. All that custom made logic is currently being swapped out for EF Core. EF Core is a DotNet library for interacting with databases and EFCore that also supports MySQL, PostgreSQL, SQL Server besides SQLite.

So my guess is that, once all that work is completed, support of other database can be added.

For a little bit of context. I am currently running Jellyfin on Btrfs and there is quite a performance impact due to CoW. If 2 clients decide to browse the libraries, both clients grind to a near standstill with regards to being able to see things. So I am following this work with quite some interest.

Laser ,

I am currently running Jellyfin on Btrfs and there is quite a performance impact due to CoW. If 2 clients decide to browse the libraries, both clients grind to a near standstill with regards to being able to see things.

CoW is not recommended for databases, all DB servers advise for turning it off for the actual database. You'll run into the same issue with a dedicated database if you leave CoW on I guess. You could also disable CoW for jellyfin's database right now and performance should increase.

I also follow the progress of a dedicated DB, but on the other hand I don't know how much sense it makes architecturally. The likeliness that you have multiple jellyfin server instances access the same database is low - after all, there is info very specific to the server in there like the file path. Just migration is already not easy, how likely is sharing the database live? And if each database is specific to an instance - why not use SQLite (like it's done right now) and allow for more specific parameter tuning, like used memory and the like?

socra Bot , to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released

Any idea how the flatpak's are generated? When they might be updated?

Mountaineer ,
@Mountaineer@aussie.zone avatar

Looks like it's a manual process.
It also looks like no Jellyfin developer is creating the builds on Flathub and that some random member of the flathub community did it.

Whilst the devs provide instructions for all manner of install methods, the preferred version is definitely via docker.

OfficerBribe , to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released

Seems like this is a feature on newest Jellyfin Media Player (1.10.0) and not server itself, but you now have clickable tag and studio properties. Not sure if you could already search for let's say "New Line Cinema", but now you can intuitively filter by these values just by clicking. Great addition.

jlow ,
@jlow@beehaw.org avatar

Not 100% sure but I think it's a server feature, I feel like I've read about it in the release notes.

OfficerBribe ,

This functionality appears only in Media Player and not web browser, that's my reasoning why this does not seem like server side feature. That said Media Player I believe is using same web interface underneath so not exactly sure how it works and why this is not a feature in web browser.

suckmyspez , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"

Now I’ll need to figure out how to update my instance 😅

slazer2au , (edited )

cd ~/jellyfin/
nano docker-compose.yml (change version to latest or pin to 10.9)
sudo docker compose down && sudo docker compose up -d

hperrin ,

You don’t actually need to run down first. Just a docker compose pull if you haven’t made any changes, then docker compose up -d will restart whatever needs to be restarted.

slazer2au ,

Neat.

Zelaf ,

I wish I could upvote twice, you're gonna save me so much time.

swooosh , (edited )

Rubbish

rambos ,

Can you explain this please

swooosh ,

Forget it please

hperrin ,

Try it. Just change an environment variable, then run up -d and you’ll see.

swooosh ,

My original post was rubbish which is why i deleted it. In hindsight this reads as if I was calling out the upper level comment. I'm sorry.

thisNotMyName ,

*10.9 if not latest.
For the risk averse folks out there, check out https://github.com/containrrr/watchtower
I just let it run every night, so far w/o problems

lemmyvore ,

If you're risk averse don't update automatically. Some of the minor releases can be buggy.

thisNotMyName ,

Sorry, I meant risk taking not averse (not my 1st language)
Regarding the bugs, they get usually fixed within days

lemmyvore ,

I wish there was some kind of place where we could croudsource impressions and fixes for new versions of docker images.

Manjaro does something like this for their releases. They also have a survey that indicates how well things went (although it's participant biased to some degree since folks who had a problem tend to vote more than people who didn't).

It would be amazing to be able to pop in and see that jellyfin had a couple of new releases, that one of them does much better than the others in terms of overall quality, and what kind of issues there are (and how to fix them).

suckmyspez , (edited )

Thanks for the tip!

Unfortunately I set mine up with synology’s own container manager (many regrets) and so far I’ve not been able to bump anything. Will have another go when I’m home but I may up up tearing it all down and starting again using docker compose. Seems like the better option

Orygin ,

The latest version of Synology with the container manager allows you to update images from the registry and will restart the container for you.
But I still migrated to docker compose to enable hw transcoding with quicksync

suckmyspez ,

That is also my understanding. But for whatever reason, after updating the image and restarting the container, Jellyfin is still reporting 10.8 on the admin dashboard 😢

Did you follow any docs for your migration?

Orygin ,

I did not yet upgrade to the latest version, but to migrate to compose I only had to copy the volume paths and the environment variables from Synology.
I can share my compose yaml by the end of the day if you need.

Before I upgrade I will try putting the cache on a SSD instead, seems it can improve performance quite a bit

kalpol ,

In Linux you just download, extract, and change the symlink. It is really easy.

stom ,

Still waiting on rpmfusion to update. I wonder how long I'll have to wait

gnuplusmatt , to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released

day 2 of building my trickplay images... 10.8% done lol

1hitsong OP Mod ,
@1hitsong@lemmy.ml avatar

🤘 33.6% here

sunbeam60 , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"

I’ve already paid for a lifetime license of Plex. Is it worth considering a switch?

Jambone ,

I have the same question, mainly because it seems like the Plex interface is trying too hard to show stuff that's not on my local server.

PM_Your_Nudes_Please ,

You can hide all of that on your sidebar customization settings, but yeah it’s annoying that it’s turned on by default. The Discover is occasionally useful, but I honestly use Overseerr for discoverability more than I use Plex’s built-in search.

My biggest complaint with Plex is the lack of support for .m3u8 playlists. I want to be able to give it a list of livestreams, and then tune into those via Plex. Plex obviously already has live-streaming support built in via their Plex channels, but they have actively worked against custom livestream playlists, (it used to be supported via an extension, but they removed extension support.)

DrinkMonkey ,

The layout of Plex definitely fits my brain waaaaay better with respect to navigation. But I hardly use it because I keep running into playback stuttering which doesn’t happen on Infuse, which I point at Jellyfin in my Synology. Will give this version another try.

PrettyFlyForAFatGuy ,

I was getting stuttering on my server the other day but i think it was caused by mismatched client/server versions. When i upgraded the server to the latest release it went away

DrinkMonkey ,

Interesting. I will take a look and see if that fixes it. Thanks for the tip!

Catsrules ,

Just run Jellyfin along side Plex and see.

kokesh ,
@kokesh@lemmy.world avatar

I left Plex about two years ago and haven't looked back since. Install Jellyfin and see if you like it .

jose1324 ,

No. Jellyfin is lacking

ArtVandelay ,
@ArtVandelay@lemmy.world avatar

Subjective

stom ,

Lacking a centralised server that even self-hosted instances must use to validate admins and will render your instance inaccessible if Plex's server goes down again?

I'm fine with that.

skittlebrau ,

Jellyfin server isn’t lacking, but the weak point is definitely client software, especially on iOS. Unfortunately they just don’t have the same kind of resources Plex do in that regard.

I run Plex and Jellyfin, with watched status between the two synchronised with jellyplex-watched.

Insanelysick ,

Errrm infuse.. hands down awesome on iOS macOS and tvOS.

skittlebrau , (edited )

Unless I’m missing something, you can’t have multiple user profiles.

I use Infuse on my Apple TV with Plex Media Server as the backend. I can work with that limitation on Apple TV because my wife and kids use the official Plex app while I use Infuse, but ideally I’d prefer if we all used Infuse.

Insanelysick ,

Ahh yes multi user is unfortunately not an infuse feature. Swiftfin does however have multiple users on iOS and presumably tvOS but isn’t as polished as infuse.

fixmycode , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
@fixmycode@feddit.cl avatar

that's cool and all but when are we getting Jellyfin for Tizen on the Samsung TV app store? That's the only thing stopping me from switching, I don't want to deploy it myself

all4one , (edited ) to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released

When I first set up my jf docker image I left the config and data directories in the docker container instead of pointing them outside.
Now when I try to update I lose all my metadata. Is there a way to move those folders before I upgrade?
Edit-typos

Passerby6497 ,

You're just running in docker, so you'd want to make sure you map a local folder into your container (at a different location than they are already!), then get into the container and copy your files to the host's mapped folder. Once that's complete, update your docker to point your local folder to the proper config location and it should keep everything local after you upgrade.

Edit: In my compose, I have this line

/jellyfin/jellyfin-data:/config

so you could map it to :/backup on your first boot, copy /config to /backup, then update your compose to map it to /config and you're good to go!

all4one ,

Thanks. This explanation plus the docker cp link helped get this done.

Passerby6497 ,

Glad to hear it. I'll be honest, I wasn't aware of that command, I've just always done it the hard way and logged into the console of the container. I have this line in my .bashrc on all my docker hosts:

alias docker-console='docker exec -it "${PWD##*/}" bash'

Static_Rocket ,
@Static_Rocket@lemmy.world avatar
all4one ,

This worked. Thanks!

jlow ,
@jlow@beehaw.org avatar

I feel like there is a way to copy stuff from docker-volumes to disk and then point docker to the folders on the disk as external volumes, I think I've done that at some point years back, but not sure how to do it exactly.

killjuden , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
suction , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"

Fucka you Jerifin, fucka u whare

umbrella , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
@umbrella@lemmy.ml avatar

is there a way to play partially downloaded files on jellyfin?

kevincox , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
@kevincox@lemmy.ml avatar

Oh, flac fixes for HLS. I wonder if https://github.com/jellyfin/jellyfin/issues/8722 was fixed. I'll have to try it out today.

walden , to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released

Cool. There's a db fail bug elsewhere that I didn't run into thankfully.

I had to switch from ConfusedPolarBear(archived on GitHub now) to this fork for intro skipping. Works great.

I'm still scanning for the new trickplay function but I've been hoping for something like that. It was disabled in the settings by default, plus you have to enable it on a per-library basis, and of course you can either wait for the schedule to start the scan, or start it yourself in scheduled tasks.

EncryptKeeper ,

God damn, Jellyfin still hasn’t figured out intro skipping?

walden ,

I guess not. To be fair, if I wanted intro skipping to be baked in to whatever I'm using, I'd pay $5 or $6/month for Plex or Emby. I paid for Plex Pass for years, but I'm switching away because I think Plex is getting too "commercial" if that makes sense.

Jellyfin is great so far, and if I have to spend 5 minutes installing an add-on to get intro skipping, that's fine with me.

1hitsong OP Mod ,
@1hitsong@lemmy.ml avatar

If I remember correctly, there was an issue that was/is being worked on, but it wouldn't get resolved until after the 10.9 feature cutoff date.

We didn't want to delay the 10.9 release to wait on it knowing 10.10 will be a fast follow.

Dempf ,

Hoping that it gets included soon as the folks developing the Android TV client have said they don't want to support intro skipping until it's part of Jellyfin core. Until then the only option is auto skipping and I don't really want to do that.

jlow ,
@jlow@beehaw.org avatar

I thought intro-skipping had been included in Jellyfin now but this doesn't seem to be the case (can't find it in release notes) … Thanks for the tip for the 10.9 plugin 😸

PlexSheep , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"

I am very happy to hear that. Will update later today.

asphalt , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"

I wonder if lyrics on songs work now

apinsard ,

Yep it does after a quick library scan. Only on supported clients though, not jellyfin media player yet

WhyAUsername_1 ,

Can you explain how to configure it?
I use finamp

domi ,
@domi@lemmy.secnd.me avatar

Do a library rescan on your music library and then download the latest Finamp beta from here: https://github.com/jmshrv/finamp/releases

Lyrics should work then:

https://lemmy.secnd.me/pictrs/image/fa6b8cc6-5a16-4071-8f2f-edeead8e2c2e.png

@Catsrules

Catsrules ,

How does this work?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • All magazines