Kodi Community Forum

Full Version: Iptv Simple Client only shows first item of m3u list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Windows Kodi 18.4 & Linux Kodi 18.4

The latest IPTV Simple Client 3.8.8 only shows first item of m3u list.

I even tried a local m3u file.

It does the same thing.

The old IPTV Simple Client shows all of the m3u list.

IPTV Simple Client Debug Log
Your log says it loaded 48 channels.

Do you have samples of the M3U entries?

This may be that your first channel is in a channel group and the rest are not.

Try going to the guide screen and switch group at the top of the screen to ‘All channels’.
(2019-12-09, 11:26)phunkyfish Wrote: [ -> ]Your log says it loaded 48 channels.

Do you have samples of the M3U entries?

This may be that your first channel is in a channel group and the rest are not.

Try going to the guide screen and switch group at the top of the screen to ‘All channels’.

Here is the M3u.

M3U Radio List
Did you read my last post?

It's because the first channel is in a group. You need to select the all channels group or maybe just move the group and clear PVR from kodi settings and they should all show.
(2020-04-16, 12:24)phunkyfish Wrote: [ -> ]Did you read my last post?

It's because the first channel is in a group. You need to select the all channels group or maybe just move the group and clear PVR from kodi settings and they should all show.

All I know is that it works in IPTV 3.5.7 Simple Client.

When did you change the rules for IPTV Simple Client?

How do I make all the radio channels in the radio group?
You are using a version that is over a year old. Group support must have been added since.

There is also an extra command in the second line of your file.

Thing change the second line of your file from:

Code:
#EXTINF:-1, group-title="radio" radio="true",CLASSIC99.com KFUO St. Louis MO US

to

Code:
#EXTINF:-1,CLASSIC99.com KFUO St. Louis MO US

Then clear kodi PVR settings and it will reload.
(2020-04-17, 00:22)phunkyfish Wrote: [ -> ]You are using a version that is over a year old. Group support must have been added since.

There is also an extra command in the second line of your file.

Thing change the second line of your file from:

Code:
#EXTINF:-1, group-title="radio" radio="true",CLASSIC99.com KFUO St. Louis MO US

to

Code:
#EXTINF:-1,CLASSIC99.com KFUO St. Louis MO US

Then clear kodi PVR settings and it will reload.

Just did that, now the all the Radio Channels are in the TV section!

Want all the channels to appear in the Radio Section.
(2020-04-20, 21:00)Lasar3 Wrote: [ -> ]
(2020-04-17, 00:22)phunkyfish Wrote: [ -> ]You are using a version that is over a year old. Group support must have been added since.

There is also an extra command in the second line of your file.

Thing change the second line of your file from:

Code:
#EXTINF:-1, group-title="radio" radio="true",CLASSIC99.com KFUO St. Louis MO US

to

Code:
#EXTINF:-1,CLASSIC99.com KFUO St. Louis MO US

Then clear kodi PVR settings and it will reload.

Just did that, now the all the Radio Channels are in the TV section!

Want all the channels to appear in the Radio Section. 
cpp:
#EXTINF:-1 radio="True", your channel name
Put radio=“true” on each entry.
@fihc you beat me to it.