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,161
» Latest member: furtiolli195
» Forum threads: 65,042
» Forum posts: 596,042

Full Statistics

Online Users
There are currently 1519 online users.
» 3 Member(s) | 1513 Guest(s)
Baidu, Bing, Google, Marvi, mvallevand, sub

Latest Threads
Automated Updates of IPTV...
Forum: Kodi / XBMC
Last Post: sub
1 hour ago
» Replies: 2
» Views: 2,035
Synchronization issues wi...
Forum: Windows
Last Post: Ricknextpvr
Yesterday, 11:55 PM
» Replies: 23
» Views: 343
Season and Episode values...
Forum: NextPVR Support
Last Post: mvallevand
Yesterday, 07:16 PM
» Replies: 23
» Views: 459
Daylight saving time chan...
Forum: Docker arm32v7
Last Post: mvallevand
Yesterday, 02:31 PM
» Replies: 7
» Views: 1,376
Iphone nextpvr app
Forum: NextPVR iOS and AppleTV Clients
Last Post: McAlsop
Yesterday, 05:13 AM
» Replies: 8
» Views: 1,615
NextPVR web interface sho...
Forum: Windows
Last Post: mvallevand
2025-11-02, 11:51 PM
» Replies: 6
» Views: 101
Issue with screen readers...
Forum: Windows
Last Post: sub
2025-11-02, 07:02 PM
» Replies: 16
» Views: 430
Tuner TBS-6209 SE
Forum: Hardware
Last Post: Marvi
2025-11-02, 05:49 PM
» Replies: 2
» Views: 63
some minor bugs and typos
Forum: Windows
Last Post: sub
2025-11-01, 05:00 PM
» Replies: 5
» Views: 172
US ATSC 3 FTC Comments wa...
Forum: Hardware
Last Post: mvallevand
2025-10-31, 12:44 AM
» Replies: 4
» Views: 1,720

 
  Information banner at bottom of screen
Posted by: rosede - 2015-11-25, 12:11 AM - Forum: Legacy (v4.x and earlier) - Replies (9)

Whenever I watch TV from the machine running NextPVR, I see an information banner on the bottom of the screen. Is there a way to turn that off? I've looked through the settings, but I don't see anything.

Thanks

Daryl

Print this item

  Cacelling Pending Reocordings??
Posted by: peejay - 2015-11-24, 10:17 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I set up recordings to be recurring for all channels and all episodes. Some shows are shown multiple times during the week and I want them all to show up in the Pending Recording list.

After I get a good recording I then want to cancel all the next showings of that episode with out cancelling the Recurring Recording.

I cancel a Pending Recording and it no longer shows as a Pending Recording until after the next EPG Update. I then have to cancel them again.

Am I wrong in thinking I should be able to do this?

Paul

Print this item

  On screen remote buttons
Posted by: Evo_Evz - 2015-11-24, 01:49 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

I don't have a remote yet, maybe I'll have to get one but is there a way to get some on screen buttons to push with the mouse to do common remote functions like skip, fast forward etc.

I know you can use the slider but it's very hard to use that to go 10 seconds back in a movie for example.

I also know there is the right click where you can pause and play and but no skip fast forward etc.

The keyboard shortcuts aren't a good option for me as the keyboard is too far away.

Any ideas for a solution would be much appreciated. Many thanks.

Print this item

  Cleanly restarting recording service
Posted by: ttfitz - 2015-11-24, 12:51 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

Looks like I was right, nobody responded in the other thread. So let me try again in a thread all its own...

Is there any way to cleanly restart the NPVR system? I have tried going into Services and stopping then restarting NRecord, I have tried using the links in the NPVR folder to Stop NPVR Service, then Start NPVR Service, and I have tried using "Restart Recording Service" from the context menu on the tray application. In almost every instance (the "Restart Recording Service" worked the first time, but never again), after restarting the tray application is messed up - won't accept a right click. I've even tried exiting tray application first, then stopping and restarting, but no luck.

So, best case if I could get things to work cleanly from a scheduled task, that would be great. But even if I had to do it manually, as long as it didn't mess stuff up that would help.

Thanks.

Print this item

  Live TV does not always launch in Kodi
Posted by: EiEiOhh - 2015-11-23, 07:22 PM - Forum: Kodi / XBMC - Replies (3)

Windows 7
Kodi 15.2
NextPVR CLient (for Kodi) 1.10.8
NextPVR 3.5.7

There are times when I launch Kodi that Live TV (NextPVR) does not appear on my Home screen.
Quitting and restarting Kodi does not help. I must reboot the computer and restart Kodi to get it to load

Any ideas on how to fix?

Here is my log

Print this item

  How to auto update EPG guide listings
Posted by: buckeyestargazer - 2015-11-23, 01:45 PM - Forum: TV Listings - Replies (4)

Having just installed NextPVR I'm now trying to figure out how to auto update the EPG listings 7 days out (USA). I tried following a few tutorials on using mc2xml but the listings don't update, and I now have read that Microsoft is no longer updating EPG listings anyway so mc2xml won't work.

What is the easiest and free way to auto update the guide listings in NPVR?

Print this item

  NRecord Crash
Posted by: Oopty - 2015-11-23, 03:25 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

I'm on version 3.5.7. Nothing seemed very interesting in the NRecord.log. Let me know if you want any other log information...

Code:
Application ID: NRecord.exe

Process ID: 6328

Exception: System.InvalidOperationException

Message: Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the Hashtable simultaneously.

StackTrace:    at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
   at System.Collections.Hashtable.set_Item(Object key, Object value)
   at NUtility.SettingsHelper.GetSetting(String xpath, String defaultValue)
   at NShared.RecordingService.EPGUpdaterThread()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

Print this item

  Windows Server 2012
Posted by: psycik - 2015-11-22, 11:46 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

Anyone used Windows Server 2012 for a next pvr server?

I'm looking at consolidating some of my virtual machines and currently have a couple of windows 2008 and a w10 nextpvr server. Thinking about consolidating all on Windows 10 or Server 2012.

Print this item

  Time out before recording starts?
Posted by: RTKAT - 2015-11-22, 09:43 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

When you click on live and wait for the channel to display or a recording is going to start, is there a time limit set in NPVR that it will wait for the channel to show? If the channel does not appear in the set time, is this when you get a failed to record message or whatever it does state?
I ask because when I display a channel from satellite, it takes much longer for it to display than an OTA one. My thought this may be the reason for some of these recordings to not record.
Or are my thoughts totally wrong?

Print this item

  Imagegrablite renaming of continuation episode
Posted by: jghanisco - 2015-11-22, 06:18 AM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (5)

I haven't had shows like this before, but have run into a bit of an issue. My wife records Miss Marple, and there were some episodes, such as s01e03, that were longer than the normal 1 hour time. In this example, it was 3 hours long. When originally shown, it would have been a single episode, but now it is shown in 3 parts, but all show as s01e03.

NPVR records all 3 episodes as expected. The shows are renamed to Miss Marple.xxxx.ts, then Miss Marple.xxxx.02.ts, and finally Miss Marple.xxxx.03.ts by imagegrablite. The database, though, points all 3 episodes to the original one, dropping the .02 & .03. I have to manually edit the database to add the .02 and .03 to the proper recordings. Any idea if this is an imagegrablite or NPVR problem? We have another of these recordings tomorrow, so I can post logs afterwards if that's what is needed.

Print this item

Pages (6405): « Previous 1 … 949 950 951 952 953 … 6405 Next »
Jump to page 

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