Package Details: plexamp-appimage 4.13.0-2

Git Clone URL: https://aur.archlinux.org/plexamp-appimage.git (read-only, click to copy)
Package Base: plexamp-appimage
Description: Modern music client for Plex
Upstream URL: https://plexamp.com
Conflicts: plexamp
Provides: plexamp
Submitter: TheGoliath
Maintainer: joeleg (naxels)
Last Packager: naxels
Votes: 30
Popularity: 0.96
First Submitted: 2020-06-28 20:24 (UTC)
Last Updated: 2025-11-30 09:27 (UTC)

Latest Comments

1 2 3 4 Next › Last »

naxels commented on 2025-12-06 14:10 (UTC)

Thanks for mentioning this SlimGary, have you reported this to Plex Forum? I don't recall if it worked on older version, but for me the Media Controls also don't work with this version.

One thing that does seem to be fixed is for some reason the previous version always stuck on 0-1s playback until I restarted PlexAmp at least once (or I saw in forum, switch audio source)

SlimGary commented on 2025-12-01 16:25 (UTC)

For some reasons, media controls broke after latest update (4.13.0-2)

nhawke commented on 2025-10-15 06:52 (UTC) (edited on 2025-10-16 02:42 (UTC) by nhawke)

The commands in the most recent comments from 2024-08-21 and 2024-12-10 are each slightly wrong. The first still has some white pixels in the corners after the -trim, and the second produces images that are 1024x1024 regardles of the value of $res and have a transparent border.

I took the correct bits from both to arrive that this command, which produces correctly transparent images that are the right size and fill the canvas fully.

magick -background none squashfs-root/usr/share/icons/hicolor/scalable/plexamp.svg -trim -resize $res squashfs-root/usr/share/icons/hicolor/$res/apps/plexamp.png

Also, the scalable svg icon should be in hicolor/scalable/apps not hicolor/scalable

install -Dm644 squashfs-root/usr/share/icons/hicolor/scalable/plexamp.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/plexamp.svg

drewbs commented on 2024-12-10 18:44 (UTC)

Similar to the previous comment, this is generating a white border. However, I used the following command and it worked w/ build 4.11.2-1.

magick -background none squashfs-root/usr/share/icons/hicolor/scalable/plexamp.svg -size $res squashfs-root/usr/share/icons/hicolor/$res/apps/plexamp.png

This could likely be tweaked to spit out a slightly better image but this is good enough for me.

<deleted-account> commented on 2024-08-21 21:19 (UTC)

convert command is generating icons with a white border around them. Suggest adding the following arguments to remove the border:

convert squashfs-root/usr/share/icons/hicolor/scalable/plexamp.svg -fuzz 10% -trim -transparent white -resize $res squashfs-root/usr/share/icons/hicolor/$res/apps/plexamp.png

FabioLolix commented on 2024-08-03 22:57 (UTC)

Confirming that librsvg is needed as makedepnds, also time to update the command

WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"

kode54 commented on 2024-08-03 20:48 (UTC)

This package has been updated since I mentioned librsvg is needed to build the package, yet the dependency was not added.

kode54 commented on 2024-07-09 04:07 (UTC)

There's a missing makedepend, librsvg, needed by imagemagick to convert the SVG icons.

samuel-emrys commented on 2024-05-05 00:23 (UTC)

Installation "finishes" successfully, but opening the application yields:

This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory

dpstorm commented on 2024-04-27 18:01 (UTC)

Interestingly, the latest version mounts correctly for me:

Plexamp-4.10.1.AppImage:

https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-4.10.1.AppImage

https://www.reddit.com/r/plexamp/comments/1bkrik9/plexamp_v4101_released/