stevenhanna6 wrote:For instance, suppose I have 3 computers, each with a sound card. What kind of connections would I need to use Xlobby to have all three play the same thing, in sync?
All three computers would have to be on the same network using a router, each would have an installation of xlobby. One would be the master server the others would be fat clients that connect to the master. This is done through the XNET tab in setup. Once the machines are registered on xnet you can control any of the playlist on each machine from any of the machines on xnet....you can also synch them to the same song/playlist. XNET is something new, so its pretty buggy right now. You also have to make sure you import your music from a network location like \\home theater\music\ so the clients know where the music is.
Hi
I'm still new to XL and have tried to setup various fat clients using xnet. Have done what it says from the post above and once my music is imported it all seem to work fine,however when I close one of my clients down and restart it there seems to be a problem with the music. No cover art displayed and althought the the tracks seem to be there when i click on an album the don't play. Heres' what Iv'e discovered so far , When I first import my music from my server not using a mapped drive the music.xml file has the paths to my server ,however after closing down and restarting XL my music.xml file shows the paths to the local machine. Here is a sample of my music.xml file after importing.
<?xml version="1.0" encoding="UTF-8"?>
<database>
<sortorder>artist:albumname:tracknumber:trackfilename</sortorder>
<template>music</template>
<paths>
<path>\\Jim\jimc\My Documents\My Music</path>
</paths>
<item>
<parameter>\\Jim\jimc\My Documents\My Music\Various Artists\Perfect Day</parameter>
<display>01 Perfect Day '97 / 01 Perfect Day '97</display>
<type>album</type>
<subitems>
<item>
<parameter>\\Jim\jimc\My Documents\My Music\Various Artists\Perfect Day\01 Perfect Day '97.wma</parameter>
<display>01 Perfect Day '97</display>
<type>track</type>
<information>
<tracknumber></tracknumber>
<trackname>01 Perfect Day '97</trackname>
<trackfilename>01 Perfect Day '97.wma</trackfilename>
<artist>01 Perfect Day '97</artist>
</information>
</item>
</subitems>
<information>
<artist>01 Perfect Day '97</artist>
<albumname>01 Perfect Day '97</albumname>
<genre>Pop</genre>
<year></year>
</information>
</item>
And here the same after I restart the client.
<?xml version="1.0" encoding="UTF-8"?>
<database>
<sortorder>artist:albumname:tracknumber:trackfilename</sortorder>
<template>music</template>
<paths>
<path>C:\My Documents\My Music</path>
</paths>
<item>
<parameter>C:\My Documents\My Music\Various Artists\Perfect Day</parameter>
<display>01 Perfect Day '97 / 01 Perfect Day '97</display>
<type>album</type>
<subitems>
<item>
<parameter>C:\My Documents\My Music\Various Artists\Perfect Day\01 Perfect Day '97.wma</parameter>
<display>01 Perfect Day '97</display>
<type>track</type>
<information>
<tracknumber></tracknumber>
<trackname>01 Perfect Day '97</trackname>
<trackfilename>01 Perfect Day '97.wma</trackfilename>
<artist>01 Perfect Day '97</artist>
</information>
</item>
</subitems>
<information>
<artist>01 Perfect Day '97</artist>
<albumname>01 Perfect Day '97</albumname>
<genre>Pop</genre>
<year></year>
</information>
</item>
As you can see the paths have changed
Sorry it's a bit long winded ,but can anyone shed any light on this ?
Thanks
AHA Think Iv'e found the problem . My XL server music path was not a unc path ie was C:\\my documents\my music.
As soon as I changed that the client works fine and I don't even have to import on the client.
Thanks