NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
1 2 3 4 5 … 35 Next »
Radio vs TV in Kodi add-on

 
  • 0 Vote(s) - 0 Average
Radio vs TV in Kodi add-on
philled
Offline

Junior Member

Australia
Posts: 7
Threads: 1
Joined: Dec 2020
#11
2020-12-21, 01:07 AM
(2020-12-21, 01:04 AM)philled Wrote:
(2020-12-20, 01:20 AM)sub Wrote: Can you supply your npvr.db3? I'll need to look at the service type listed for your channels.

Thanks. I've attached it here.

OK trying to attach again, with a ZIP file this time.


Attached Files
.zip   npvr.zip (Size: 776.21 KB / Downloads: 3)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,220
Threads: 722
Joined: May 2006
#12
2020-12-21, 01:12 AM
Ignore my request fro a conf file you probably didn't scan it.

Martin.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,220
Threads: 722
Joined: May 2006
#13
2020-12-21, 01:14 AM
Our posts crossed. I thought you used a DVB-T device not HDHR. Different logic.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,632
Threads: 674
Joined: Nov 2003
#14
2020-12-21, 01:16 AM
Basically your channels are listed with service type 1 (MPEG2 video service) or 25 (H264 video service), so they're not being treated as radio in channel list passed to Kodi.

Do your radio stations have a video stream? Some do (like a logo or something), and this might be enough to make NextPVR assume it's a video service at scan time.

Either way, you might need to try scanning, then post the logs so I can see what it found at scan time.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,632
Threads: 674
Joined: Nov 2003
#15
2020-12-21, 01:17 AM
(2020-12-21, 01:14 AM)mvallevand Wrote: Our posts crossed.  I thought you used a DVB-T device not HDHR.  Different logic.

Martin
Ah, good point - I was assuming a DVB-T tuner too. The situation is different with HDHR.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,632
Threads: 674
Joined: Nov 2003
#16
2020-12-21, 01:19 AM
philled, let us know what your browser returns for http://192.168.0.117/lineup.json?tuning
philled
Offline

Junior Member

Australia
Posts: 7
Threads: 1
Joined: Dec 2020
#17
2020-12-21, 01:25 AM
(2020-12-21, 01:19 AM)sub Wrote: philled, let us know what your browser returns for http://192.168.0.117/lineup.json?tuning

Here you go. Examples of radio stations are "triple j", "triple j Uneart", "SBS Radio 1", SBS Radio 2".

Tuning dump is at https://pastebin.com/sxmWCg8T 
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,220
Threads: 722
Joined: May 2006
#18
2020-12-21, 01:32 AM
Yes they all have video codecs. Are you running current firmware, look like a Silicon Dust bug.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 36,220
Threads: 722
Joined: May 2006
#19
2020-12-21, 01:55 AM
Until there is a UI what I would do is create a group called "Radio" and select the channels that are radio to put in it

After that backup your database and run

Code:
sudo sqlite3 /var/opt/nextpvr/npvr.db3

update channel_mapping
set service_type = 2
where channel_oid in
(select channel_oid from channel_group_name, channel_group
where name = "Radio" and group_oid = oid);

Martin
philled
Offline

Junior Member

Australia
Posts: 7
Threads: 1
Joined: Dec 2020
#20
2020-12-21, 02:58 AM
(2020-12-21, 01:55 AM)mvallevand Wrote: Until there is a UI what I would do is create a group called "Radio" and select the channels that are radio to put in it

After that backup your database and run

I can confirm that worked and I can now see the radio stations under Radio in Kodi. 

Thanks so much to everyone for your help. Have a great Christmas.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Where is the Kodi NPVR addon timeline duration stored? Lao Pan 4 104 2021-01-11, 10:19 AM
Last Post: mvallevand
  Kodi 18 + NextPVR V5 : the record screen list is very poor Bernard0105 14 332 2020-12-11, 02:11 PM
Last Post: mvallevand
  Transcoded Stream pauses in Kodi although CPUs and network fine aderlopas 1 143 2020-11-15, 10:54 AM
Last Post: aderlopas
  NEXTPVR KODI lolo6000 21 1,000 2020-11-02, 06:49 PM
Last Post: lolo6000
  Kodi/knewc keyboard command equivalent for remote control Blue Button? baj1 10 274 2020-11-01, 05:30 PM
Last Post: baj1
  Reverse proxy - ssl - kodi client fattony 27 571 2020-10-28, 05:26 PM
Last Post: mvallevand
  Suddenly no Kodi/NPVR in the house Elmo Putney 10 306 2020-10-28, 05:08 PM
Last Post: baj1
  Latest Kodi 19 MAtrix Nightly Breaks NPVR aderlopas 50 1,110 2020-10-26, 12:16 PM
Last Post: mvallevand
  nextpvr pvr addon v7.1.1 android kodi a1blues 5 342 2020-10-22, 06:17 PM
Last Post: mvallevand
  pvr.nextpvr Leia-versioned Arch Linux Kodi plugin wmarler 0 196 2020-10-08, 06:20 AM
Last Post: wmarler

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

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

Linear Mode
Threaded Mode