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,159
» Latest member: kevingharrman@gmail.com
» Forum threads: 65,042
» Forum posts: 596,028

Full Statistics

Online Users
There are currently 1559 online users.
» 1 Member(s) | 1554 Guest(s)
Baidu, Bing, Google, Yandex, mvallevand

Latest Threads
Synchronization issues wi...
Forum: Windows
Last Post: Ricknextpvr
51 minutes ago
» Replies: 23
» Views: 315
Season and Episode values...
Forum: NextPVR Support
Last Post: mvallevand
5 hours ago
» Replies: 23
» Views: 440
Daylight saving time chan...
Forum: Docker arm32v7
Last Post: mvallevand
10 hours ago
» Replies: 7
» Views: 1,354
Iphone nextpvr app
Forum: NextPVR iOS and AppleTV Clients
Last Post: McAlsop
Yesterday, 05:13 AM
» Replies: 8
» Views: 1,610
NextPVR web interface sho...
Forum: Windows
Last Post: mvallevand
2025-11-02, 11:51 PM
» Replies: 6
» Views: 74
Issue with screen readers...
Forum: Windows
Last Post: sub
2025-11-02, 07:02 PM
» Replies: 16
» Views: 412
Tuner TBS-6209 SE
Forum: Hardware
Last Post: Marvi
2025-11-02, 05:49 PM
» Replies: 2
» Views: 53
some minor bugs and typos
Forum: Windows
Last Post: sub
2025-11-01, 05:00 PM
» Replies: 5
» Views: 154
US ATSC 3 FTC Comments wa...
Forum: Hardware
Last Post: mvallevand
2025-10-31, 12:44 AM
» Replies: 4
» Views: 1,719
Unable to schedule a sing...
Forum: Windows
Last Post: mvallevand
2025-10-30, 08:01 PM
» Replies: 10
» Views: 303

 
  Any forum changes today?
Posted by: mvallevand - 2015-10-30, 10:44 PM - Forum: General Discussion - Replies (5)

Hi sub, I can no longer browser the forum in NextPVR with Firefox since all the formatting disappears. Did you make any changes today?

Martin

Print this item

  closed captions
Posted by: frankmaur - 2015-10-29, 08:43 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

Is there any way to get closed captions when playing back a recording?

Print this item

  Live TV over the internet?
Posted by: chairmanfaust - 2015-10-29, 08:38 PM - Forum: Kodi / XBMC - Replies (4)

Just wondering if its possible to setup the nextpvr addon in kodi to access my server at home to watch tv over the net. Figured this is a long shot b/c of the file sizes but thought i'd try... i have port 8866 open and can get guide data but i have no idea what other ports to open to access my 6 tuners when i actually click on a channel to watch it.

Print this item

  Unable to launch NPVR or the Recording Service
Posted by: ziton - 2015-10-29, 08:33 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

What does this mean?:confused:

ZZ

Print this item

  No TV
Posted by: jp2code - 2015-10-29, 01:27 AM - Forum: Legacy (v4.x and earlier) - Replies (70)

My last hard drive died, so I hooked up another one.

The last drive was a desktop drive plugged into a USB port on the media PC that NextPVR was running on.

This drive is plugged into my router and uses a Raspberry Pi running DietPi File Server.

After getting the Network Drive (NAS) up and running so that all PCs on the home network could access it, I uninstalled my HDHomeRun software, rebooted, installed it clean, and configured all of my 26 channels in NextPVR (HDHomeRun EXTEND requires all channels be setup as H.264 HD, one by one).

I went into Settings and pointed the Recording to my DietPi File Server: \\DIETPI\dietpi\DVR\RecordedTV.

NextPVR wasn't able to play the files, so I did the old uninstall/reinstall trick.

That still didn't help.

Log file here:

https://www.dropbox.com/s/tvn3idfyystre9r/NPVR.log?dl=0

Nothing in it jumps out at me.

I can't play TV or, obviously, record.

Print this item

  Scheduled_Recordings - Filename field limited to 50 characters?
Posted by: JavaWiz - 2015-10-28, 10:09 PM - Forum: Developers - Replies (6)

I've been having some intermittent issues with some of my scripts related to renaming. I've been looking in the DB, and I noticed that the filename field in SCHEDULED_RECORDINGS is only 50 bytes... That ends up truncating many of my recording filenames. Is that expected?
[ATTACHMENT NOT FOUND]

