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,174
» Latest member: Josper
» Forum threads: 65,372
» Forum posts: 602,145

Full Statistics

Online Users
There are currently 1287 online users.
» 2 Member(s) | 1279 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, jimil, Sliver27

Latest Threads
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
3 hours ago
» Replies: 1
» Views: 11
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
Yesterday, 03:13 PM
» Replies: 1
» Views: 67
New version problem with ...
Forum: Windows
Last Post: Swami
Yesterday, 12:23 AM
» Replies: 47
» Views: 3,741
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 139
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,413
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 302
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 224
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 505
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,156
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 390

 
  Delete All of Season recordings that are scheduled
Posted by: treble - 2012-05-03, 10:29 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

Hello

I have had some problems with my npvr and one of them is that I cannot find a way to delete scheduled recordings for a Season. When I schedule these I seem to get 2 recordings of each program. The pending list shows 2 recordings scheduled. Thats what I get.

Removing them one by one is the current option but it's a task that will never end so is there a way to delete these pendings for the Whole Season?
Thanks
treb

Print this item

  MCE buttons cut & paste
Posted by: PatM - 2012-05-03, 02:15 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

I swear I found a spot, either wiki or forum, where there were extra MCE remote button definitions. I've been searching but can't seem to find it now. Am I mixed up and it was some other software or is it hiding someplace in plain sight?

Print this item

  Machine does not stay awake during playback
Posted by: feilh - 2012-05-02, 11:07 PM - Forum: Legacy (v4.x and earlier) - No Replies

I'm running windows vista 32 bit, and when I watch a recording the operating system screen saver will come on and then if I wait the inactivity sleep timer will kick and and my machine goes to sleep.

I have been running GBPVR for years with no issue like this. Any ideas what to investigate?

Thx, Howard

Print this item

  Strange DCR-2650 recording problem
Posted by: roy - 2012-05-02, 02:15 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

