Romain Beauxis <toots@...> writes:

> 
> Le 21 février 2012 20:12, Stephane Poirier
> <stephane.poirier@...> a écrit :
> > Hi All,
> 
>   Hi Steph!
> 
> > I am running the win32 version of liquidsoap in a winxp cmd line. I have
> > problem specifying absolute paths, but no problem when specifying relative
> > paths. I did not find any documentation on this. How should we specify
> > absolute path within the liquidsoap scripts?
> 
> I vaguely remember cases where the : in "C://foo/bar.mp3" would cause
> troubles because : can be mistaken for a protocol marker. However, I
> think we test for a file before reverting to protocols. Thus, I'd
> believe that the problem would be around testing that
> "C://foo/bar.mp3" is an actual file.
> 
> Could you tell us more about your configuration and perhaps add some
> verbose logs, using set("log.level", 4) ?
> 
> Thanks,
> Romain
> 
> -----------------------------------------------------------------------------
-
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> 

Hi,

I had the same problem with Liquidsoap on Windows but figured it out.  If you 
have to move through the root directory such as c:\ on windows in a playlist 
start your path in the playlist with ../../somedirectory/etc.  This allows 
liquidsoap to start looking for music starting from c:\.  Otherwise, you'll 
get a protocol error.  You also have to use linux directory slashes / not the 
windows kind \.

Good luck. Joe


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to