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,215
» Latest member: Meerkat101
» Forum threads: 65,380
» Forum posts: 602,244

Full Statistics

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

Latest Threads
m3u Update 7.0.5
Forum: Windows
Last Post: haysfamily6a
2026-09-13, 09:32 PM
» Replies: 2
» Views: 586
Upcycling a Windows 10 PC...
Forum: Hardware
Last Post: fla
2026-09-13, 04:57 PM
» Replies: 9
» Views: 3,754
NextEnd and NFL Preseason
Forum: Windows
Last Post: Swami
2026-09-13, 04:17 PM
» Replies: 2
» Views: 273
yauiclient crashes eventu...
Forum: NextPVR Other Clients
Last Post: gsmoot
2026-09-13, 02:13 AM
» Replies: 10
» Views: 231
Newer version chopping of...
Forum: Windows
Last Post: mvallevand
2026-09-12, 08:53 AM
» Replies: 1
» Views: 130
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2026-09-10, 06:27 PM
» Replies: 39
» Views: 4,049
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
2026-09-10, 07:22 AM
» Replies: 2
» Views: 539
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
2026-09-10, 03:19 AM
» Replies: 15
» Views: 1,052
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,698
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 375

 
  Problem in season recording etc.
Posted by: tokurvin - 2005-08-29, 08:02 PM - Forum: GB-PVR Support (legacy) - Replies (6)

Hello,

First of all, I love this SW!!!

I still have couple of 'small' issues I would like to be able to solve. The first one is more important, the other I have to take a deeper look unless there is an easy explanation:

1.

I am recording ~>100 episodes of a cartoon to my kids (~6 episodes/week). The recording is set up as season recording, start 1 minute before and end 2 minutes after.

Every week the channel broadcasts two episodes after each other at one day but GB-PVR for some reason records only the other one (latter).

--> Oh, this just popped to my mind, could it be about the extra pre/post recording time?

2.

Something funny is going on with the timeshift in my PC. If I have it on and I have a scheduled recording that should start, GB-PVR does automatically start recording the scheduled channel, but the files get messed-up or corrupted.
I haven't had time to investigate this so this could be just me messing something up.

Any ideas?

BR Toni

Print this item

  ati radeon 300 video tuner card
Posted by: jmeloche - 2005-08-29, 06:57 PM - Forum: GB-PVR Support (legacy) - Replies (1)

I assume that this card is not currently supported as it is not listed in the configuration list. I have tried other ATI card settings but none seem to work. Is there plans to add this card in the near future or do I need to add another card to my system? If so, what is the best choice? I have a brand new HP dual 3GhZ processor Media PC with Windows XP media center edition. I do not like the media center's inability to transfer some recorded tv shows to DVD and want to try this program as an alternative.

Also, do you have a setting to use the Media Center remote control?

Thanks

Print this item

  Fastfind error
Posted by: MaBo - 2005-08-29, 06:52 PM - Forum: Old Stuff (Legacy) - Replies (9)

Hi,
Fastfind is one of the most used plugins for me. However, in several cases now I have found that I cannot actually schedule a recording from it. It does find the show. When I press schedule and there is a conflict, and I select cancel other show, that other show is cancelled, but the new one is not scheduled.

Also the use of the telephone style input works a bit quirky. For instance, I wanted to enter Phil (yes, my wife loves the Dr. Phil show), so enter 7-44-4, but how long I wait, the extra 4 changes Ph to Pi...
As a request, it would be even more convenient when entering 7-4-4-5 would render Phil, but all other shows that fit in this combination. (As in the jukebox search module).

Greetz,
MaBo

Print this item

  digital channel mapping with nova-t usb2
Posted by: hardrinseron - 2005-08-29, 06:45 PM - Forum: GB-PVR Support (legacy) - Replies (24)

Hi,

I've just upgraded from a wintv usb to a nova-t usb2. I've added it in the epg section as a bda device and have set the epg source to bleb which worked ok before and seems to update ok now(im in the uk)
However, when i click map digital channels to epg channels i get an error message saying that its unable to start the bda device i have configured. It then just sits there and eventually i have to kill it using task manager.
Anyone any ideas on what i've done wrong and how to fix it? could it be to do with the bda mux im using? should this one be ok?
Found: CyberLink MPEG Muxer
FILE: C:\WINDOWS\system32\mpgmux.ax
VERSION: 5.0.0813

Many thanks
Daz

Print this item

  Getting channel number (or name) from gbpvr.
