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,182
» Latest member: williams25
» Forum threads: 65,377
» Forum posts: 602,178

Full Statistics

Online Users
There are currently 1644 online users.
» 1 Member(s) | 1637 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, donschjr

Latest Threads
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
Yesterday, 04:51 PM
» Replies: 7
» Views: 62
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
Yesterday, 01:00 PM
» Replies: 43
» Views: 6,273
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 71
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: 137
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 135
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 100
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 151
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,876
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 195
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,465

 
  winlirc support
Posted by: lif - 2005-01-10, 03:04 PM - Forum: Wishlist - No Replies

This seems to be quite simple that future versions of GB-PVR should also interact with WinLIRC. Spec is here and also sample codes:

http://winlirc.sourceforge.net/developer.html

So, the story in short is that many people has only one PCI slot in their super slick and small and quiet home media pc. When you use Hauppauge tunercards other than MCE release, they are shipped with remote, but if only one tuner device is less and want for example use Hauppauge PVR-500MCE, there is no way you could use original Hauppauge IR sensor, you could use it only via WinLIRC (simple and extremely cheap serial port IR receiver for PC). I have used successfully Hauppauge remote control with WinLIRC controlling for example ViPlay and BSPlayer, so why not also GB-PVR should support it?  [Image: smile.gif]

PS. Using WinLIRC it is also possible not to have about ten remote controls near the TV, but use only the one to control all with lirc [Image: smile.gif]

Sorry for crosspostings, but this feature is too valuable for me not to be noticed from others.



Print this item

  VideoPlus/VCRPlus Codes
Posted by: MicroSark - 2005-01-10, 02:12 PM - Forum: Wishlist - No Replies

It's annoying, but sometimes the TV companies will move the timeslot for a program back and forth by a few minutes (for instance to cater for extended news bulletins etc.).

If you have a VCR or DVD recorder that uses PlusCodes (e.g. VideoPlus/VCRPlus), then a program set to record from that code will record when it occurs, not just when it was scheduled (I have no idea how this works - is it something embedded in the TV signal that the VCR or DVD Recorder picks up on?).

Anyway, it occurs to me that this would be a nice-to-have feature for one-off recordings (I don't think it would work for a season record unless the same pluscode is used for all episodes in a season - does anyone know?).

Anyway, if the pluscodes were also available to the EPG (I assume they are), couldn't GB use this as the means of ensuring that a scheduled recording starts and finishes at the right time?

This is just a thought for the future, and to find out if anyone else can enlighten me as to how this works.

Definately a 'lower-than-low' wishlist item.

Print this item

  TIP: save hdd space with transcoding
Posted by: lif - 2005-01-10, 02:04 PM - Forum: GB-PVR Support (legacy) - Replies (11)

As you know, the HDD space fills very quickly and there is a little solution to this I have used. I don't post the complete code here yet (because I have to rewrite it a little bit), but the workflow/idea is here [Image: smile.gif]

1) edit postprocessing.bat to run comskip.exe on %1 and echo %1 >> \pvr\transcode.txt
2) edit \pvr\transcode.cmd to sth like that:
#!/bin/bash
f=`cat \pvr\transcode.txt`
for t in $f; do
\pvr\mencoder -oac mp3lame -ovc xvid -xvidencopts fixed_quant=4 $t -o $t.new
if [ %errorlevel% == 0]; do
del $t
ren $t.new $t
done
egrep -e $t \pvr\transcode.txt >\pvr\transcode
done
3) schedule a new task to be run on weekdays (Mo-Fr) at 9:00 \pvr\transcode.cmd and enable maximum run for 8h.

So what it does is after a new recording it runs comskip and marks out commercials and inserts new recording filename to processing queue. So, if you watch the recording before 9:00 on Monday, you will see original mpeg2 stream. At 9:00 on Monday morning it wakes up computer and transcodes as many mpeg2 streams from queue to xvid as it could in 8 hours and all left in queue are processed the next day (I choosed this time because the PVR is in living room and I don't want that the PVR makes any additional unwanted noise when my family is at home). It keeps the mpg extension on files and in original location. So, if you happen to playback this recording afterwards GB-PVR doesn't make difference that inside is avi not mpeg and allows to play back as normally it does (also commercial skipping and all other works).

All comments are welcome!

Print this item

  winlirc support
Posted by: lif - 2005-01-10, 12:51 PM - Forum: Developers - Replies (12)

This seems to be quite simple that future versions of GB-PVR should also interact with WinLIRC. Spec is here and also sample codes:

http://winlirc.sourceforge.net/developer.html

So, the story in short is that many people has only one PCI slot in their super slick and small and quiet home media pc. When you use Hauppauge tunercards other than MCE release, they are shipped with remote, but if only one tuner device is less and want for example use Hauppauge PVR-500MCE, there is no way you could use original Hauppauge IR sensor, you could use it only via WinLIRC (simple and extremely cheap serial port IR receiver for PC). I have used successfully Hauppauge remote control with WinLIRC controlling for example ViPlay and BSPlayer, so why not also GB-PVR should support it? [Image: smile.gif]

Print this item

  meaning of season-record-types
Posted by: mz-system - 2005-01-10, 10:57 AM - Forum: GB-PVR Support (legacy) - Replies (6)

hello all,

what is the meaning of the season-record-type:

record season (all episodes in this timeslot, this channel)?

what is timeslot precise?

- same weekday, same time (exact)
- same weekday
- same weekday, same time (+- x hours)

thx for help

Print this item

  epg-update only differential?
Posted by: mz-system - 2005-01-10, 10:49 AM - Forum: GB-PVR Support (legacy) - Replies (1)

i update my epg with xmltv-files, which are generated from nextview.
with nextview i get the epg for the next 10 days, but only for the next 3 days with description.
when the epg-updates only new show will be added, the description (now available) for existing shows in the db will not be updated.

workaround can be solved with the options -onlyemptyepg and -onlyupdateepg, but for scheduled shows (especially season-records) is this not working.

is it possible to force an epg-update for existing db-entries too?

otherwise i have to switch back to native xmltv which is not so good as the data from nextview.



Print this item

  Sub Can you help
Posted by: darrin75 - 2005-01-10, 07:16 AM - Forum: GB-PVR Support (legacy) - Replies (1)

i have got sharpdevelop to work, to make plugins finally, now i am just interested in doing a video plug in, what code do i need, and which interface, ivideoplayer, be gentle i am still learning..

Print this item

  Season record
Posted by: MuffinMan - 2005-01-10, 04:49 AM - Forum: Wishlist - Replies (14)

I would like an extra option in season record.
'Season record, same channel,same timeslot, same day of week'

Extra option is same day of week. [Image: tounge.gif]

Print this item

  Codecs
Posted by: anxietyclown - 2005-01-10, 03:49 AM - Forum: GB-PVR Support (legacy) - Replies (3)

Hey there. Two things:

where can I find some good codecs downloadable for free?

how to i integrate them into GBPVR so that they are available on the 'playback' popup menu.

thanks
AC

Print this item

  PVR-350 TV-Out only with s-video?
Posted by: banging - 2005-01-10, 03:24 AM - Forum: GB-PVR Support (legacy) - Replies (1)

The only way I can watch TV on my pc is if I use the Software decorder. If I use the PVR 350 for playback it doesn't display a picture. How can I watch TV on my PC but still use the PVR 350 decoder and not software decoding? Thank you for any help.

Print this item

Pages (6435): « Previous 1 … 6064 6065 6066 6067 6068 … 6435 Next »
Jump to page 

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