NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,180
» Latest member: Dollyart
» Forum threads: 65,376
» Forum posts: 602,167

Full Statistics

Online Users
There are currently 1290 online users.
» 0 Member(s) | 1284 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
actors producer director
Forum: Wishlist
Last Post: a1blues
2 hours ago
» Replies: 4
» Views: 34
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Today, 01:00 AM
» Replies: 1
» Views: 122
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 105
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 91
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 137
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,803
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 181
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,452
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 363
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 268

 
  EPG on Web-Client not showing current programs
Posted by: spin35 - 2022-03-07, 03:40 AM - Forum: Windows - Replies (1)

I've noticed that the Web-Client EPG doesn't show programs that are currently airing if the start of the program was before the earliest time in the EPG window.
If you click on the empty box, the dialog opens with the programs details.
If you scroll the timeline to the left to show the start time - the title is there.


This problem does not occur in the Desktop App.  It appears to solve the problem and places the program title in the available space from the left of the window to the program end-time.

It's certainly not a big issue, but I thought I'd bring this up see if there's a fix for it in some future update.  Perhaps we can pre-fix the title with a "<" to denote that the start is off the screen.



Attached Files Thumbnail(s)
   
Print this item

  Changing audio channel in AppleTV app
Posted by: g0141 - 2022-03-06, 12:11 AM - Forum: NextPVR iOS and AppleTV Clients - Replies (16)

Hi. Apologise if this has already been mentioned but couldn't find in a search.

Using Apple TV app, I'm sure I used to be able to select and change the audio channel on recordings and live TV by pressing and holding the track pad. This resulted in a drop down menu and ability to choose which audio channel. This no longer happens, long press now simply pauses. Am I doing something wrong?

Apple tv app 3.5 (build 25)
tvos.15.3

Cheers

Print this item

  Dvbv5 workaround for Raspberry Pi?
Posted by: dirklangohr - 2022-03-05, 06:53 PM - Forum: Linux - Replies (12)

Hey guys,

I'm currently trying to set up the NextPVR server on my Raspberry Pi (using the 64bit Raspberry OS) for DVB-S usage. Unfortunately, scanning for  channels doesn't work. The server finds the device (Sundtek DVB-S/S2 (VIII)) but scanning for channels simply yields nothing. Logs indicate that NextPVR isn't able to find a device when scanning, even though it is recognised in the device section and enabled. Running dvbv5-scan on his own indicates the same problem. According to this thread in the Raspberry Pi forum, dvbv5-scan doesn't work on any arm system.

Can somebody confirm this? It seems a bit odd to me. And if it's true, is there a workaround to avoid dvbv5-scan? Importing channels from other sources isn't currently implemented from what I understood.

Thank you for your help

dirklangohr

Print this item

  playback position
Posted by: artmetz - 2022-03-04, 08:37 PM - Forum: Wishlist - Replies (6)

Something to consider. When I encounter a hang or crash, often the playback position isn't stored. Any chance it could be stored every 30-60 seconds so I don't have to figure out where the recording was at?
Art

Print this item

  Need help with Filmon
Posted by: vitony - 2022-03-04, 05:13 PM - Forum: Extras - Replies (10)

I'm running the NextPVR server on a Windows 10 PC and deployed the following steps to get Filmon working

1. Downloaded and installed Streamlink 3.1.1 for Windows from the Github Assets section (https://github.com/streamlink/streamlink.../tag/3.1.1)
2. Downloaded the Filmon zip file and extracted the file to C:\Program Files\NextPVR\data
3. Set up guide on SD
3. Restarted server (and also restarted computer).

I'm not seeing Filmon as a source in the server's devices (even after Rescanning for Devices)

Any guidance would be appreciated.

Print this item

  NLite hang
Posted by: artmetz - 2022-03-03, 11:57 PM - Forum: NLite - Replies (3)

sub,
I've been experiencing hangs with NLite on a client (Windows 10). Currently on the 2/24 build.
Don't think this matters, but the machine is on a fast wireless connection, but I can still remote in after the lockup.
Finally captured a log. NLite.log included. Let me know if you need anything else.

Art



Attached Files
.zip   logs-20220303-1650.zip (Size: 1.35 MB / Downloads: 1)
Print this item

  Access issue
Posted by: ag100pct - 2022-03-03, 10:21 PM - Forum: Linux - Replies (11)

After some troubleshooting, NextPVR seems to be fine.
However it doesn't seem to be able to access my newly formatted data drive:    /mnt/Data
I was getting "Streaming Failed (transcoder exited)".  After some troubleshooting it seems to be access to the new /mnt/Data disk.

I can read and write data to it but NextPVR doesn't seem to be able to.

I tried:
sudo chgrp video '/mnt/Data/RecordedTV'
chmod +775 '/mnt/Data/RecordedTV'
chmod g+s '/mnt/Data/RecordedTV'
setfacl -d -m g::rwX '/mnt/Data/RecordedTV'


No joy.    Obviously I missed something.  Something is sideways with permissions.

When I use the web gui, I can see the disk...and I go to the directory (RecordedTV) and select it, but then it bounces back to the disk.

Got me stumped.  

How did I mess this up?   Thanks....

Print this item

  Cancel Recordings When Low on Space
Posted by: bsperduto - 2022-03-03, 01:11 PM - Forum: Windows - Replies (1)

Hi,

Is there anyway within NextPVR to auto cancel or stop recordings when the target drive is low on space? As best I can tell it seems to be willing to go all the way to 0 free space which can be a challenge when NextPVR is installed on the same drive.

Thanks

Print this item

  Filter Recordings
Posted by: jrockow - 2022-03-03, 01:07 PM - Forum: Windows - Replies (22)

sub
Let me start by saying this is not a request for you to change anything, it's just a question.
Is there a way, in the web UI, to display/filter the recordings according to the folders they were recorded in, as opposed to displaying all recordings that were made?
This is a feature I've been using in V4.

Print this item

  change the default Recording Type
Posted by: jrockow - 2022-03-02, 02:26 PM - Forum: Windows - Replies (17)

Is there a way to change the default Recording Type when using the Advanced tab to set up a recording?
Now it comes up as Record Series (All Episodes).
I couldn't find a way looking at the config file.

Print this item

Pages (6435): « Previous 1 … 263 264 265 266 267 … 6435 Next »
Jump to page 

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