Package Details: jellyfin-media-player 1.9.1-1

Git Clone URL: https://aur.archlinux.org/jellyfin-media-player.git (read-only, click to copy)
Package Base: jellyfin-media-player
Description: Jellyfin Desktop Client
Upstream URL: https://github.com/jellyfin/jellyfin-media-player
Licenses: GPL
Submitter: nvllsvm
Maintainer: nvllsvm
Last Packager: nvllsvm
Votes: 38
Popularity: 1.95
First Submitted: 2021-04-05 17:59 (UTC)
Last Updated: 2023-04-24 15:58 (UTC)

Latest Comments

1 2 3 4 Next › Last »

tam1m commented on 2023-03-13 14:10 (UTC) (edited on 2023-03-13 14:14 (UTC) by tam1m)

Since 1.9.0 JMP doesn't use it's own custom webinterface anymore.

See commit https://github.com/jellyfin/jellyfin-media-player/commit/d35fb4db37cf976e0decc77be11fadd42c31e463

So the AUR package should also use the web release from https://repo.jellyfin.org/releases/server/portable/versions/stable/web/

Maybe the webinterface could even be decoupled from this package and instead be packaged in its own jellyfin-media-player-webinterface or something, since JMP is now able to use the servers webinterface without having one locally at all.

Commit for reference https://github.com/jellyfin/jellyfin-media-player/commit/2450ae1956284ebaee5ee1ebe9f207722b041dc9

Eothred commented on 2023-02-13 12:30 (UTC)

1.8.1 available.

balek commented on 2023-01-15 18:36 (UTC)

@Angular9878

I use the Gnome shell extension Espresso which disables sleep when an application is in fullscreen mode. It works well

Angular9878 commented on 2023-01-01 23:24 (UTC)

Got bored of waiting for a fix to the constant segfaults... and have downgraded mpv and pipewire to get this working again.

yay -S downgrade #handy utility to have
sudo downgrade mpv #to 0.34.1 from 0.35.0
sudo downgrade pipewire #to 0.3.61 from 0.3.63
yay -S jellyfin-media-player #make sure to cleanbuild it

It's a pipewire/mpv issue, not a jmp issue.

...in other news, does anyone have a work-around for this not calling gnome-session-inhibit? I am running gnome on wayland (not X11). I believe that mpv now correctly calls the inhibit, to prevent the screen going to sleep when watching something, but that JMP does not. I've had to resort to just disabling the screen sleep timer entirely, but this is obviously very suboptimal.

Salamandar commented on 2022-12-27 23:24 (UTC)

@gameslayer Same here. Thought this was an issue with my laptop, but seems like it's not.

proledatarian commented on 2022-12-19 20:23 (UTC)

Also no idea why but in contrast to the GIT-version, this version with -DLINUX_X11POWER=ON is actually not preventing my screen from locking or turning off while playing a video.

proledatarian commented on 2022-12-14 21:44 (UTC) (edited on 2022-12-14 21:46 (UTC) by proledatarian)

Maybe add mpv-mpris as an optional dependency for media controls: https://github.com/jellyfin/jellyfin-media-player/issues/3#issuecomment-1279828449.

gameslayer commented on 2022-12-10 07:24 (UTC) (edited on 2022-12-10 08:43 (UTC) by gameslayer)

Been noticing a lot of crashing issues (segmentation fault core dumped) and a few playback issues since this got updated, anyone having similar issues? might have to report this to the developers.

gameslayer commented on 2022-12-07 15:03 (UTC)

Thanks @nvllsvm, that fixed it!

kido007 commented on 2022-12-07 14:05 (UTC)

I followed the advice of a2sc: SegFaults occur since a recent system update. Installing libvdpau-va-gl helps

And my segfaults stopped, not only with jellyfin but several other programs

thank you