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,379
» Forum posts: 602,220

Full Statistics

Online Users
There are currently 7045 online users.
» 4 Member(s) | 7035 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, donschjr, mvallevand, pkscout, sub

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
Yesterday, 06:27 PM
» Replies: 39
» Views: 3,819
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Yesterday, 07:22 AM
» Replies: 2
» Views: 501
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Yesterday, 03:19 AM
» Replies: 15
» Views: 984
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,520
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 273
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 236
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: 236
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 221
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 171
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 209

 
  Better History Function
Posted by: jcole998 - 2019-06-02, 03:26 PM - Forum: Wishlist - Replies (8)

Many times, I and others have tried to schedule a program for recording expecting the entry in the guide to turn red. But it doesn't and the program is not scheduled. No reason why. After long experience, I learned that one must execute NextPVR.exe with the -removehistory parameter to remove the item from the deleted history. The guide entry will now turn red and the program will be scheduled.

I'd like to suggest that when a user uses the guide to schedule a program, honor the request AFTER automatically deleting it from the delete history. Simply delete the entry whether or not it exists. Is there some other rationale for not doing this?

Thanks.

Print this item

  NextPVR client / server set up
Posted by: EiEiOhh - 2019-06-02, 01:22 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I've got everything set up and can use the NPVR GUI to watch on my local machine.
Ive also got it set up in Kodi so I can watch on all networked machines.
Using Kodi, the EPG takes quite a while to load.. Sometimes 2 minutes.
Can I load the NPVR GUI which loads very quickly on all machines as clients and connect them to my main local machine?
If yes, Is there a guide to show me how?

Print this item

  NextPVR web API for scheduling - DayMask
Posted by: mvallevand - 2019-05-31, 07:54 PM - Forum: Developers - Replies (28)

Sub looking at pvr.nextpvr code I was wondering if there was also an "Any Day" dayMask I could use with &day_mask= that Kodi doesn't enable? NUtility does have one.

Code:
std::string cPVRClientNextPVR::GetDayString(int dayMask) { std::string days; if (dayMask == (PVR_WEEKDAY_SATURDAY | PVR_WEEKDAY_SUNDAY)) { days = "WEEKENDS"; } else if (dayMask == (PVR_WEEKDAY_MONDAY | PVR_WEEKDAY_TUESDAY | PVR_WEEKDAY_WEDNESDAY | PVR_WEEKDAY_THURSDAY | PVR_WEEKDAY_FRIDAY)) { days = "WEEKDAYS"; } else { if (dayMask & PVR_WEEKDAY_SATURDAY) days += "SAT:"; if (dayMask & PVR_WEEKDAY_SUNDAY) days += "SUN:"; if (dayMask & PVR_WEEKDAY_MONDAY) days += "MON:"; if (dayMask & PVR_WEEKDAY_TUESDAY) days += "TUE:"; if (dayMask & PVR_WEEKDAY_WEDNESDAY) days += "WED:"; if (dayMask & PVR_WEEKDAY_THURSDAY) days += "THU:"; if (dayMask & PVR_WEEKDAY_FRIDAY) days += "FRI:"; } return days; }

Also how to I indicate a Timeslot recording just add the start and end timestamps?

Thanks.

Martin

Print this item

  Finding Subtitles
Posted by: TheThom - 2019-05-31, 09:46 AM - Forum: General Discussion - No Replies

I'm new here, how can i find English subtitles here, i'm specially interested in Wentworth season 7.
I need them for translation in Dutch.

Greetings, TheThom

Print this item

  NextPVR with Ceton InfiniTV, Comcast Card and Schedules Direct add new channels
Posted by: EiEiOhh - 2019-05-31, 03:11 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

About 4 years ago, the forum helped me set up NextPVR with Ceton InfiniTV 6 ETH and Comcast card using Schedules Direct
I thought SageDCT was another component but they may gone
I think I remember setting up one tuner.. Exporting channels and importing them to the other 5

This has been running great all these years

I just added a bunch more channels (from 79 to 230) to my Comcast Subscription and cant for the life of me remember how to add channels

I've logged on to Schedules Direct and selected the new channels. I can see the guide in the NextPVR EPG
Under Settings > Channels.. Something got jacked up because I now have 1987 channels and many triplicates

Can someone direct me to a guide that can help me sort this out again?

Print this item

  IPTV Streams causing strange looping issue
Posted by: BrianSDX2 - 2019-05-31, 01:20 AM - Forum: Legacy (v4.x and earlier) - Replies (7)

I've been using nextpvr for many years now for my OTA streaming and have recently added IPTV to the mix. I am noticing a weird issue though. I will be watching a show using an MPEGTS stream and it will after a short period of time loop back 30 seconds then get stuck in that loop until I restart the stream. HLS streams are noticeably worse for this issue. I'm not really sure how to troubleshoot this type of an issue and could use some help. I have attached my logs that captured the issue and can provide a direct link to my nextpvr instance if needed to further troubleshoot this issue.

Thanks

Print this item

  NextPVR v4 Not recognizing Kworld Analog Tuner
Posted by: FlyHigh - 2019-05-29, 03:17 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

Windows 10 computer running NextPVR 4.2.4 is not recognizing Kworld analog tuner, even after installing Hauppauge WinTV7. (Win TV8 would not install correctly.) After clicking "Devices" within NextPVR settings, no ATSC device is recognized.

The same version of NextPVR 4.2.4, running on another windows 10 computer, successfully recognizes the same KWorld analog tuner.

Logs from both computers are attached.

Any help and advice would be appreciated.

Print this item

  Missing Guide Info
Posted by: jcole998 - 2019-05-28, 02:33 PM - Forum: Legacy (v4.x and earlier) - Replies (17)

Guide Info simply disappears on the ninth day as shown in the attached screenshot in which the first day of the guide is 28 May. I seem to remember a setting that I used to control how many days are shown for those channels with EPG data marked as None in the channels list. Is there such a setting? Something else wrong?

Thanks for the help.

Print this item

  NextPVR has Stopped Working
Posted by: rgc101 - 2019-05-27, 11:24 PM - Forum: Legacy (v4.x and earlier) - No Replies

Hi - I have nextpvr up and running well on another PC. I am trying to install it on a laptop from work that was retired. I installed windows 10 on it and now I am getting "Nextpvr has stopped working" "A problem has caused...". It has never worked. I even tried to install an older version, with no success. Anyone have ideas on what could be causing this? I have a Ceton tuner with a comcast cable card on the network. I am wondering if some corporate policy running on the PC is causing this. Any thoughts would be appreciated.

Thanks,

Print this item

  IP Camera input as a channel
Posted by: Brucek2839 - 2019-05-27, 04:40 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

Is there a way to have my IP camera input into NextPVR as a channel?
Just wondering.
Thank you,
Bruce

Print this item

Pages (6435): « Previous 1 … 609 610 611 612 613 … 6435 Next »
Jump to page 

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