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,194
» Latest member: warez100
» Forum threads: 65,380
» Forum posts: 602,225

Full Statistics

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

Latest Threads
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
25 minutes ago
» Replies: 1
» Views: 17
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 3,881
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 505
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 991
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,536
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 285
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 240
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: 240
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 224
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 173

 
  Digitally enhancing MPEG files?
Posted by: bgowland - 2005-05-01, 03:33 PM - Forum: General Discussion - No Replies

I have a recording which was transferred from a VHS tape which needs some tidying up - basically it was an old tape which has been lent to loads of people over the years so the quality has degraded a fair bit. Can anyone recommend something reasonably priced (free even) that would do things like remove graininess, sharpen the picture etc? I don't need anything to do the sound as I have an application which can do that.

Cheers,
Brian

Print this item

  New recordings with TV guide not working
Posted by: pcostanza - 2005-05-01, 02:46 PM - Forum: GB-PVR Support (legacy) - Replies (1)

While my season record settings appear to be working, setting new recordings do not. It shows the scheduled show in the 'recordings' menu as well as 'Xrecord' but does not record. It stays in the menu after the show is over.
When setting a new recording, I get the error message: "error: no connection could be made because the target machine actively refused it" but if I click OK, it does show it in the recordings menu.
The only thing I've done recently was to update my EPG since it was showing no programs in the guide, and, add the latest Jukebox plugin.
Thanks in advance for your help.
Paul

Print this item

  current show from database
Posted by: reven - 2005-05-01, 12:56 PM - Forum: Developers - Replies (7)

im trying to get the current tv show from the database using this code

Code:
OleDbConnection conn = new OleDbConnection(GBPVRDB_CONNECTION_STRING); OleDbCommand cmd = new OleDbCommand("SELECT name, subtitle FROM PROGRAMME WHERE start_time >= @Start AND end_time < @End",conn); cmd.Parameters.Add("@Start", Sy{tem.DateTime.Now); command.Parameters.Add("@End", System.DateTime.Now); conn.Open(); OleDbDataReader reader = cmd.ExecuteReader(); string title = ""; string subtitle = ""; while(reader.Read()) { title = reader.GetString(0); subtitle = reader.GetString(1); } conn.Close();

but i keep getting this error
Code:
2/05/2005 12:53:22 a.m..782 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x370254 wparam=0x71 lparam=0x1 result=0x0 : No value given for one or more required parameters. : at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.OleDb.OleDbCommand.ExecuteReader() at LCDPlugin.Database.GetShow(String oid) in c:\xmltv\my lcd\database.cs:line 59

the problem is to do with the @Start and @End datetimes, im not sure how im meant to set this, anyone know where im going wrong?

TIA
reven.

Print this item

  Audio Problems with Diamond PVR550
Posted by: jmchrislip - 2005-05-01, 11:17 AM - Forum: Hardware - Replies (3)

:mad: I recently purchased a Diamond XtremeTV PVR550. It seems great EXCEPT the recorded audio is shaky.

Anyone know a fix?

Print this item

  current position of playing video?
Posted by: reven - 2005-05-01, 09:22 AM - Forum: Developers - Replies (4)

sub is there a way to get the current position of a playing video (or tv/dvd)? eg "1:30:35" = 1 hour 30 minutes and 35 seconds into the show, im trying to extend the lcd plugin. also is it possible to get the current video title (you just added the playvideo(string title, string file) method for me, and want to use the passed title if passed).

if it isnt possible can you please consider adding these things to the next release
- current playback position (for tv and videos)
- dvd title/chapter/audio (as much information from dvds as possible)
- video/tv.ispaused (like what you have done for playlist.ispaused, so i can show a paused icon on the lcd)
- isrecording (i know this is a real issue, and if its not possible its no biggy Smile)
- + anything else you can think of that would be nice on a lcd that i forgot.

i know you are busy, and i hate to ask, i just want to improve the lcd so its actually worth using (at the moment its doesnt show enough information to bother with).

cheers for your time
reven Smile

Print this item

  ATI TV Wonder Pro
Posted by: radioactive - 2005-05-01, 05:49 AM - Forum: Hardware - Replies (1)

Is the ATI TV Wonder Pro supported? If it is not could you please support it? I have noticed that it is a very popular card (probably not as popular as the Hauppage one but still very popular) and it would be great if it was.

Print this item

  Installed GB-PVR but cant run config
Posted by: Kentucky - 2005-05-01, 04:33 AM - Forum: GB-PVR Support (legacy) - Replies (3)

Hello, I installed the GB-PVR software to control my Hauppauge PVR-150. However, as soon as installation was completed it tried to open up the config program. When it did I was given this error.

Application has generated an exception that could not be handled.

Process id=0x22c4 (8900), Thread id=0x2228 (8744).

Click OK to terminate the application.
Click CANCEL to debug the application.

When I click CANCEL to debug:

Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in an error code of 0x2 (2). Please check computer settings.

cordbg.exe !a 0x22c4

Does anyone have any idea what my problem is here? I would appreciate any help. Thanks!

Print this item

  Scheduler Update
Posted by: ydekmekji - 2005-05-01, 03:08 AM - Forum: Wishlist - No Replies

So I got X-record and Scheduler to finally work. Here's the issue I get that I'd love a fix for:

1. When you record something, I don't want to record a repeat of it. For example, I am recording anything by Harrison Ford. It recorded K19-Widowmaker once, but whenever that movie comes it, it automatically puts it on my pending list to be recorded.
2. Harrison Ford might come up on something that I don't really care much for. I.e. I love 70s by VH1. I don't want to record it, but every day, it pops back up to be recorded. Is there a way to put that particular episode on the banned list--never to record?

Those are my wishes!

Print this item

  GBPVR - Remote Desktop
Posted by: rruble88 - 2005-05-01, 02:55 AM - Forum: GB-PVR Support (legacy) - Replies (13)

Hello,

I am having trouble with my computer crashing when accessing GBPVR 09112b through remote desktop. My GBPVR machine crashes when I access manual record option and start to put in the time to record. I replaced my MB and Processor and did a fresh install of XP and GBPVR. I didn't have this problem previous to that. I can also access all other processor extensive applications fine without incident. Does anybody have any suggestions?
ffdshow processing is off, Overlay is set.

Thank you,
Rick

AMD xp 3000
512 ddr 400
ABIT NF7-s2 NVIDIA nforce
ATI all in wonder junk 9600
pvr 150mce
pvr250 w/ fm

Print this item

  Just asking is it worth the bucks?
Posted by: UnDeRDoGlive - 2005-05-01, 01:52 AM - Forum: MVP & NMT - Replies (4)

So is it worth it, money/time?

Thanks

Print this item

Pages (6435): « Previous 1 … 5804 5805 5806 5807 5808 … 6435 Next »
Jump to page 

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