Posted by: reboot - 2005-08-29, 06:03 PM - Forum: Old Stuff (Legacy) - Replies (23)

I'm using ShowAnalyzer, and have it set up in preprocessing.bat via PVRPowertray, using comskip proxy to make it run.
Postprocessing.bat then does comclean and rename recordings.
This all works splendidly. Big Grin

The latest version of SA, allows selectable profiles, based on channel number, channel name, and a few other options. It also allows one to select individual .ini files (containing the specific settings).

I would like to know how to get the channel number from gbpvr, and have SA use a profile, based on that channel number.
I know how to do it manually, but that defeats the purpose of having SA automatically run, and comclean.

I'm thinking that preprocessing.bat could be modified to include multiple profiles, based on the channel being recorded, something such as this:

Code:
If channelnumber <= 25 then goto profile1 If channelnumber = 26 then goto profile2 If channelnumber > 26 then goto profile3 :profile1 comskip %1 channelnumber 1 (having SA set up with a profile for channel 1 through 25) goto eof :profile2 comskip %1 channelnumber 26 (having an SA profile for channel 26) goto eof :profile3 comskip %1 channelnumber 27 (having an SA profile for channels 27 and up) goto eof :eof
Is any of this possible, or am I dreaming?
Any suggestions on how to implement this, maybe a more elegant solution?

Print this item

  WinTV-PVR-150 vs. WinTV-PVR-150MCE, which is better for GB-PVR?
Posted by: No1Dad - 2005-08-29, 05:43 PM - Forum: GB-PVR Support (legacy) - Replies (7)

Hi all. I was wondering which of these models is best for GB-PVR?

I would like to build an HTPC that allows me to use GB-PVR on my 53" widescreen, as well as play standard .WMV, .MOV, .AVI, .MPG files from my harddrive.

I noticed that the PVR-150-MCE has RCA jack hookups, and the PVR-150 doesnt but comes with a remote.

Oh, and I have DirecTV, if it makes a difference. Thanks to anyone who can help.

Print this item

  Mono speaker output
Posted by: tal56 - 2005-08-29, 05:22 PM - Forum: GB-PVR Support (legacy) - No Replies

Hi, I just added this in the wishlist, but maybe this feature already exists and I just can't find it.

I have some movies that have 2 different languages on each speaker output, so I would normally select mono left or mono right on my dvd player to play them. Basically it plays 1 side of the speakers source on both speakers.

Is there a feature like this on GBPVR already that I am missing? Or is there a plugin that may have this?

Thanks..

Print this item

  Do you have to "switch" to GB-PVR every time you turn on the tv?
Posted by: reckoning - 2005-08-29, 05:15 PM - Forum: GB-PVR Support (legacy) - Replies (7)

Do you guys know if there is anyway to get my tv to automatically switch to av2 when I turn the tv on? My gf is not very happy with the new setup because she says that before if she wanted to watch tv she could just turn the tv on. Now she has to turn the tv on, turn the computer on, switch the channel to av2 and then start the live tv thing.

Now I want to make it as quick and simple as possible to watch tv when she turns the tv on. I can leave the computer on, it's just the problem of having to change to av2 (which is a scart connector linked to a s-video cable that goes into my graphics card) everytime the tv is turned on. I thought that if I turned the tv on first and then turned the computer on the tv would "detect" the input signal and switch to av2, but it isn't doing this. It also means having the tv control out just to switch to av2 everytime.

What do you guys do?

Many thanks

Print this item

  Mono Speaker Output
Posted by: tal56 - 2005-08-29, 05:14 PM - Forum: Wishlist - Replies (11)

Hi,

I have some movies and videos in the Video Library that have 2 languages, one on each speaker, so left speaker is one language and right speaker is another.

When I view these on a dvd player it's fine because I can select "mono left" or "mono right" which would play one speakers source onto both speakers.

Can you add a feature to do this? Thank you very much for such a great program btw.

Print this item

  Re-record eps that were not kept for space reasons
Posted by: psiros - 2005-08-29, 05:12 PM - Forum: Old Stuff (Legacy) - Replies (1)

I am using MaxRecord to limit the number of eps that I keep on my machine. However, it seems that RecTracker records these eps as recorded and will not reschedule them, even though I didn't watch them. Is there any way to prevent this from happening?

Print this item

Pages (6435): « Previous 1 … 5569 5570 5571 5572 5573 … 6435 Next »
Jump to page 

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