Code:
CREATE TABLE [SCHEDULED_RECORDING] (
    [oid] integer PRIMARY KEY AUTOINCREMENT NOT NULL,
    [name] varchar(50) NOT NULL,
    [filename] varchar(50) NOT NULL,
    [status] integer NOT NULL,
    [start_time] datetime NOT NULL,
    [end_time] datetime NOT NULL,
    [capture_source_oid] integer NOT NULL,
    [channel_oid] integer NOT NULL,
    [recurrence_oid] integer NOT NULL,
    [channel_name] varchar(50) NOT NULL,
    [event_details] varchar(50) NOT NULL,
    [failure_reason] varchar(50) NOT NULL,
    [pre_padding] integer NOT NULL,
    [post_padding] integer NOT NULL,
    [quality] integer NOT NULL
, red CHAR(1), green CHAR(1), yellow CHAR(1), blue CHAR(1));

Print this item

  imagegrablite - "TVRage fail searching nfl+football"
Posted by: avandeputte - 2015-10-28, 10:00 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (9)

I am having a problem with imagegrablite - I am getting failure with NFL games, both on an updateepg call and an actual recording.

I know I can make the error go away if I add "nfl football" to the excluded.txt file for SearchLite. Problem is, I don't want to do that, I'd like to use imagegrablite to rename and add the subtitle in the name (the teams) as well as create an nfo file.

Any idea what is causing the issue and how to resolve?


2015-10-28 17:53:22.628 [DEBUG][1] Zap2it reference http://tvlistings.zap2it.com/tv/nfl-foot...3189870000
2015-10-28 17:53:22.628 [DEBUG][1] Zap2it image page http://www.zap2it.com/tv/nfl-football/SP003189870000
2015-10-28 17:53:22.628 [DEBUG][1] Subtitle: Length=35 Chicago Bears at San Diego Chargers
2015-10-28 17:53:22.628 [DEBUG][1] OID is 3858887
2015-10-28 17:53:22.628 [DEBUG][1] OriginalAirDate is 2015-11-09
2015-10-28 17:53:22.628 [DEBUG][1] Recorded 2015-11-10
2015-10-28 17:53:22.628 [DEBUG][1] Record Ended 2015-11-10
2015-10-28 17:53:22.660 [DEBUG][1] http://www.thetvdb.com/api/GetSeries.php...l+football
2015-10-28 17:53:22.925 [DEBUG][1] No TVDB series found for nfl+football
2015-10-28 17:53:22.972 [DEBUG][1] Data at the root level is invalid. Line 1, position 1.
2015-10-28 17:53:22.972 [DEBUG][1] TVRage fail searching nfl+football
2015-10-28 17:53:23.316 [ERROR][1] Read Error Object reference not set to an instance of an object.

Print this item

  EPG data off by 2 hours
Posted by: rykr - 2015-10-28, 09:58 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

I'm using schedules direct for my epg. That data appears to be off by 2 hours. The data is coming down as gmt-7 and should be gmt-5. How can I fix this?

Print this item

  NextPVR Plex plugin, no live TV
Posted by: ajmast - 2015-10-28, 03:15 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (15)

So I can play recordings back, but cannot play live TV in either Firefox, Chrome or on Android Plex Client (those 3 being the only ones I have checked).

In Firefox I get this error: "Cannot load M3U8: No levels to play".

Plex server is Windows 8.1.

Any Thoughts?

Print this item

  USB Power
Posted by: jcjefferies - 2015-10-28, 12:33 PM - Forum: Hardware - Replies (1)

My new DVB-T2 tuner when used with my HP Microserver is intermittent when recording SD but does not work with HD signal. So my first though that it was a signal level problem. However if I plug it into a PC being used as a NextPVR test server using the same aerial lead it works well. I have a RTL2382/R820 tuner which also does not work in the Microserver but works in the test server PC. The RTL tuner is frequently used for SDR applications instead of TV and is well known for not working in some computers and the solution is to run it plugged into a powered hub.

Using a powered USB hub the RTL tuner takes around 230ma increasing to 320ma when recording SD and the DVB-T2 tuner takes 160ma increasing to 220ma recording SD and 250ma HD. Looking at the USB hubs in Windows Device Manager all ports are specified as 500ma however from the tests I would say that the Microserver has a limit of around 220ma. A possible solution which could remove the need for an external PSU is a USB "Y" lead so the power to the tuner is taken from two USB sockets on the PC.

Chris

Print this item

Pages (6405): « Previous 1 … 959 960 961 962 963 … 6405 Next »
Jump to page 

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