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,175
» Latest member: saltim7878
» Forum threads: 65,373
» Forum posts: 602,146

Full Statistics

Online Users
There are currently 1340 online users.
» 1 Member(s) | 1335 Guest(s)
Applebot, Baidu, Bing, Google, sub

Latest Threads
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
10 hours ago
» Replies: 0
» Views: 34
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
Yesterday, 10:56 AM
» Replies: 1
» Views: 43
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 76
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,752
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 145
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,415
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 307
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 225
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 507
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,202

 
  Reoccurring Recordings Expiration Setting
Posted by: smajor - 2012-03-08, 11:55 PM - Forum: Wishlist - Replies (2)

Perhaps this already exists in some way and I don't see it. If not, I think a recordings expiration might be handy.

All TV series eventually end. What happens if you're lazy, like me, and never remove the reoccurring recordings from the scheduler?

Perhaps something like: if no new episodes are recorded in x months, remove it from the recording events?

Print this item

  nDroid not working since update.
Posted by: JP23 - 2012-03-08, 10:14 PM - Forum: nDroid - Replies (7)

Hi,

I updated both the nDroid service, and the app yesterday. Since then I am unable to schedule or cancel recordings. I am able to view and update the guide with no problems, and streaming TV works too. If I try to schedule a recording I just get 'Submitting recording request...' and then nothing else happens. When trying to cancel a recording, I do get a 'Cancel recording success' message, but when I check on the server, the recording has not been cancelled.

All settings are exactly the same as they were before the upgrade, and I have completely uninstalled and reinstalled both the service and the app.

Can you suggest anything?

I'm running the latest version of NPVR on Windows 7 Ultimate x64.

Print this item

  Smooth Sailing
Posted by: roy - 2012-03-08, 06:33 PM - Forum: General Discussion - No Replies

I've just returned from a 12 day vacation to Hawaii Cool. My HTPC ran while I was away, and once or twice I pulled up NEWA on my phone to confirm it was running smoothly. I returned home (to the snow Sad) to find dozens of successful recordings without one failure. Smile

NextPVR is smooth!

Oh look, there's a donate button right there ^.

Print this item

  comskip.ini for HD-PVR suggestions
Posted by: smajor - 2012-03-07, 08:16 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (4)

I've got the donator version of Comskip and use HD-PVRs for recording.

I've tweaked the settings slightly and am getting okay results, but think I can do a little better.

Any HD users in North America have a comskip.ini that's working pretty well for them? We record just HD content (no SD) from the major networks e.g. NBC, ABC, CBS, Discovery, Food Network, A&E, etc.

Print this item

  nDroid Service v 1.8.1.1 maintenance release
Posted by: bgowland - 2012-03-07, 08:10 PM - Forum: nDroid - No Replies

I've updated the nDroid Service installer on the nDroid wiki page. Hopefully this fixes a problem with using shared media folders.

I've only tested this lightly as I don't normally use shared folders. It works fine for music but I've no idea how well it will work for Videos as the nDroid Service is basically acting as a 'middle-man' so there may be a performance hit.

Changes:

Quote:
  • Minor update to correctly handle Video/Music folders on shared drives. NOTE: You must run the nDroid Service as a user with access permissions to the shared folders. Running as LocalSystem (the default) will fail for shared folders.

Print this item

  hosting changes coming
Posted by: sub - 2012-03-07, 04:24 PM - Forum: General Discussion - Replies (7)

Just a quick heads-up. I was informed yesterday that our hosting hardware had been marked 'end of life' and will be retired in a few weeks. Grrrr.

Annoyingly the quotes they've provided for alternatives are adding an additional US$25 a month. Given the yearly donations only just covered the previous hosting costs for a year, we're going to be moving to some other hosting provider. I'm not sure where will be moving yet, but I'm investigating other dedicated hosting and VPS solutions.

I'll try to make sure there is the least amount of disruption possible when the move happens, and will let you all know a few days.

Print this item

  Updated tuning ini file for Rowridge (southern UK)?
Posted by: McBainUK - 2012-03-07, 07:00 AM - Forum: Legacy (v4.x and earlier) - Replies (43)

The Freeview digital switch over in my area starts today. Does anyone have an updated tuning ini file for the Rowridge transmitter (or know how to create one)?

Print this item

  Puzzling exception
Posted by: bgowland - 2012-03-07, 02:00 AM - Forum: Developers - Replies (2)

Trying to solve a problem in the nDroid service when users have videos/music media on network shares I find I can't enumerate the directories when the path is the root of a mapped network drive.

Using this code where foldername is Z:\

Code:
List<string> folderList = null; try { folderList = new List<string>(Directory.GetDirectories(folderName, "*.*", SearchOption.TopDirectoryOnly)); } catch (DirectoryNotFoundException dnfe) { Log.LogException("GetMediaFolderContents() - enumerating folders", dnfe); return ""; }
...I catch a DirectoryNotFoundException logged as
Code:
GetMediaFolderContents() - enumerating folders threw exception: Could not find a part of the path 'Z:\'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
According to the MSDN page for Directory.GetDirectories that exception reason is "The specified path is invalid (for example, it is on an unmapped drive)." but the drive IS mapped and the nDroid service has permission to access it.

The weird thing is what I'd expect to fail is passing the sharename into that function (\\myserver\music\) but that actually DOES work. :confused:

This is only happening for mapped networked drives - D:\ for example (which is local), works fine.

Anybody seen anything like this? Got a cure?

Print this item

  Very buggy when "stay on top" enabled
Posted by: TV_Tiger - 2012-03-06, 11:09 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

I just noticed that NPVR does not crash when "stay on top" disabled.

I usually have npvr on top, but it is really buggy and crashes.

Print this item

  GPPVR and NPVR side-by-side
Posted by: rbmcgee - 2012-03-06, 08:12 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

Hi all,

I've read some threads that caution against using GBPVR and NPVR side-by-side n the same machine, especially when scheduling calls for both applications to be recording at the same time. That makes sense, however I need to make sure that I'll be OK under the following situation.

Let's say I have 2 cards in the system ... a 1600 and a Colossus. I'm intending to run GBPVR against the 1600 (and not the colossus) and NPVR against the colossus (and not the 1600). I would have an antenna and a stb feed the 1600 and a different stb feeding the colossus.

Any problems with the 2 programs coexisting and recording at the same time?

Thanks.

Print this item

Pages (6435): « Previous 1 … 1527 1528 1529 1530 1531 … 6435 Next »
Jump to page 

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