I'm having another strange problem with recordings on the DCR2650. Two nights in a row I've seen this, where a recording did not start properly because the tuner was locked up (the other issue I'm trying to resolve) so I cancel the recording and delete it. I reboot the tuner, reschedule the same program to record and it starts to record, but the .ts file is bad, it's not 0 byte, but only grows very slowly by hundreds of bytes.

I can watch the program live, and a manual recording will record the channel fine. I recorded the next program with prepadding and it worked, but the recording stopped after about 5 minutes (NPVR showed it still recording, the tuner had locked up), and then that program would not record again.

Logs attached.

Edit: Also the tuner status information page shows exactly the same data for a good recording and a bad recording

Print this item

  Blow up while trying to schedule a recording
Posted by: wtg - 2012-05-01, 01:59 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (1)

I tried the schedule a number of selected recordings and noticed "Let the Right One In" failed even though there was nothing scheduled for it's timeframe. I then selected it alone, clicked Record and received the following error:
[h=2]Input string was not in a correct format.[/h] Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Input string was not in a correct format.

Source Error:

[TABLE="width: 100%"]
[TR]
[TD]
Line 1043: { Line 1044: epgeventInfo = Recordings.Items[i].Value.Split('@'); Line 1045: if (!knownRecordings.Contains(System.Convert.ToInt32(epgeventInfo[0]))) Line 1046: { Line 1047: FailedRecordings.Items.Add(epgeventInfo[1]); [/TD]
[/TR]
[/TABLE]

Source File: c:\Users\Public\NPVR\web\SearchResults2.aspx.cs Line: 1045

Stack Trace:

[TABLE="width: 100%"]
[TR]
[TD]
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7470855 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Convert.ToInt32(String value) +63 N_EWA.SearchResults2.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean startTitle, Boolean startDesc, Boolean startSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre, String startdate, String starttime, String enddate, String endtime, ArrayList selectedDays) in c:\Users\Public\NPVR\web\SearchResults2.aspx.cs:1045 N_EWA.SearchResults2.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults2.aspx.cs:489 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnPreRender(EventArgs e) +73 System.Web.UI.Control.PreRenderRecursiveInternal() +91 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3873 [/TD]
[/TR]
[/TABLE]

Log attached.

Print this item

  Undelete utility for Windows 7??
Posted by: wtg - 2012-05-01, 01:23 PM - Forum: General Discussion - Replies (4)

Today I accidentally deleted over a terabyte of recordings, thinking I had a subdirectory in my recordings folder highlighted when the window focus was actually on the entire recordings folder in the left-hand Explorer pane. Ugh.

So does anyone have experience with Win7 undelete utilities and large files? I know many utilities don't work with files larger than 4GB and so your experience undeleting videos would be helpful, as well as files with alternate data streams like our NextPVR recordings. It's been a number of years since I tried this myself and I don't recall which utility I found worked pretty well - many couldn't handle large videos at all - but I imagine there might be other programs available now that you might have had experience with.

Print this item

  Recording skips at the same time every week.
Posted by: wodger - 2012-05-01, 07:50 AM - Forum: Legacy (v4.x and earlier) - Replies (11)

I record Desperate Housewives every Monday at 8.30pm. Every time I have played it back for the last approx 6-10 weeks, I find it skips a massive chunk. During playback it literally appears to jump over 20 minutes or so and continues playing. What I found has happened is that the recording is missing this chunk of data. I checked the file size and it's smaller than other recordings of the same length. If I play the file in VLC I can find the point it goes wrong - it's recording ads then it just cuts to the program.

I'm a reasonably heavy user of recordings and multi recordings (well, I think I am) but this is the only time this happens - the same time every week. As far as I know, all other recordings are fine. Admittedly I don't get around to watching everything I record, but if it was affecting more than just this one program I would have posted before now!

The computer itself is fine. I can't see any evidence that some other software or system problem is causing it in the logs etc.

This week I set up a scheduled task to reboot the computer a few hours before the recording occurred in an effort to clean up the logs a bit. Sure enough, the problem occurred again last night. Would really appreciate it if someone could take a look?

Will post the logs in a sec...

Cheers

Print this item

  Recordings cut short
Posted by: Jakesty - 2012-05-01, 05:49 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

I had several recordings tonight all get cut short. It may be due to the scripts I'm running, but I doubt it since the postprocessing stuff happens after the recording should complete.

2 Broke Girls
Two and a half men
Mike and Molly

Each were several mins long. They all happen to be on the same station, WBBM. The "Secret life..." recording appears to have recorded fine but is on ABC Family.

Print this item

  Recordings enhancement (plugin??)
Posted by: Jaggy - 2012-05-01, 12:05 AM - Forum: Wishlist - Replies (7)

This is a wishlist item for plugin developers (I strongly suspect) as while sub has not come out & said he will not do something in the future, he also hasn't done anything after all the years I have seen requests for some form of Recordings groups/indicators etc.
(OK so recently these requests have been few & far between but I don't know why as not knowing who has watched what & left if for the other to watch/delete is often a "heated discussion" in our household)

This comment also seems to apply to Alibert & his TVListings/TVRecordings plugin
(even though it looks to me like the ideal candidate for it)


Ideally would be some sort of (database driven??) Recording Groups that recordings went into at recording time, with the option to manually change recording names etc. when setting the recording up & some way to move them from group to group from within the NextPVR GUI (Myth has had something along these lines for years)

Least ideal but simplest (& we could live with it type wish Wink ) Would be some way on the press key/s & for it to display indicator/s in the Recordings view (skinning wise fairly simple to add something like different coloured portions/little horizontal flat boxs (like the current default Rec indicator but turned sideways & maybe thinner) at the top or bottom of the ListItem & the individual users decide which colours (combinations) mean what to/for them.

Print this item

  NPVR Recording Service - Unable to start service...
Posted by: BTJustice - 2012-04-30, 09:39 PM - Forum: Legacy (v4.x and earlier) - Replies (16)

I am not sure what is going on, but NPVR never starts on boot so when I run START NPVR SERVICE, I get this message...

Code:
Unable to start service: System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed. at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout) at NCtrl.Program.Main(String[] args)

Also, npvr.db3 cannot be opened with Notepad.

Is my database messed up? How do I repair it? I want to avoid losing recordings and data via reinstall.

Logs attached.

P.S. - The forum time is 12+ minutes too fast.

Print this item

Pages (6434): « Previous 1 … 1499 1500 1501 1502 1503 … 6434 Next »
Jump to page 

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