NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 27 28 29 30 31 … 43 Next »
Updated Kodi addon + plus patch

 
  • 0 Vote(s) - 0 Average
Updated Kodi addon + plus patch
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#31
2014-12-07, 06:45 AM
mvallevand Wrote:Sub, the server does not return the proper minor or formatted-number data on the group API call /service?method=channel.list&group_id=****

Martin
Can you give me an example of what you're seeing wrong? I just checked the code, and it looks correct.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#32
2014-12-07, 02:11 PM
When I use the method=channel.list with no parameters it works,

Code:
<channel>
      <id>7957</id>
      <name>CIII-HD</name>
      <number>6</number>
      <minor>1</minor>
      <formatted-number>6.1</formatted-number>
      <type>0x1</type>
      <icon>true</icon>
    </channel>
    <channel>
      <id>7958</id>
      <name>CIII-SD</name>
      <number>6</number>
      <minor>2</minor>
      <formatted-number>6.2</formatted-number>
      <type>0x1</type>
      <icon>true</icon>
    </channel>

as soon as I add the &group_id parameter other than All Channels I get.

Code:
<channel>
      <id>7957</id>
      <name>CIII-HD</name>
      <number>6</number>
      <minor>0</minor>
      <formatted-number>6</formatted-number>
      <type>0x1</type>
      <icon>true</icon>
    </channel>
    <channel>
      <id>7958</id>
      <name>CIII-SD</name>
      <number>6</number>
      <minor>0</minor>
      <formatted-number>6</formatted-number>
      <type>0x1</type>
      <icon>true</icon>
    </channel

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#33
2014-12-07, 04:38 PM
Ah, I see. The attached patch should fix that.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#34
2014-12-07, 05:30 PM
That did it although I think there is a Kodi with tuning while playing live, it always jumps to the first minor.

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#35
2014-12-23, 07:58 PM
Any chance of getting a test file for OPENELEC ?? To fix the major minor numbers in guide??
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#36
2014-12-23, 08:25 PM
NYPlayer Wrote:Any chance of getting a test file for OPENELEC ?? To fix the major minor numbers in guide??

Once sub submits a compatible PR I was planning on doing a generic 64 bit build. Not sure about RPi or Cubox-i. Compared with the Chromebox, those platforms aren't really worth the effort. The better solution is not to use minor numbers like the Frodo and Gotham users will need to do.

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#37
2014-12-23, 08:39 PM
Guess I will have to come up with a numbering system to keep the same numbers across the diff platforms in my household. There are very few anyway as most of the major networks I combined with the equivalent Cable Channels. for example 2.1 is 702 and 6.1 is 706 etc...
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#38
2014-12-23, 09:29 PM
mvallevand Wrote:Once sub submits a compatible PR I was planning on doing a generic 64 bit build.
That's now up there, and I've let the Kodi guys know I've rebased it again to include the subsequent changes they've made.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,180
Threads: 958
Joined: May 2006
#39
2014-12-23, 10:07 PM
sub Wrote:That's now up there, and I've let the Kodi guys know I've rebased it again to include the subsequent changes they've made.

Good I'm glad you got it in before they fork off Helix, hopefully the PR will make 14.1 Kodi master is already at 15 and Helix 14.0 is released so 14.1 might not be long.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#40
2014-12-23, 10:58 PM
I'm not counting on them merging it anytime soon. I'm sure they'll find some reason at the very last minute to not merge it, and not give me enough time to do anything about it.... Big Grin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Suggestions for the KODI Add-on Escape7 51 10,549 2025-06-29, 08:36 PM
Last Post: sub
  Kodi Channel not updating aTF6i 2 609 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 609 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 1,072 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,495 2025-01-15, 06:32 PM
Last Post: mvallevand
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,564 2024-10-23, 02:11 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,908 2024-09-11, 10:20 PM
Last Post: trongod
  Kodi 21.0 Omega/NextPVR 21.1.0 PVR & Live TV Group Manager bouilliabai 28 4,992 2024-08-06, 10:00 PM
Last Post: sub
  Kodi-V5 WiFi Problem? kerryball 0 479 2024-06-26, 06:49 AM
Last Post: kerryball
  Adding/editing timer to one time (manual) recording from Kodi guide has no effect mmortal03 6 1,271 2024-06-25, 09:30 PM
Last Post: mmortal03

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode