[Release] DVBViewer Recording Service PVR
(2012-11-07, 11:15)Steini1971 Wrote: one questions for the recordings:

if I want to go fast forward more than 2x, the recording will skip
if I want to go fast back, the movie will skip direct

Is ther any possiblility to jump some minutes (something like 2 or 5 minutes?)

Playback is handled by XBMC and the add-on only delivers the url of the recording.

I tried a couple of recordings and I can fast forward at 2x, 4x and 8x without problems. To jump some minutes, use the up/down key (10 minutes) or the righ/left (30 secs). This values can be modified editing the advancedsettings.xml file

Code:
<timeseekforward>30</timeseekforward>  <!-- Time to seek forward in seconds when doing a short seek.  Defaults to 30. -->
  <timeseekbackward>-30</timeseekbackward>  <!-- Time to seek backward in seconds when doing a short seek.  Defaults to -30. -->
  <timeseekforwardbig>600</timeseekforwardbig>  <!-- Time to seek forward in seconds when doing a long seek.  Defaults to 600 (10 minutes). -->
  <timeseekbackwardbig>-600</timeseekbackwardbig>  <!-- Time to seek forward in seconds when doing a long seek.  Defaults to -600 (10 minutes). -->

Quote:Is it possibly to order the recordings to the recording date?

Press 'c' and select "Sort by: Date"



Messages In This Thread
RE: [Release] DVBViewer Recording Service PVR - by A600 - 2012-11-07, 16:10
New Version of PVR.Addon?? - by tvfreak - 2012-12-02, 18:20
Wrong channel name - by Highjack - 2013-04-27, 19:16
Cannot connect to dvbviewer... - by blion - 2014-11-22, 12:34
Logout Mark Read Team Forum Stats Members Help
[Release] DVBViewer Recording Service PVR12