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

jellyfin.org

CCMan1701A , to Jellyfin: The Free Software Media System in Jellyfin 10.9.0 Stable release

Cool I updated anyway because I live dangerously

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

Woohoo! I think the fix for iOS audiobooks that I helped (well asked enough questions that someone else then fixed quickly) bring into the world!
https://blog.rayberger.org/fixing-jellyfin-ios-audiobook-streaming

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 😸

1hitsong Mod , to Jellyfin: The Free Software Media System in Jellyfin 10.9.0 Stable release
@1hitsong@lemmy.ml avatar

There's a pinned announcement post that I made yesterday. It should be at the top.

Mountaineer OP ,
@Mountaineer@aussie.zone avatar

Yeah, I can see it now.
I can only assume that the post hadn't propagated to my server 3 hours ago.

theredhood , to Jellyfin: The Free Software Media System in Jellyfin 10.9.0 Stable release

Thanks for the heads up about the issues. I'll probably wait for 10.9.1 too.

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

Glad to donate money to the team. Love their work

Sunny , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
@Sunny@slrpnk.net avatar

Woah what a massive feature list, kudos to the Devs! 🙌

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?

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

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

Yay Jellyfin! What an awesome app!

RootBeerGuy , to Selfhosted in Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!"
@RootBeerGuy@discuss.tchncs.de avatar

Awesome! Also great its just one breaking change. I think I don't use that variable, don't recall it at all.

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

New Lemmy Post: Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!" (https://lemmyverse.link/lemmy.world/post/15305516)
Tagging:

(Replying in the OP of this thread (NOT THIS BOT!) will appear as a comment in the lemmy discussion.)

I am a FOSS bot. Check my README: https://github.com/db0/lemmy-tagginator/blob/main/README.md

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

Hell yeah!

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.

ada , to Jellyfin: The Free Software Media System in Jellyfin Server/Web 10.9 Released
@ada@lemmy.blahaj.zone avatar

Dual subtitles!!! That's a game changer for me

Link ,

What’s the benefit of this? Is it two subtitles playing at the same time?

ada ,
@ada@lemmy.blahaj.zone avatar

Yep. It's really useful for learning a new language

Appoxo ,

Now we only need it in the AndroidTV app. Then I'd be 100% happy (basically 95% with the app atm) :)

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