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 1220 online users.
» 2 Member(s) | 1213 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, mvallevand

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

 
  Problem with recording directory
Posted by: hahansen3 - 2013-07-08, 12:00 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

I am having a problem with NextPVR and the recoding directory. I searched this forum and the internet, and found a similar post, but didn't see an answer. I have a Hauppauge HD PVR hooked up to a Win 7 desktop. I am trying to use my Synology DS413 for the recording directory. I made sure that the user account on the Win 7 system has read and write access to the recording directory on the Synology. When I setup a recording, everything appears to work fine, but no recordings make it to the Synology. When I check the logs, I see an error of

Invalid file passed to StartPostProcessing(): 'Z:\Live_Recordings\News All Weekend\News All Weekend_20130707_19001930.ts'

I can record to the local drive just fine.

The z: drive is mapped, and I am able to write to it from Windows. Does anybody have any ideas on how to get this to work?

Thanks.

Print this item

  Cannot setup HDHomeRun Prime
Posted by: johnt - 2013-07-07, 03:39 PM - Forum: Hardware - Replies (8)

I have a new HDHomeRun Prime connected to Dell/Win7 PC running NextPVR. In the NextPVR settings/device setup window, when I run the scan-for-channels function for any of the tuners, the result is an empty list. I attached the log file, which contains numerous error messages related to a string length parameter less than 0. Can anyone suggest what might be going wrong here?

Print this item

  Replace characters in strings
Posted by: bgowland - 2013-07-06, 01:43 AM - Forum: Developers - Replies (5)

Initially I thought I had this working but it appears it doesn't. Not sure what I'm missing here. Trying to remove characters from channel names which are invalid for file names...

Code:
char[] InvalidPathChars = System.IO.Path.GetInvalidPathChars(); ... foreach (String chanName in chanNamesList) { StringBuilder sb = new StringBuilder(chanName); foreach (char item in InvalidPathChars) sb.Replace(item.ToString(), ""); String chanLogoFilename = sb.ToString(); Log.WriteLine("GenerateChannelLogosFile() - Looking for logo: " + chanLogoFilename); // Append .jpg, .png and .gif in turn to try to find channel logo image file ... }
However when I look at the logging for the channel 5*, I see...
Code:
GenerateChannelLogosFile() - Looking for logo: 5*
...so the asterisk obviously isn't being removed and my 5.png file obviously isn't being found. I just can't see what isn't working - anyone any ideas?

Cheers,
Brian

Print this item

  XBMC viewing problem
Posted by: xaragon - 2013-07-05, 06:45 PM - Forum: Kodi / XBMC - Replies (2)

Hello! Was brought to the forum with a problem of mine. I have setup NextPVR on a server and it is working fine. Can watch TV locally on that machine. It is using Windows 7 as the operating system.

The problem is this, I try to connect my other XBMC machines to that NextPVR-server, I am able to connect to it but when I try to watch a channel it says "Tuner not available" and when I look in the logfile for NextPVR (web.log) it says;

Code:
2013-07-05 20:28:03.413 [DEBUG][4] Got Web Request (172.18.52.1): /live channel=2&client=XBMC-285d68e807ad4a7aa1c4dc1ce6b52f33 2013-07-05 20:28:03.413 [DEBUG][4] StreamNative@1 2013-07-05 20:28:03.413 [DEBUG][4] StreamNative@2 2013-07-05 20:28:03.413 [DEBUG][4] Not allowing internet based streaming request from: 172.18.52.1

The version of NextPVR is 2.6.2, XBMC is 12.2 and the NextPVR addon is 1.6.4. Thanks for any help in the matter.

Regards Alex

Print this item

  Is it possible to have 2 Colossus cards in 1 machine?
Posted by: rbmcgee - 2013-07-05, 04:05 PM - Forum: Legacy (v4.x and earlier) - Replies (7)

Hi all,

I've got 2 directv hd boxes in 1 room. I currently have one of those boxes feeding a Colossus card via HDMI and using NPVR against it. The Hauppauge IR blaster changes the channel. All works fine.

If I were to put a second Colossus card into the same PC and have it fed from the other directv box, would that work? I'm especially confused about how the IR blaster(s) would work.

BTW, I do have access to a USB-UIRT if that piece of equipment is necessary.

Print this item

  USB-UIRT - need help please!
Posted by: jt4242 - 2013-07-04, 10:51 PM - Forum: Hardware - Replies (10)

I'm a SageTV user but trying out nPVR. I've downloaded the most recent version (2.6.2).

I read that there is now built in support for USB-UIRT
(http://www.softpedia.com/get/Multimedia/...-PVR.shtml)

but I'm lost. When I setup my SA 8300 ((Hauppauge WinTV-7164 Analog Capture) and click on the Channel Changer setting, I can find no entry for USB-UIRT. I know that for Sage I have a directory called USB_UIRT Transceiver in SageTV/SageTV/Common/RemoteCodecs but there is no executable there.

I am so lost - I'm sorry if it's staring me in the face but I've searched for hours and can find nothing to help me - older postings say one has to use an external program to enable it but when I saw that support was now built in, I thought I would not have to.

When I use my remote to change the channel, the channel number changes onscreen along with the description of the program (from the epg listings) but no signal goes to the through the USB-UIRT to the box.

Please can someone help me - I'm so lost and confused that I have no idea what to try next.

thanks so much!!

Print this item

  Crash when updating guide from Schedule direct
Posted by: ScottChapman - 2013-07-04, 12:50 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

I got an exception thrown during the update, and another one when exiting the settings box.
I have attached the exceptions

Print this item

  Service won't start on a temporary server
Posted by: ElihuRozen - 2013-07-04, 01:15 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

I am traveling, so I grabbed my NMT & copied some programs I had recorded to my laptop. I updated the NPVR install on my laptop to the latest & upped the number of servers in Settings/Clients to one. When I try to start the service, I get this:
[ATTACHMENT NOT FOUND]
I added a NetworkRecorder using Martin's plug-in so I would have a valid device & added a fake channel. When I try to start the service, I still get the same error.

I know I've had this working with this laptop in the past at some point.

Logs are attached.

If you can't view the image it says the service can't be started because it is either disabled or it doesn't have any enabled devices associated with it. (How do I enlarge the image?)

Print this item

  sort pending recordings by recurrence_oid
Posted by: johnsonx42 - 2013-07-03, 03:19 AM - Forum: Wishlist - Replies (4)

What I want: additional sort option to sort recordings by recurrence_oid; this would have the effect of listing all single recordings (recurrence_oid=0) first. In the sort popup just call it "Sort by Recording Type", or "Single Recordings First", something like that (the secondary sort should be by date).

Why? Sometimes I'll page through the program guide for the upcoming week or two and look for movies I want to record, hitting Quick Record as I find them. When I'm done, I'd like to see a list of what all I set to record (see if I missed one, or got two of something, etc.). I first thought to ask for some sort of filtered list, then realized sorting by recurrence_oid would work perfectly and not require any extra screens, menus or keys.

Print this item

  Tuner plugins and client id
Posted by: mvallevand - 2013-07-03, 01:13 AM - Forum: Developers - Replies (2)

Sub reading this thread http://forum.xbmc.org/showthread.php?tid...pid1455340 do you iterate IsLiveTVPossibleNow() for all merged tuners?

Also I was wondering if the streaming client id passed to the plugin?

Martin

Print this item

Pages (6434): « Previous 1 … 1295 1296 1297 1298 1299 … 6434 Next »
Jump to page 

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