You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now some software (notably KODI) uses this to distinguish between Radio and TV channels, displaying them under entirely different menus.
I’d very much like to keep using xTeVe to aggregate my different M3U and XML, but still have Radio and TV separated in my KODI.
Do you see any chance to implement this in xTeVe?
Describe the solution you'd like
Pass the radio="true" flag through to xTeVe’s output M3U.
Describe alternatives you've considered Not use xTeVe. Bad thing, would have to add many M3U tuners and XML EPGs into all different programs (Jellyfin, KODI, etc.).
Additional context
Example M3U generated by my azuracast_xmltv that has Radio- and TV-channels (URIs changed):
#EXTM3U url-tvg="https://example.com/xmltv/example.com.xml" x-tvg-url="https://example.com/xmltv/example.com.xml"
#EXTINF:-1 tvg-name="Nite Radio (128kbps AAC)" tvg-id="niteradio.example.com" group-title="Nite Radio" radio="true" tvg-logo="https://example.com/api/station/1/art/0",Nite Radio (128kbps AAC)
https://example.com/listen/niteradio/radio.aac
#EXTINF:-1 tvg-name="Firefox Test (MP3)" tvg-id="niteradio.example.com" group-title="Nite Radio" radio="true" tvg-logo="https://example.com/api/station/1/art/0",Firefox Test (MP3)
https://example.com/listen/niteradio/firefox_test.mp3
#EXTINF:-1 tvg-name="Firefox Test (no Xing Header) (MP3)" tvg-id="niteradio.example.com" group-title="Nite Radio" radio="true" tvg-logo="https://example.com/api/station/1/art/0",Firefox Test (no Xing Header) (MP3)
https://example.com/listen/niteradio/firefox_test_no_xing.mp3
#EXTINF:-1 tvg-name="Nite Radio (128kbps MP3)" tvg-id="niteradio.example.com" group-title="Nite Radio" radio="true" tvg-logo="https://example.com/api/station/1/art/0",Nite Radio (128kbps MP3)
https://example.com/listen/niteradio/radio.mp3
#EXTINF:-1 tvg-name="Nite Radio (HLS)" tvg-id="niteradio.example.com" group-title="Nite Radio" radio="true" tvg-logo="https://example.com/api/station/1/art/0",Nite Radio (HLS)
https://example.com/hls/niteradio/live.m3u8
#EXTINF:-1 tvg-name="Nite Radio Testbild" tvg-id="niteradio.example.com" group-title="Nite Radio" tvg-logo="https://example.com/api/station/1/art/0",Nite Radio Testbild
https://example.com/listen/niteradio/testbild.m2t
#EXTINF:-1 tvg-name="Nite Radio Video-Stream" tvg-id="niteradio.example.com" group-title="Nite Radio" tvg-logo="https://example.com/api/station/1/art/0",Nite Radio Video-Stream
https://example.com/listen/niteradio/video.m2t
The last two entries are video streams, all other radio streams. KODI separates them nicely under the "Radio" and "TV" menus, if I directly use this M3U, but does not when I use xTeVe’s M3U.
The text was updated successfully, but these errors were encountered:
Moonbase59
changed the title
Can #EXTINF radio="true" be put through to the ouput? (Good to distinguish Radio & TV channels, KODI uses that)
Can #EXTINF radio="true" be put through to the output? (Good to distinguish Radio & TV channels, KODI uses that)
Oct 24, 2023
Moonbase59
changed the title
Can #EXTINF radio="true" be put through to the output? (Good to distinguish Radio & TV channels, KODI uses that)
Can #EXTINF radio="true" be put through to the output? (Good to distinguish Radio & TV channels, KODI uses that)
Oct 24, 2023
Is your feature request related to a problem? Please describe.
I have M3Us that contain the
radio="true"
tag in the #EXTINF line, see also https://github.com/Moonbase59/azuracast_xmltv#usage under "-r
/--radio
option":Example:
Now in xTeVe’s output
xteve.m3u
, this becomes:The
radio="true"
gets lost.Now some software (notably KODI) uses this to distinguish between Radio and TV channels, displaying them under entirely different menus.
I’d very much like to keep using xTeVe to aggregate my different M3U and XML, but still have Radio and TV separated in my KODI.
Do you see any chance to implement this in xTeVe?
Describe the solution you'd like
Pass the
radio="true"
flag through to xTeVe’s output M3U.Describe alternatives you've considered
Not use xTeVe. Bad thing, would have to add many M3U tuners and XML EPGs into all different programs (Jellyfin, KODI, etc.).
Additional context
Example M3U generated by my
azuracast_xmltv
that has Radio- and TV-channels (URIs changed):The last two entries are video streams, all other radio streams. KODI separates them nicely under the "Radio" and "TV" menus, if I directly use this M3U, but does not when I use xTeVe’s M3U.
Many other IPTV M3U lists also use this format, for instance the kodinerds Radio List for Germany.
The text was updated successfully, but these errors were encountered: