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,112
» Latest member: AODfan
» Forum threads: 65,019
» Forum posts: 595,693

Full Statistics

Online Users
There are currently 2195 online users.
» 4 Member(s) | 2188 Guest(s)
Applebot, Bing, Google, bossanova808, Jack_Burton505, Jaggy, mvallevand

Latest Threads
NextTool merge error
Forum: Linux
Last Post: mvallevand
Less than 1 minute ago
» Replies: 18
» Views: 72
Kodi Recurring Recordings...
Forum: Kodi / XBMC
Last Post: mvallevand
1 hour ago
» Replies: 2
» Views: 136
EPlusTV
Forum: NextPVR Support
Last Post: mvallevand
1 hour ago
» Replies: 16
» Views: 703
8VSB schedule mangled on ...
Forum: Windows
Last Post: mvallevand
1 hour ago
» Replies: 22
» Views: 646
401 error while importing...
Forum: Windows
Last Post: sub
1 hour ago
» Replies: 8
» Views: 181
No channel found with nex...
Forum: Windows
Last Post: mvallevand
4 hours ago
» Replies: 4
» Views: 55
DB cleanup after disk fai...
Forum: Windows
Last Post: mvallevand
6 hours ago
» Replies: 1
» Views: 25
Channel tuning issue - AB...
Forum: Docker amd64
Last Post: mvallevand
8 hours ago
» Replies: 7
» Views: 66
Iphone nextpvr app
Forum: NextPVR iOS and AppleTV Clients
Last Post: sub
Today, 05:45 AM
» Replies: 4
» Views: 1,497
Trimming IPTV list
Forum: Linux
Last Post: mvallevand
Yesterday, 01:32 PM
» Replies: 3
» Views: 64

 
  Version 3.3.8 Downgrade
Posted by: craigrs84 - 2015-08-14, 02:24 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I had some issues with 3.4.8 where it wouldn't reliably open some channels so I downgraded back to 3.3.8 (I had an old install file saved on my harddrive).

Now I tried to setup schedules direct on 3.3.8 but I receive an exception whenever I try to do so. So my question is, is there a place I can download version 3.3.8 with latest patches, or is there an archive of version 3.3.8 patches?

Thanks.

Print this item

  New Zealand, Waikato - Te Aroha frequency update
Posted by: browned - 2015-08-14, 11:12 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

Was wondering why WMC picked up 35 channels and NPVR found 29.

[TERTYPE]
1=New Zealand
2=Waikato (Te Aroha)

[DVB]
0=4
1=1,562000,0,0,8
2=2,578000,0,0,8
3=3,594000,0,0,8
4=4,530000,0,0,8


That change should add APNA Television, Al Jeeza, Yes Shop, TVSN Shopping, TV29, Shine TV. All great channels ;-)

Print this item

  Nextpvr doesn't want to stay enabled
Posted by: lyor - 2015-08-14, 07:22 AM - Forum: Kodi / XBMC - Replies (32)

I'm using USB DVB-T dongle based on IT9135bda.
I install nextpvr 3.3.8 on my previous kodi (14.2) setup and everything worked perfectly.
I recently upgrade my kodi to 15 and the nextpvr to 3.4.8 and when I try to enable to nextpvr plugin in kodi, it's start to scan channels (I think) and immediately after that the plugin become disabled again.

I have no idea what causing that.
I'll appreciate any help I can get.

My log.

Print this item

  XMLTV handling of <icon /> entry with URL with "=" in it: guide update failing
Posted by: drlava - 2015-08-14, 05:49 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

The Rovi guide source is adding some cool features, one is icons for each show with links to the icons embedded in the xmltv listing. This is one example:

Code:
    <programme start="20150811173000 -0700" stop="20150811180000 -0700" channel="I2.1.28461099.microsoft.com">
        <title lang="en">ABC World News With David Muir</title>
        <desc lang="en">A roundup of the day's events.</desc>
        <category lang="en">News</category>
        <category lang="en">newscast</category>
        <icon src="http://images-eds.xboxlive.com/image?url=cOC861nTwwD6fdaNNqSphYhIoPdt3SpAXZveWYNx1owpaSbQgknD7_eWMyj6k.qSdbWmptcbCdLzif8iGNMjoLpUNMZDRWHu8k3dadXB6AT4rWMxAZl0FSKHs6.V_AeLUgKrQe6va3UznEVJ0c_V4DqtpIrhhZHe8C11_4dcsxE-&w=267&h=150" />
        <episode-num system="ms_progid">1.254203045120030</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <new />
    </programme>
