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: ombre (Asator)
Last Packager: ombre
Votes: 109
Popularity: 0.000729
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 »

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

barskern commented on 2019-12-18 15:04 (UTC)

As mentionned by @bertof the 2019-09-12 08:54, there is two desktop files in this package. The one provided by the github package is preferable to the one provided as a build file. It would be great if the one provided here would be removed in favor of the one provided by the github repository.

greyltc commented on 2019-12-15 15:26 (UTC)

The build is broken for me with the error shown in Roken's comment below.

Roken commented on 2019-12-14 08:20 (UTC) (edited on 2019-12-14 08:21 (UTC) by Roken)

/home/*****/.cache/yay/plex-media-player/src/plex-media-player-2.47.0.1035-e74d341b/src/player/CodecsComponent.cpp:687:83: error: call of overloaded ‘append(<brace-enclosed initializer list>)’ is ambiguous
  687 |   headers.append({"X-Plex-Product", WITH_CODECS ? "Plex Media Player" : "openpmp"});
      |                                                                                   ^

yochananmarqos commented on 2019-12-04 18:42 (UTC) (edited on 2019-12-04 18:42 (UTC) by yochananmarqos)

Why is this not showing the new Movies & TV category? Both the web app and Android app have it.