2019-12-17, 00:33
Hello everyone,
I would like to add an internet radio station to my kodi. I couldn't find specific information regarding streaming (.strm) files but there are some wiki pages that are relevant to music albums.
I created the following structure:
\music\myradio
\music\myradio\album.nfo
\music\myradio\folder.jpg
\music\myradio\myradio.strm
I can see the myradio.strm by manually going into Music -> Files and I can make it play. BUT, updating the library does not add an icon/album option into my library. Its as if kodi skips it entirely.
The contents of the album.nfo:
I would appreciate some help creating a proper library icon.
Thank you.
I would like to add an internet radio station to my kodi. I couldn't find specific information regarding streaming (.strm) files but there are some wiki pages that are relevant to music albums.
I created the following structure:
\music\myradio
\music\myradio\album.nfo
\music\myradio\folder.jpg
\music\myradio\myradio.strm
I can see the myradio.strm by manually going into Music -> Files and I can make it play. BUT, updating the library does not add an icon/album option into my library. Its as if kodi skips it entirely.
The contents of the album.nfo:
Code:
<?xml version="1.0" encoding="utf-8"?>
<album>
<title>My Radio</title>
<genre>Internetradio</genre>
</album>
I would appreciate some help creating a proper library icon.
Thank you.