Package Details: zyplayer-appimage 3.2.7-1

Git Clone URL: https://aur.archlinux.org/zyplayer-appimage.git (read-only, click to copy)
Package Base: zyplayer-appimage
Description: 跨平台桌面端视频资源播放器,免费高颜值
Upstream URL: https://github.com/Hiram-Wong/ZyPlayer
Licenses: MIT
Conflicts: zyplayer
Submitter: archblue
Maintainer: None
Last Packager: archblue
Votes: 1
Popularity: 0.003354
First Submitted: 2023-05-14 17:09 (UTC)
Last Updated: 2023-08-20 11:52 (UTC)

Latest Comments

Duter2016 commented on 2024-05-16 17:57 (UTC)

3.3.2 后版本 基础设置->数据管理->配置导入->远端导入---地址[https://zy.catni.cn/api/config_v3.json]

Duter2016 commented on 2024-05-15 15:43 (UTC)

安装3.3.4-PKGBUILD:

# Maintainer: archblux  <archblux@126.com>
pkgname="zyplayer-appimage"
pkgver=3.3.4
pkgrel=1
pkgdesc="跨平台桌面端视频资源播放器,免费高颜值"
arch=("x86_64")
url="https://mirror.ghproxy.com/https://github.com/Hiram-Wong/ZyPlayer"
license=("MIT")
depends=('zlib' 'glibc' 'hicolor-icon-theme')
options=(!strip)
conflicts=("${pkgname%-appimage}")
_install_path="/opt/appimages"
source=("${pkgname%-appimage}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/ZYPlayer-linux-${pkgver}-${arch}.AppImage"
    "LICENSE::https://raw.githubusercontent.com/Hiram-Wong/ZyPlayer/main/LICENSE")
sha256sums=('c2a2f98abc2ec1ddc3f688df94e193cd51f29e44b27ed41a14b82ebd63f5efc3'
            '05a41f7b9dc819453e9c8c3ea4e144fe7e3d09d0f78bdf800e92810312f99094')

prepare() {
    chmod a+x "${pkgname%-appimage}-${pkgver}.AppImage"
    "./${pkgname%-appimage}-${pkgver}.AppImage" --appimage-extract > /dev/null
    sed 's|AppRun|/opt/appimages/zyplayer.AppImage|g;s|zy-player|zyplayer|g;s|Utility|AudioVideo;Utility|g' -i "${srcdir}/squashfs-root/zyplayer.desktop"
}
package() {
    install -Dm755 "${srcdir}/${pkgname%-appimage}-${pkgver}.AppImage" "${pkgdir}/${_install_path}/${pkgname%-appimage}.AppImage"
    install -Dm644 "${srcdir}/squashfs-root/zyplayer.desktop" "${pkgdir}/usr/share/applications/${pkgname%-appimage}.desktop"
    for _icons in 16x16 32x32 48x48 64x64 128x128 256x256 512x512;do
        install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/${_icons}/apps/zyplayer.png" \
            "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-appimage}.png"
    done
    install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

zxp19821005 commented on 2023-05-23 07:14 (UTC)

不需要导入,只需要在设置界面的最下方,点击一键配置,输入接口地址就可以了https://ghproxy.net/https://raw.githubusercontent.com/mengzehe/tvbox/main/zyplayer.json