| View previous topic :: View next topic |
| Author |
Message |
Indulis
Joined: 11 Dec 2009 Posts: 1
|
Posted: Fri Dec 11, 2009 8:21 am Post subject: Multiple folders containing mp3 |
|
|
Hello!
Sorry about my english language: (
Configuration is as follows:
win23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<clients>500</clients>
<sources>9</sources>
</limits>
<authentication>
<source-password>xxxx</source-password>
<relay-password>xxxx</relay-password>
<admin-user>admin</admin-user>
<admin-password>xxxx</admin-password>
</authentication>
<hostname>xxxx</hostname>
<server-id>Live</server-id>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>E:\logs\icecast</logdir>
<webroot>E:\data</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
~~~~~~~~~~~~~~
My question is - whether it is possible to add multiple folders containing mp3 files?
They are located on drive E:\data and H:\data
Regars Indulis |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Dec 11, 2009 6:34 pm Post subject: |
|
|
If you mean multiple web roots then no, not within the same instance of icecast. Usually these sorts of issues can be resolved by symbolic links. It does look like NTFS supporst symbolic links and junction points so maybe you should look into those.
karl. |
|
| Back to top |
|
 |
|