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,193
» Latest member: davidrfellows@gmail.com
» Forum threads: 65,379
» Forum posts: 602,219

Full Statistics

Online Users
There are currently 1813 online users.
» 1 Member(s) | 1805 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Facebook, Google, Yandex, wax9090u

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
10 hours ago
» Replies: 39
» Views: 3,754
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Yesterday, 07:22 AM
» Replies: 2
» Views: 495
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Yesterday, 03:19 AM
» Replies: 15
» Views: 968
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,476
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 257
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 219
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 221
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 215
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 161
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 197

 
  cant login to web client to change settings
Posted by: nogoer - 2019-09-27, 02:48 PM - Forum: NextPVR Support - Replies (1)

First i am trying to run this concurrently with v4 because i want to test it out before i swap around my setup during fall tv starting.

Im on windows and ive unzipped the files into a seperate folder (NPVR5), run the server exe and then changed the port once i had the data config created to 8867. Then i restarted the service, opened up the v5 windows client and went to settings and clicked configure npvr server, that launched me into a browser. First im not sure where i would know the login settings as a regular user, but i knew to check the config file and pulled them from there. I tried logging using them to login and nothing so i changed them to more simple values and tried multiple times again and ntohing. I tried using chrome and edge and no luck.

Any idea what im doing wrong?

EDIT: I just tried shutting down v4 and running v5 on 8866 and i still cant login to configure the server. Im on win10 by the way

Print this item

  No episode title for recordings in Kodi
Posted by: nonob - 2019-09-27, 05:02 AM - Forum: Kodi / XBMC - Replies (2)

Hi Smile

Episode titles aren't displayed for recordings in Kodi, for instance on the "Recent recordings" view in Home Screen while they are displayed on the "What's New" page in NextPVR :

[Image: KXF2YUS.png]

Same thing in Kodi's Recordings section.

It's almost ok if "Group items" function is enabled :

[Image: y6Jlz8n.png]

[Image: 1SfIMW7.png]

But it is less clear when the feature is disabled :

[Image: 7pBKV3N.png]

[Image: lF2L0lC.png]

Could it be possible to have the title before the season and episode number ? Something like "Pékin Express itinéraire bis S01E10".

I have NextPVR 4.2.4 (190307) and Kodi 18.3 on Windows 7.

Thanks

Print this item

  Calling PostProcessing
Posted by: geniepro - 2019-09-27, 02:31 AM - Forum: NextPVR Support - Replies (4)

I'm using the latest version available in docker.

I have configured to have a PostProcessing.sh script available. When the show name has a "'" (single quote) in the name the bash command that is getting generated is incorrect. Please see below an except from trhe logs:

[HTML]2019-09-27 01:03:01.040 [DEBUG][8] Starting: bash -c "'/config/scripts/PostProcessing.sh' '/recordings/Greys Anatomy/Season 16/Greys.Anatomy.S16E01.Nothing.Left.to.Cling.To.ts' 13.1 1073 23 'Grey's Anatomy'"
2019-09-27 01:03:01.388 [ERROR][122] bash: -c: line 0: unexpected EOF while looking for matching `''
2019-09-27 01:03:01.389 [ERROR][122] bash: -c: line 1: syntax error: unexpected end of file
[/HTML]

If I manually change the command:

[HTML]bash -c "'/config/scripts/PostProcessing.sh' '/recordings/Greys Anatomy/Season 16/Greys.Anatomy.S16E01.Nothing.Left.to.Cling.To.ts' 13.1 1073 23 'Grey's Anatomy'"[/HTML]

to

[HTML]bash -c "'/config/scripts/PostProcessing.sh' '/recordings/Greys Anatomy/Season 16/Greys.Anatomy.S16E01.Nothing.Left.to.Cling.To.ts' 13.1 1073 23 'Greys Anatomy'"[/HTML]

and I execute it inside docker everything works fine.

Print this item

  PostProcessing.sh and a ' in Show Name
Posted by: tjzi422xlk - 2019-09-27, 02:26 AM - Forum: Linux - Replies (16)

I had a problem with calling PostProcessing.sh for a show that has a ' in the title. I've pasted the log lines from when PostProcessing was called:

2019-09-26 21:00:00.361 [DEBUG][8] Starting: bash -c "'/var/opt/nextpvr/scripts/PostProcessing.sh' '/mnt/NextPVR/Recordings/Carols Second Act/Season 01/Carols Second Act.S01E01.Pilot.ts' 12 1946 21 'Carol's Second Act'"
2019-09-26 21:00:00.375 [ERROR][82] bash: -c: line 0: unexpected EOF while looking for matching `''
2019-09-26 21:00:00.376 [ERROR][82] bash: -c: line 1: syntax error: unexpected end of file

