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,375
» Forum posts: 602,155

Full Statistics

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

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

 
  Recording Service will not start with windows after upgrade to windows 10 from 7
Posted by: TVHelp - 2015-08-31, 05:57 PM - Forum: Legacy (v4.x and earlier) - Replies (30)

I have upgraded my windows 7 x64 pro to windows 10 pro. I upgraded my NPVR to 3.5.7 before upgrading to windows 10. The recording service will not start when windows boots up. I can manually start it and manually start ntray and then am able to record after that, but I need this to be automatic.

I have done a fresh install of NPVR several times including manually deleting the recording service via command prompt. But still it will not start with windows 10. I also disabled my antivirus before one of the installs, I have installed as administrator, and I have verified that all .exe have run as administrator enabled. Nothing makes a difference.

Any other suggestions for what else to look at??

Log attached, although there do not seem to be all the same logs anymore, just the record log..was that a change in 3.5.7??

I have previously upgraded other PCs that were Home editions that did not have problems with NPVR...could there be an issue with PRO?

Print this item

  Adding [YEAR] to Movie Name guide data
Posted by: roy - 2015-08-31, 04:50 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

I've stopped using ultraxmltv (because it stopped working) to enhance my guide data and now use data straight from Schedules Direct.

Along with the new(*) indicator, another enhancement I miss is having the movie year shown in the guide, like "Movie Title [YEAR]".

I see that the file name and folder for recorded movies have the year included. Is there a way to add the year to the movie name shown in the guide?

Print this item

  3.5.7 choppy on pause/ resume/skip forward/skip back
Posted by: 2leftfeet - 2015-08-31, 03:27 PM - Forum: Legacy (v4.x and earlier) - Replies (15)

I have been noticing choppy response when pausing/resuming and skip forward and skip backward since upgrading to 3.5.7 Using 3.4.8 was much smoother and quicker by comparison.

If I pause liveTV, I am seeing stuttering for a few seconds before pause actually happens, same if I resume, it stutters for a few seconds then starts playing normally.

If I try to skip forward, the screen freezes for around 3-4 seconds before the skip occurs, same if I skip back. Again, with 3.4.8, these skips were smooth and quite near instantaneous.

Anyone else notice this?

Print this item

  Turbo 8PSK
Posted by: gongorongo - 2015-08-31, 03:17 PM - Forum: Legacy (v4.x and earlier) - Replies (53)

Can You help me with this. Transponders that are with Turbo 8PSK can not be recognized. What I have to put in INI file for this.
Thanks in advance for Your help

Print this item

  How does ... use season & episode if possible and Title match work ?
Posted by: puck64 - 2015-08-31, 12:42 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

Hi All,

I have written a small app to update the Season and Episode columns with data gleaned from the Description column.
See http://forums.nextpvr.com/showthread.php...-EPG_EVENT

I am still getting recordings without the season and or the episode Sad
Eg. "Top Gear (Includes Sneak Peek - The Block at 928 PM)_20150831_20012130.ts" instead of "Top Gear (Includes Sneak Peek - The Block at 928 PM).S00E01.ts"

From EPG_EVENT Table
Title = "Top Gear (Includes Sneak Peek - The Block at 9:28 PM)"
Description = "Patagonia - Part 1Clarkson, Hammond and May embark on a journey to the southernmost point of South America."
Season = "0" Episode ="1"

Has anyone got any ideas why?

Match Start Of Title and Match Exact Title ... How do these work? It could save from writing another RexX Program to "CLEAN" up the FTA Data.
... to Remove the likes of "- New Episode" , " - New (Includes Sneak Peek...." etc.

Print this item

  Update Season and Episode from EPG_EVENT
Posted by: puck64 - 2015-08-31, 07:37 AM - Forum: Developers - No Replies

Hi All,

I have written a small RexX Program that Queries the description column of EPG_EVENT and updates the season and episode columns.

I think that this would only be of use to people who use the FreeToAir Program Guide. Smile

I find that not all Channels (in Australia) include the season and or episode number with their description :mad:

The required software (RexX and ooSqllite3) can be found here .....
Open Object Rexx is available from --> http://www.oorexx.org/download.html
ooSQLite3 is available from --> http://sourceforge.net/projects/oorexx/files/ooSQLite/

The Program will run on the Latest and Previous versions of NextPVR

The code (epg_series_episode_update.rex and PostUpdateEpg.bat) along with 2 Log files are attached.

