NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 9 10 11 12 13 … 43 Next »
LiveTV playback does not have Pause/Skip-forward/Skip-backward controls

 
  • 0 Vote(s) - 0 Average
LiveTV playback does not have Pause/Skip-forward/Skip-backward controls
wmarler
Offline

Junior Member

United States
Posts: 17
Threads: 6
Joined: Apr 2020
#1
2020-04-17, 06:24 PM
I built kodi-pvr/pvr.nextpvr and it shows the guide and changes channels as expected. 

When I'm watching LiveTV, the only playback controls are Stop and Record -- I would expect Pause, Rewind/Skip-bacwards and Forward/Skip-forwards. 

Do I need to do something special to get these to appear?

[Image: mwYfvVC.png]
               ^
               |
               These are the controls I'm talking about


(I built the addon in Arch using the following PKGBUILD)
Code:
# Maintainer: Will Marler <will@marler.com>
pkgname=kodi-addon-pvr-nextpvr
pkgver=3.3.19
pkgrel=1
pkgdesc='NextPVR PVR client addon for Kodi'
_koditarget=Leia
_gitname=pvr.nextpvr
_kodiver=18.6
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/${_gitname}"
license=('GPL2')
groups=('kodi-addons')
makedepends=('cmake' 'kodi-platform' 'git' 'kodi-dev')
depends=('kodi')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
        "kodi-${_kodiver}_${_koditarget}.tar.gz::https://github.com/xbmc/xbmc/archive/${_kodiver}-${_koditarget}.tar.gz"
)
sha256sums=('5f1b7fa00d7248fa840a0e7574bb7714867bff4ad81ceb8ed33cb3aa6d5ccbe9'
            '47e6d7d4e01dbda92ff83a3e141ac43003e918133e78b3a4b79faff65184711c')
build() {
    cmake \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_LIBDIR=/usr/lib/kodi \
        -DCMAKE_BUILD_TYPE=Release \
        -DBUILD_SHARED_LIBS=1 \
        -DADDONS_TO_BUILD=pvr.nextpvr \
        -DADDONS_SRC_PREFIX=../.. \
        -B build \
        xbmc-${_kodiver}-${_koditarget}/cmake/addons
    make -C build
}
      
package() {
    install -d "${pkgdir}/usr"
    mv build/.install/lib "${pkgdir}/usr/"
    mv build/.install/share "${pkgdir}/usr/"
}
wmarler
Offline

Junior Member

United States
Posts: 17
Threads: 6
Joined: Apr 2020
#2
2020-04-17, 06:39 PM
I also posted an issue https://github.com/kodi-pvr/pvr.nextpvr/issues/122on the pvr.nextpvr Github project page and was redirected to here with " this is a setup issue not related to the addon code."
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#3
2020-04-17, 06:57 PM
In the addon settings you need to enable timeshift mode. The default is realtime.
wmarler
Offline

Junior Member

United States
Posts: 17
Threads: 6
Joined: Apr 2020
#4
2020-04-17, 08:03 PM
Hey, thanks, that's incredibly simple.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi NextPVR playback error "Playback Failed" eggburt 6 2,495 2024-02-16, 04:33 AM
Last Post: eggburt
  playback stop MaxOne72 1 741 2023-05-05, 03:10 AM
Last Post: mvallevand
  Playback of LiveTV Recording that is still recording behaviour RealTeej 24 5,106 2023-03-14, 07:55 PM
Last Post: kirschey
  Kodi Pause, Rewind and Fast Forward not working mcragoe 5 4,420 2022-03-14, 06:35 PM
Last Post: mvallevand
  Playback Failed persim 3 2,522 2021-08-18, 01:38 PM
Last Post: mvallevand
  Kodi LiveTV timer with NextPVR backend jakelyods58 2 1,645 2021-02-26, 12:14 PM
Last Post: Graham
  Horizontal Bars on Playback motocrossmann 3 1,315 2020-12-11, 07:28 PM
Last Post: motocrossmann
  Pause/Resume strange behavior Kodi 18.6 Leia aderlopas 16 5,644 2020-05-21, 04:56 PM
Last Post: aderlopas
  Leia Time Shifting Does Respect Backend Pause Buffer Setting jmooremcc 21 7,591 2020-01-02, 04:56 PM
Last Post: mvallevand
  Kodi addon keeps freezing, on playback then dumping back in the recordings list sitush 37 12,989 2019-05-06, 02:01 PM
Last Post: sitush

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode