Search Criteria
Package Details: playfin r91.4b7d2d3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/playfin.git (read-only, click to copy) |
---|---|
Package Base: | playfin |
Description: | Terminal-based Jellyfin player with MPV integration |
Upstream URL: | https://github.com/AlexJonker/playfin |
Keywords: | jellyfin jellyplayer mpv playfin |
Licenses: | MIT |
Submitter: | duckie_xyz |
Maintainer: | duckie_xyz |
Last Packager: | duckie_xyz |
Votes: | 1 |
Popularity: | 0.58 |
First Submitted: | 2025-05-31 21:40 (UTC) |
Last Updated: | 2025-06-13 23:36 (UTC) |
Dependencies (5)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR)
- python (python37AUR)
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- pyinstallerAUR (pyinstaller-gitAUR) (make)
Latest Comments
duckie_xyz commented on 2025-05-31 22:56 (UTC)
Fixed it, thanks Fabio!
FabioLolix commented on 2025-05-31 21:51 (UTC)
Hi, please use a proper pkgver() like
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
, what is here is not sequential and will be an issuehttps://wiki.archlinux.org/title/VCS_package_guidelines#Git