Kodi Community Forum
sources.xml and folders - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: sources.xml and folders (/showthread.php?tid=45533)



sources.xml and folders - dc2447 - 2009-02-15

Is it possible to have a collection of music streams under one folder - kinda like

Code:
<source>
        <name>My streams</name>
        <source>
            <name>Stream1</name>
            <path>shout://localhost/stream1.pls</path>
            <private>false</private>
        </source>
        <source>
            <name>Stream2</name>
            <path>shout://localhost/stream2.pls</path>
            <private>false</private>
        </source>
</source>

Google and searching here suggests not.


- althekiller - 2009-02-15

You could add them to a playlist then access it through the "music playlists" source. The playlist should behave as a folder.


- oddity - 2009-07-30

This doesnt work for video podcast feeds (eg rss://www.abc.net.au/tv/chaser/video/xml/chaser_mp4.xml).
The shows appear correctly in the playlist but nothing happens when i try to open them.

Currently I have a whole bunch of feeds similar to the one above entered as sources in my videos section. They work fine but its very chaotic. How can I organise them into groups under a seperate headings? (eg 'sports feeds', 'tech vodcasts')?