One problem: npvr fails to load this xml file with an error:

Code:
<version><component name="NextPVR" version="3.4.8" display="NextPVR 3.4.8"><url>http://forums.nextpvr.com/showthread.php?56583-3-4-8-available-(25th-April)</url></component></version>
2015-08-13 22:25:06.778    [INFO][3]    current online version: 3.4.8
2015-08-13 22:25:06.778    [INFO][3]    last notified version: 3.4.8
2015-08-13 22:25:14.407    [DEBUG][1]    Unexpected error loading channels from xmltv file: System.Xml.XmlException: '=' is an unexpected token. The expected token is ';'. Line 497, position 229.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
   at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)

Yes, it would be possible to pre-parse the xml file before npvr tries to load it to remove all of the = signs, but that would ruin the chance of USING these icons in the future. can this be fixed? thank you!

Attached is the xml file, I had to do a multipart zip with 7-zip due to the zip file size limitations.

Print this item

  Archiving
Posted by: browned - 2015-08-13, 11:19 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

I have looked everywhere and can't seem to find any conclusive instructions or guides on how to archive recordings to another drive or network share.

I have a small Windows 7 VM with NextPVR setup, it currently records to the SSD C drive which has only 22GB of space. I want to move the recorded files to a network share quickly after recording finishes. Is there a plugin or some simple steps I can follow to get this process working?

Thanks

Print this item

  NextPVR Buffer Directory Question
Posted by: chairmanfaust - 2015-08-13, 08:21 PM - Forum: Legacy (v4.x and earlier) - Replies (31)

Kodi 15
SageDCT 2.7.4 x64
NextPVR 3.4.8
Windows 8.1

First I just want to say that this is working great so far, but I've noticed my Live TV Buffer folder filling up, (see attached pic).

Is there a setting I missed that cleans this up or should i try some sort of scheduled task to take care of this? I have a 250GB SSD with about 180GB free but at the rate I'm going it won't be long before this gets filled.

Print this item

  Sub-Channel Support U.S. - ATSC
Posted by: mobilelawyer - 2015-08-13, 03:44 PM - Forum: Legacy (v4.x and earlier) - Replies (1)

Is it contained in version 3.4.8 or not? I am not clear on this from browsing this forum.

I am using 3.4.8 on Windows 10 and as the backend with Kodi. I don't have a signal strength problem, and the subs come through fine on the HD Homerun software and HD Homerun add-in to Kodi.

I can't tune them with NextPVR. If the station is xx.1, I am fine on NPVR: if it is xx.2, I get black and the program appears to hang.

Is this expected behavior with 3.4.8?

Print this item

  Delete?
Posted by: JWA - 2015-08-13, 09:51 AM - Forum: Legacy (v4.x and earlier) - Replies (16)

After more than a few false starts with NextPVR I'm ready to throw in the towel and try deleting it from my computer completely. I've gladly donated to the cause, tried various fixes and yet the persistent issues drive me nuts.

How can I delete everything completely? Any help would be greatly appreciated.

Print this item

  Receive Warning When Logging Out that NextPVR is currently recording.
Posted by: wayloncovil - 2015-08-13, 08:24 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

Since Windows Media Center is going away, I just installed NextPVR again to give it a try.
I scheduled something to record and when I went to log out of my user account, I received a warning saying that "NextPVR is currently recording" and that I can either Force Logout or Cancel.
It's my understanding that NextPVR is running as a service. I would imagine that it should record whether I'm logged in or not and I would think that I shouldn't get this warning.
Is there anyway to change NextPVR so I don't get this warning when I logoff?
Thanks!

Print this item

  Import / Convert Channel List from http://satellites-xml.eu
Posted by: MH_Bonn - 2015-08-13, 07:02 AM - Forum: Legacy (v4.x and earlier) - Replies (5)

Would it be possible to have an Import Funktion for the channel list (.XML) created http://satellites-xml.eu/.

They provide a daily update of the transponder lists for the different satellites at least for the greater EU area.

Perhaps, somebody has already written a conversion tool that allows nextpvr to read the .XML file created on satellites-xml.eu.

Cheers,
Michael

Print this item

Pages (6403): « Previous 1 … 1001 1002 1003 1004 1005 … 6403 Next »
Jump to page 

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