NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 9 10 11 12 13 … 34 Next »
Config File

 
  • 0 Vote(s) - 0 Average
Config File
kevin-pvr
Offline

Junior Member

Canada
Posts: 14
Threads: 4
Joined: Nov 2022
#1
2022-12-11, 06:53 PM (This post was last modified: 2022-12-11, 07:21 PM by kevin-pvr.)
Where is the config file for the WEB app in linux?

I am playing back video from the WEB interface localhost:8866/player.html not the uiclient localhost:8866/uiclient.html

I want to change the skip ahead and skip back times.  The WEB interface appears to have a skip forward of about 2 minutes and no skip back.  This is by clicking on the FF icon.  Right arrow keys don't work for me in that interface.

Is there a config file to change these?

I found a config file in /opt/nextpvr/system/data called Config-master-don't-edit.xml.  I assume this is for the uiclient.

Edit, okay I found this directory with the config.xml file /var/opt/nextpvr. I still assume this is for the uiclient and not the WEB interface.

I am trying to use the WEB interface as I get choppy video when using the uiclient (but I will start another thread for that later).

Thanks,
Kevin
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#2
2022-12-11, 07:20 PM
These web app skip times are not from a config file. You'd have to change player.html. Specifically, the skipForward() and skipBack() functions.
kevin-pvr
Offline

Junior Member

Canada
Posts: 14
Threads: 4
Joined: Nov 2022
#3
2022-12-11, 09:50 PM
Great, thanks so much.
kevin-pvr
Offline

Junior Member

Canada
Posts: 14
Threads: 4
Joined: Nov 2022
#4
2022-12-11, 10:43 PM
When I look at the player.html file is the following...

function skipForward() {
console.log("skipForward");

if (liveMode == false) {
pause();
var player = document.getElementById('video_1');
var time = ((player.currentTime + startSeconds) + 60);
if (time > durationSeconds)
time = durationSeconds - 5;
startSeconds = time;
start();
I would think that would mean skip ahead 60 s. In practice it skips ahead a little over 120 s and skip back does nothing.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#5
2022-12-11, 10:59 PM
Do things work better for you if you drag the timeline with a mouse instead?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#6
2022-12-11, 11:01 PM (This post was last modified: 2022-12-11, 11:01 PM by mvallevand.)
The web player is not a sophisticated PVR player you really should consider one of the many direct play clients. You could even use AC3 output from the Tablo and get 5:1 sound and use a remote with a 10' interface.

Martin
kevin-pvr
Offline

Junior Member

Canada
Posts: 14
Threads: 4
Joined: Nov 2022
#7
2022-12-11, 11:09 PM
At the moment I am exploring/testing with the PVR until l gey an IPTV subscription. I normally use the Tablo WEB app for viewing Tablo stuff.

What player would you recommend for NextPVR?

I modified
var time = ((player.currentTime + startSeconds) + 60);

to

var time = ((player.currentTime + startSeconds) + 88);

and I get a 3 minute skip ahead.

The skip back does nothing.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#8
2022-12-11, 11:19 PM
I don't watch Netflix or Prime etc in a browser so for me PVR viewing is no different.

I used to use uidroid the uiclient for Android, but sub introduced a bug later on in v5 which makes it hard for me to use so right now I use Kodi on CoreElec or Android.

Martin
kevin-pvr
Offline

Junior Member

Canada
Posts: 14
Threads: 4
Joined: Nov 2022
#9
2022-12-11, 11:22 PM
Great, thanks.

Cheers,
Kevin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  file name strategy kfmf 10 593 2024-11-15, 09:45 PM
Last Post: mvallevand
  folder location XMLTV file [LibreElec] retrofan 2 481 2024-08-22, 08:32 AM
Last Post: retrofan
  updated DVB-C tuning file for SAT>IP The Netherlands and question retrofan 30 3,018 2024-08-17, 07:58 PM
Last Post: retrofan
  Congog file keeps changing WagMan 3 553 2024-01-06, 02:21 PM
Last Post: WagMan
  Timing file 0 byte VCR58 13 1,767 2023-07-27, 02:57 AM
Last Post: mvallevand
  xmltv file not being read JogG 1 512 2023-07-01, 03:11 PM
Last Post: mvallevand
  file naming (renaming) strategy / recordings (movie) kfmf 22 2,543 2023-05-15, 07:19 PM
Last Post: mvallevand
  LibreElec file locations jcjefferies 24 3,033 2023-01-27, 05:32 PM
Last Post: jcjefferies
  How to change user and location of config data? Deihmos 1 779 2022-10-25, 11:39 PM
Last Post: mvallevand
  How to select dvb-c tunning file? oleDK 1 632 2022-08-12, 12:38 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode