Package Details: plex-media-player 2.58.1-3

Git Clone URL: https://aur.archlinux.org/plex-media-player.git (read-only, click to copy)
Package Base: plex-media-player
Description: Next generation Plex Desktop Client
Upstream URL: https://github.com/plexinc/plex-media-player
Licenses: GPL
Conflicts: jellyfin-media-player
Submitter: TingPing
Maintainer: Asator
Last Packager: ombre
Votes: 109
Popularity: 0.000067
First Submitted: 2015-11-29 18:10 (UTC)
Last Updated: 2022-04-06 20:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 35 Next › Last »

boennhoff commented on 2020-01-01 21:40 (UTC) (edited on 2020-01-01 21:56 (UTC) by boennhoff)

Recompiling/Reinstalling was possible using the patched patch from @Yardanico (o_O). And because the curent PKGBUILD does not compile anymore I flagged the package outdated.

BUT problem described by @hps remains: This plex player version seems to be broken, suspectingly because of QT 5.14. I created a bug report upstream: https://github.com/plexinc/plex-media-player/issues/931

boennhoff commented on 2019-12-31 09:19 (UTC) (edited on 2020-01-01 21:54 (UTC) by boennhoff)

Trouble here also... 2.47.0-1 was working, then stopped working with the same symptoms described by @hps, on two computers.

Recompiling/Rebuilding the package failed then as described below. I am trying the patch from @Yardanico now...

Is a problem like that enough to "outdate" the package, to obviously flag it as being bad? Because actually it's not outdated.

aonsao commented on 2019-12-31 02:00 (UTC)

It won't even install for me. Same issue with regular & git choice. I'm getting:

Cloning into 'plex-media-player'...
done.
==> Starting prepare()...
error: corrupt patch at line 15
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: plex-media-player-git

mohan226 commented on 2019-12-27 10:49 (UTC)

@hps I'm having the same problem too.

hps commented on 2019-12-27 10:23 (UTC)

@Yardanico Did you paste the patch from a terminal? There seems to be a lot of extra trailing whitespace that make the patch fail. Manually removing all trailing spaces makes it apply fine.

Does anyone else have a problem with the UI since QT 5.14? For me, UI elements are not cleared from screen. I need to switch between windowed and fullscreen for them to clear. (I.e. screen is a gray gradient when starting to playing a video and seek bar remains and covers screen until manually cleared)

Perfecon commented on 2019-12-26 18:29 (UTC) (edited on 2019-12-26 18:39 (UTC) by Perfecon)

@localh0st I'm really sorry, didn't do "never" in time options of the paste, fixed now!

If someone wants to preview the patch without downloading:

--- a/src/player/CodecsComponent.cpp    2019-12-10 20:22:36.000000000 +0300                                          
+++ b/src/player/CodecsComponent.cpp    2019-12-25 18:13:48.973701844 +0300                                          
@@ -683,9 +683,9 @@                                                                                                  
   Downloader::HeaderList headers;                                                                                   
   QString auth = SystemComponent::Get().authenticationToken();                                                      
   if (auth.size())                                                                                                  
-    headers.append({"X-Plex-Token", auth});                                                                         
-  headers.append({"X-Plex-Product", WITH_CODECS ? "Plex Media Player" : "openpmp"});                                
-  headers.append({"X-Plex-Platform", "Konvergo"});                                                                  
+    headers.append(qMakePair<QString, QString>("X-Plex-Token", auth));                                              
+  headers.append(qMakePair<QString, QString>("X-Plex-Product", WITH_CODECS ? "Plex Media Player" : "openpmp"));     
+  headers.append(qMakePair<QString, QString>("X-Plex-Platform", "Konvergo"));                                       
   return headers;                                                                                                   
 }

localh0st commented on 2019-12-26 16:28 (UTC)

@Yardanico I am unable to find the files for "lol.patch"

Perfecon commented on 2019-12-25 15:37 (UTC) (edited on 2019-12-26 18:30 (UTC) by Perfecon)

Temporary fix (patch and modified PKGBUILD), not sure if this is the best way, but it compiles:

rm PKGBUILD
curl https://paste.debian.net/download/1122667 > PKGBUILD
curl https://paste.debian.net/download/1122742 > lol.patch
makepkg -si

vcupelloni commented on 2019-12-24 11:55 (UTC)

Broken build here with same error as @Roken said