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,169
» Latest member: José Eudes da Silva
» Forum threads: 65,370
» Forum posts: 602,135

Full Statistics

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

Latest Threads
New version problem with ...
Forum: Windows
Last Post: Swami
5 hours ago
» Replies: 47
» Views: 3,665
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 99
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,402
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 266
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 203
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 478
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,098
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 360
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 249
DVB-S2 scan succeeds, cha...
Forum: Linux
Last Post: mvallevand
2026-08-21, 09:17 PM
» Replies: 15
» Views: 714

 
  UK Mendip Transmitter Predicting End Of The World
Posted by: Lao Pan - 2012-10-19, 10:15 AM - Forum: General Discussion - Replies (8)

According to the OTA EPG on PBS1 (BBC-A) mux, the End Of The World takes place around 1am on 24th October 2012 - no further program info after then.
I have reloaded the EPG twice this morning but no change!
Anybody else getting this problem?

Print this item

  Channel sort order
Posted by: osx-addict - 2012-10-19, 04:15 AM - Forum: Legacy (v4.x and earlier) - Replies (10)

Currently in both NPVR and also using the XBMC plugin, I notice that my channels are not sorted by number but by name -- so in my case I've got KABC first (channel 7 locally) and then about 2/3rds through the list I've got KNBC (channel 4) and somewhere between the two is KCBS (channel 2).. Is it at all possible to re-sort the channel list by numeric channel number (e.g. as shown below :

1) KCBS (channel 2)
2) KNBC (channel 4)
3) KABC (channel 5)
...etc...

Just wondering.. Thx!

Print this item

  Key command to select the audio stream
Posted by: crossnet - 2012-10-19, 02:23 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

Hi group,

Is there a key command in NPVR to step through (or select) the audio stream track? I know how to do this with the right mouse button. But, I want to use the "sound" button on the remote. I think I know how to set this up, but I haven't been able to find the commands.

I'm looking to do this because US broadcasters are now required to add an audio channel with a description of the action to new shows as an aid to the visually impaired. It appears that they made the voice-over channel the first or default audio track. This is fine for the visually impaired, but is annoying to others and resulted in a very poor WAF.

I can select the standard audio channel with a mouse, but with Comskip running, it resets to the default track after each commercial skip. Also, older programs don't have this feature. So now there is a need to continuously reselect the audio track.

There may be some better ways to work around this and all ideas are welcome.

emr

Print this item

  Key command to select the audio stream
Posted by: crossnet - 2012-10-19, 01:14 AM - Forum: Hardware - No Replies

Moved to NPVR Support

Print this item

  In-Progress Recordings
Posted by: cncb - 2012-10-19, 12:49 AM - Forum: Kodi / XBMC - Replies (20)

Is there a way to get the recordings list to refresh and show In-Progress recordings? I have waited several minutes and it doesn't seem to update on its own even though it is showing the recording in-progress in the right upper corner of the screen (above "Next Recording" entry). I have to exit XBMC and restart to get it to show in the recordings list.

Also, when watching an in-progress recording the total length of the recording does not continuously update. It does update when you skip past the original length (when you started watching it) but if you catch up to the current time of recording it kicks you out of playback and considers it watched and you can't resume. Is there any way around this issue?

Print this item

  NextPVREncoder
Posted by: reven - 2012-10-18, 11:24 PM - Forum: Community Announcements - Replies (24)

NextPVR Encoder

Download / Source Code located at github. Click the "Downloads" button on that page to grab the latest version.

Description
Simple little tool for reencoding your recordings after they have finished recording, will update your NPVR database with the new filename and delete the original recording.
It uses Handbrakecli.exe to do the encoding (which is the bulk of the download).

Why Would You Use It?
# If you wanted to convert your ts files to a easier to use format like MKV.
# If you had a device that couldn't playback ts files
# If you wanted to store your recordings in a format that used less space

How To Use
1. Download from github
2. Extract to your "scripts" directory in NPVR (in Windows 7 location is -> C:\Users\Public\NPVR\Scripts)
extraction should put PostProcessing.bat into the directory C:\Users\Public\NPVR\Scripts and a subdirectory called "NextPVREncoder" into that directory
3. Open NextPvrEncoder.exe.config in your favourite text editor (I use notepad++), change "connstr" value if your database isnt located to "C:\Users\Public\NPVR\npvr.db3"
4. Your done.

NOTE: If you already have a PostProcessing.bat file, you will need to make a backup of that and combine the two files

Features
# Will queue recordings for reencoding, so if a encoding is already taking place when another recording finishes, the new recording will be added to the queue and processed after the other one is completed. This stops you from having too many encodings happening at once.

To Keep Original Files
Open NextPvrEncoder.exe.config and set "deleteoriginal" to "false"


This isn't a big util, I don't expect a lot of people to use it, it's just something I use and find easier to backup recordings. I convert all mine to MKV files, they playback better on my RaspberryPI and it's easier to edit a recorded movie in a MKV file than a TS. Once its in MKV I usually trim the start/stop and archive the movie.

Print this item

  HDHomeRun Scanning Fails... "Unexpected error in timer_tick: System.ArgumentOutOfRang
Posted by: markjjordan - 2012-10-18, 10:11 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I am trying to scan channels in NextPVR for my HDHomerun. The scan goes thru all channels, but none of them are getting listed in the dialog. Looking in the log files, I'm seeing "Unexpected error in timer_tick: System.ArgumentOutOfRangeException: Length cannot be less than zero." messages.

I've attached my logs.

I should mention that I am running Windows 8 RTM.

Anyone have any ideas?

Print this item

  Eden builds?
Posted by: nivanov - 2012-10-18, 08:34 PM - Forum: Kodi / XBMC - Replies (1)

Are there any builds of this plugin compatible with Eden version of XBMC? I don't mind the Live TV functionality to be experimental, but I don't really want to use XBMC nightlies, and would rather go with OpenElec 2.0 final, which is Eden-based.

Print this item

  Oct 18th: $59 for new Hauppauge DCR-2650 Dual-Tuner Cable Card Receiver
Posted by: wtg - 2012-10-18, 05:11 PM - Forum: Hardware - Replies (6)

I have one of these already but considering ordering a second one since it's such a good deal. $99 - $40 rebate = $59

http://www.newegg.com/Special/ShellShock...10182012_2

Even without a cable card these also work as a Clear QAM dual tuner device, so it's a good deal in that regard too.

NEVERMIND - SOLD OUT NOW

Print this item

  Can NPVR support 12 or more tv tuners?
Posted by: badboyz - 2012-10-18, 06:30 AM - Forum: Legacy (v4.x and earlier) - Replies (14)

Hello,

I'm planning to overhaul my rig and will be replacing my single tuners to Quad tuners.

I will be using 2 x Hauppauge HVR2200 dual tuners(used) and 2 or 3 x Quad DVB-T2 tuners(new), total will be 12 or 16 tuners.

Before I buy the quad tuners, wonder is there any known issue or problem with NPVR or Windows 7(or 8) for using so many tuners?
Or is there anything I must take note of?

Thanks.

Print this item

Pages (6434): « Previous 1 … 1426 1427 1428 1429 1430 … 6434 Next »
Jump to page 

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