Package Details: open-tv-bin 1.5.2-2

Git Clone URL: https://aur.archlinux.org/open-tv-bin.git (read-only, click to copy)
Package Base: open-tv-bin
Description: Fast and powerful IPTV app
Upstream URL: https://github.com/fredolx/open-tv
Licenses: GPL2
Submitter: fredol
Maintainer: fredol
Last Packager: fredol
Votes: 9
Popularity: 2.09
First Submitted: 2023-03-25 00:14 (UTC)
Last Updated: 2025-03-28 20:47 (UTC)

Latest Comments

1 2 Next › Last »

fredol commented on 2025-03-28 20:48 (UTC)

Hi @dsz,

Thank you for your feedback. I added the dependency to the PKGBUILD.

Thank you, Frederic Lachapelle

dsz commented on 2025-03-28 04:20 (UTC)

I needed to install libayatana-appindicator with the current version otherwise it would crash on launch.

thread 'main' panicked at /home/fred/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libappindicator-sys-0.9.0/src/lib.rs:41:5:
Failed to load ayatana-appindicator3 or appindicator3 dynamic library
libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory
libappindicator3.so.1: cannot open shared object file: No such file or directory
libayatana-appindicator3.so: cannot open shared object file: No such file or directory
libappindicator3.so: cannot open shared object file: No such file or directory
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

spikerguy commented on 2025-03-26 15:34 (UTC)

Brilliant work.

Will definitely donate.

The caching function in open-tv resolved the stream lags when using iptvnator

fredol commented on 2024-10-23 04:22 (UTC)

If you want to support Open TV and see new cool features see the light, please consider donating.

https://github.com/Fredolx/open-tv?tab=readme-ov-file#this-project-needs-your-help-please-consider-donating-on-github-patreon-paypal-or-directly-by-crypto

fredol commented on 2024-10-18 18:26 (UTC)

If you like Open TV, don't forget to vote for this package on the AUR. Thanks!

fredol commented on 2024-10-15 21:25 (UTC)

Thanks softExpert, I took most of your suggestions for the new PKGBUILD

SoftExpert commented on 2024-10-09 06:31 (UTC) (edited on 2024-10-09 06:45 (UTC) by SoftExpert)

Hello, the latest version (1.0.1) is available as DEB package.

Here is my PKGBUILD updated for the current version.

# Maintainer: Frédéric Lachapelle <frederic.lachapelle7@gmail.com>

pkgname=open-tv-bin
pkgver=1.0.1
pkgrel=1
pkgdesc='Fast & Simple IPTV app'
arch=('x86_64')
url='https://github.com/fredolx/open-tv'
license=('GPL2')
depends=('mpv')
options=(
    !emptydirs # Remove empty directories from package because why not
)

source=(
  "${pkgname}-${pkgver}-${arch}.deb::https://github.com/Fredolx/open-tv/releases/download/v${pkgver}/Open.TV_${pkgver}_amd64.deb"
  "${pkgname}-${pkgver}.LICENSE::https://raw.githubusercontent.com/Fredolx/open-tv/refs/tags/v${pkgver}/LICENSE"
)
sha512sums=('b01426e68011c8f0ad2529c4e0dee46402d12599014d34b36c9eb1c1e2a6839676cbd110237b500ea9dc5e7983bba2e3158fadb043c50da72d5e83814fe3c900'
            'aee80b1f9f7f4a8a00dcf6e6ce6c41988dcaedc4de19d9d04460cbfb05d99829ffe8f9d038468eabbfba4d65b38e8dbef5ecf5eb8a1b891d9839cda6c48ee957')

prepare() {
    bsdtar -xf "${srcdir}/data.tar.xz" -C "${srcdir}/"
}

package() {
    cp -a \
        "${srcdir}/usr/" \
        "${pkgdir}/usr/"
    install -Dm644 \
        "${srcdir}/${pkgname}-${pkgver}.LICENSE" \
        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -dv "${pkgdir}/usr/bin"
}


** edited to remove electron dependency

fredol commented on 2024-10-02 06:24 (UTC)

I will update for 1.0.0 on AUR soon. Thank you for your patience.

ArchEisley commented on 2024-07-17 17:48 (UTC)

I installed this on Manjaro, I cd into /opt/open-tv/app/ then I used npm start, all I get is a blank window and the following output in the terminal:

https://pastebin.com/XXcNWjF8

selatinabi commented on 2024-02-05 13:55 (UTC)

Thank you for your efforts fredol