diff options
author | Marco Lavorini <sbo.mlavorini@outlook.com> | 2024-04-02 09:44:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-02 11:35:41 +0700 |
commit | bd682fc54ece92996848c22486cec278cea322ec (patch) | |
tree | 097a1a542ee226c07924d011e1f8a491b4becf88 /multimedia | |
parent | 08957e592d2b6c878377a0d0a1776087985b0658 (diff) |
multimedia/iptvnator: Updated for version 0.15.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/iptvnator/README | 35 | ||||
-rw-r--r-- | multimedia/iptvnator/iptvnator.SlackBuild | 4 | ||||
-rw-r--r-- | multimedia/iptvnator/iptvnator.info | 6 |
3 files changed, 22 insertions, 23 deletions
diff --git a/multimedia/iptvnator/README b/multimedia/iptvnator/README index fa788db37731..de5739ac64d7 100644 --- a/multimedia/iptvnator/README +++ b/multimedia/iptvnator/README @@ -13,21 +13,20 @@ Note: IPTVnator doesn't provide any playlists or other digital content. Features - -- M3u and M3u8 playlists support -- Upload playlists from a file system -- Add remote playlists via URL -- Playlists auto-update feature -- Open playlist from the file system -- Search for channels -- EPG support (TV Guide) with detailed info -- TV archive/catchup/timeshift -- Group-based channels list -- Save channels as favorites -- Global favorites aggregated from all playlists -- HTML video player with hls.js support or Video.js based player -- Internalization, currently 7 languages are supported (en, ru, de, ko, - es, zh, fr) -- Set custom "User Agent" header for a playlist -- Re-fetch/auto-update playlists -- Light and Dark theme +- M3u and M3u8 playlists support +- Xtream Code (XC) and Stalker portal (STB) support +- External player support - mvp, VLC +- Add playlists from file system or from remote URL +- Playlists auto-update feature on app startup +- Search for channels +- EPG support (TV Guide) with detailed info +- TV archive/catchup/timeshift +- Group-based channels list +- Save channels as favorites +- Global favorites aggregated from all playlists +- HTML video player with hls.js support or Video.js based player +- Internalization, currently 8 languages are supported (en, ru, de, ko, + es, zh, fr, it) +- Set custom "User Agent" header for a playlist +- Light and Dark theme +- Version for self-hosted docker is available diff --git a/multimedia/iptvnator/iptvnator.SlackBuild b/multimedia/iptvnator/iptvnator.SlackBuild index a6e0101582e4..02cb8213439f 100644 --- a/multimedia/iptvnator/iptvnator.SlackBuild +++ b/multimedia/iptvnator/iptvnator.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for iptvnator -# Copyright 2023 Marco Lavorini, Campiglia Marittima Italy +# Copyright 2023-2024 Marco Lavorini, Campiglia Marittima Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=iptvnator -VERSION=${VERSION:-0.15.0} +VERSION=${VERSION:-0.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/multimedia/iptvnator/iptvnator.info b/multimedia/iptvnator/iptvnator.info index 6ffe8152fdc2..1755e4f21082 100644 --- a/multimedia/iptvnator/iptvnator.info +++ b/multimedia/iptvnator/iptvnator.info @@ -1,10 +1,10 @@ PRGNAM="iptvnator" -VERSION="0.15.0" +VERSION="0.15.1" HOMEPAGE="https://github.com/4gray/iptvnator" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/4gray/iptvnator/releases/download/v0.15.0/iptvnator_0.15.0_amd64.deb" -MD5SUM_x86_64="9bd70c5eb287766c3b77f55488ec2489" +DOWNLOAD_x86_64="https://github.com/4gray/iptvnator/releases/download/v0.15.1/iptvnator_0.15.1_amd64.deb" +MD5SUM_x86_64="35b243ffb88ae2188db4d5d81f4738a3" REQUIRES="" MAINTAINER="Marco Lavorini" EMAIL="sbo.mlavorini@outlook.com" |