If your NextPVR database is not located in C:\Users\Public\NPVR\npvr.db3 then change the line (6 lines from the top) from dbName = 'C:\Users\Public\NPVR\npvr.db3' to dbName = 'where ever it is'

There is no copyright or copyleft on the code I have written, use it at your own peril Big Grin

I would suggest that you copy your npvr.db3 database to a work folder and point the RexX program at that. when you are satisfied it works to your needs then point the RexX program at the Live database.

Print this item

  troubleshooting help
Posted by: bisonfan - 2015-08-30, 10:54 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

OK, I have NPVR working nicely on WIndows 10 however I am running into an issue that baffles me. I believe this to be a Windows 10 issue but here it goes. NPVR won't record to my WDMyCloud. It will however record to an internal hard disk drive that is connected via sata instead network based.

I suspect it is a creditentials/network issue, I admit my skills are weak in this area so I am asking for help to see if any other users have run into this or pointers as to articles/ideas on how to trouble shoot this scenario.

Thanks in advance

Print this item

  NEWA Release Build 2.17 Released 2015-08-29
Posted by: UncleJohnsBand - 2015-08-30, 08:05 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - No Replies

Latest NEWA Build 2.17 now available on the wiki. This build is part of the NPVR 3.5.7 release.

[TABLE="class: borders, width: 450"]
[TR="class: blackText, bgcolor: #ffccaa"]
[TD]Date:[/TD]
[TD]2015-08-29[/TD]
[TD]Build Number:[/TD]
[TD]2.17[/TD]
[/TR]
[TR]
[TD="bgcolor: #ff99cc, colspan: 4"]Changes:[/TD]
[/TR]
[TR="class: smallBlackText"]
[TD="colspan: 4"]

  • UncleJohnsBand: Web Service Updates:
    • *** Now that REST services are completed I will plan on deprecating SOAP services in the 2nd half of 2015. ***

  • UncleJohnsBand: REST Service Updates:
    • Updated Details service to correctly update schedule changes (i.e. extend end time)

  • fjbpchristiaens: Mobile iNEWA Updates:
  • UncleJohnsBand: NEWA Application Updates:
    • Updated details pages to correctly update schedule changes (i.e. extend end time).
    • Updated verbiage on Manage pages for the mass select check box at the top of the page to read Select All to clearly denote that all check boxes will be selected.

  • topcat: NEWA Application Updates:
    • Updated details2 page to contain Channel info even if Channel is no longer in the database (info pulled from scheduled recordings object).
[/TD]
[/TR]
[/TABLE]

Print this item

  Search Blank?
Posted by: danorum - 2015-08-30, 06:15 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I am new to NextPVR and have it all working very well. I have guide data loaded and can record/watch TV.

However, when I go into the Search menu item, I see the Letters column on the left and 2 blank boxes next to it with no shows in them.

Any ideas how to resolve?

Thanks,
Dan

Print this item

  How to view/record multiple streams from a single Sat>IP Device?
Posted by: Profus - 2015-08-30, 05:47 PM - Forum: Legacy (v4.x and earlier) - Replies (9)

Hi everybody,

I'm running NextPVR 3.5.7 on a Windows 8.1 (x64) HTPC with Kodi 15 as front-end. I receive DVB-S2 through a Telestar Digibit R1 Sat>IP-Device (which is the same as an Inverto SP-IDL 400, DSI 400 GSS.box or Triax TSS 400). Watching and recording TV works great both in NextPVR itself and via Kodi.

There is only one issue, I hope you can help me with: The Device has 4 tuners and is therefore capable of streaming 4 transponder streams simultaneously over ethernet to one or more clients. So I should be able to watch/record several programs at once. It seems to me though that NextPVR only supports one single stream from the device at any given moment - so simultaneous watching/recording and PiP work great whilst the programs in question are on the same satellite transponder. But if they are not, NextPVR tells me there is no free device available.

Is there any way to make NextPVR retreive multiple streams simultaneously from a single Sat>IP device? Or can I make it believe, there's 4 devices instead of one, so it doesn't stall as soon as I try to access a second transponder's stream?

I've been spending the whole day messing around with different TV Servers (MediaPortal 1 & 2, Argus) and NextPVR settings but haven't really gotten anywhere. So your help is much appreciated.

Print this item

Pages (6435): « Previous 1 … 1022 1023 1024 1025 1026 … 6435 Next »
Jump to page 

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