PDA

View Full Version : Possible with more then 1 share with a common name?


soder
2008-03-07, 13:47
Now I have a share wit name "TV SHOWS" and the source is i.e my hdd SERIES
Is it possible to add another share with source SERIES2 with the same name?

Im using Aeon and want all series from both SERIES and SERIES2 in "TV SHOWS".

Or if not using Aeon, just all subdirs in SERIES and SERIES in one share, named TV SHOWS.

Is it possible?

/Söder

agathorn
2008-03-07, 13:52
Multipaths
http://xbmc.org/wiki/?title=Adding_Media_Sources

soder
2008-03-07, 16:53
I will try. Thanks for a quick reply.

knatsch
2008-03-07, 17:16
Here is an working example from my xbmc:

<source>
<name>Serien</name>
<path>smb://user:pw@192.168.0.111/serien/</path>
<path>smb://user:pw@192.168.0.111/serien2/</path>
<path>smb://user:pw@192.168.0.111/serien3/</path>
<path>smb://user:pw@192.168.0.111/serien4/</path>
</source>


This is really a nice feature :)

soder
2008-03-07, 17:42
yes, it was really nice....

/Söder