Looks like the last argument being passed(show name?) is causing the problem. I seem to remember there was a fix earlier for something like this and the show name does not contain the ' in the file name, so maybe that's what I was thinking of.

Thanks

Print this item

  Recordings "Failed with no errors, but no data delivered"
Posted by: crackulator - 2019-09-26, 05:03 AM - Forum: Linux - Replies (5)

Beta testing the v5 server on Ubuntu with HDHR Prime, I set it up to record three programs over the last couple nights, and they all failed with the message "Failed: no errors, but no data delivered". Apropos, the ts files are zero length.

They're all from the same channel, but I can watch that channel just fine, and my v4 server recorded a show off that same channel with no issue. The channel has no DRM and HDHR reports 100% signal strength.

I just did a short recording off a different channel, works. But I try to record off that channel, it remains zero length, and HDHR says there isn't a tuner in use.

At the end of the attached log, I just tried a manual recording off that channel, see that it is zero length and no tuner in use, grabbed the logs. What happened?

Print this item

  NextPVR Channels Not Responding
Posted by: Bied - 2019-09-25, 09:42 PM - Forum: Legacy (v4.x and earlier) - Replies (27)

Video for comes out blank without sound

1. Some channels work, some do not.
2. Channels are all listed.
3. Channels have been recently tuned to reflect new bandwidth.
4 Using Hauphauge card in PC. Checking with WinTV 8.5 show all channels working and strong.

Always worked before unless I was trying to record in the midsth of a bad thunder strorm??

Print this item

  Crash on Ubuntu
Posted by: crackulator - 2019-09-25, 09:13 PM - Forum: X-NEWA - Replies (26)

Testing knewc 2.7.2 on Ubuntu 18.04 client with remote v5 NextPVR Server. When I select the add-on icon, it appears to start, and then bails back to kodi. No message or anything. Log enclosed.

I note that this is in "Autostart UI Client" (box is checked). If I try it in native kodi (box not checked), it gives me a partially-rendered screen and the UI is non-functional.

Server is up and I can hit it with web browser and everything looks fine.

Print this item

  WMC Remote event handling.
Posted by: foltz61 - 2019-09-25, 07:33 PM - Forum: Windows - Replies (5)

The ability for the NextPVR client to handle Windows Media Center remote events has been removed. Would be nice to have it back.

Thanks

Print this item

  Proxy settings
Posted by: NoodleMaps - 2019-09-25, 06:18 PM - Forum: Docker amd64 - Replies (1)

Can IPTV sources be directed through a proxy?

Print this item

  mpegts issue
Posted by: foltz61 - 2019-09-25, 06:08 PM - Forum: Legacy (v4.x and earlier) - Replies (31)

My IPTV provider changed a few things and now my streams just show a blank screen. The m3u changed from "output=ts" to " output=mpegts". I searched for titles with mpegts and got no results. When I searched posts I was overwhelmed and still got nowhere. I've tried NPVR 4x and 5x with no luck. I get a transcode error message in 5x. Any help would be greatly appreciated.

Thanks

Print this item

Pages (6435): « Previous 1 … 571 572 573 574 575 … 6435 Next »
Jump to page 

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