NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 7 8 9 10 11 … 43 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: 52,850
Threads: 954
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: 52,850
Threads: 954
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: 106,671
Threads: 767
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: 106,671
Threads: 767
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: 106,671
Threads: 767
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: 52,850
Threads: 954
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: 52,850
Threads: 954
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: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Channel not updating aTF6i 2 412 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 393 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 792 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,185 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 8,918 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,061 2024-10-23, 02:11 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,416 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,106 2024-08-06, 10:00 PM
Last Post: sub
  Kodi-V5 WiFi Problem? kerryball 0 382 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,097 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