Hi all, 2012/2/25 Joe <[email protected]>: > 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 \.
This is all surprising. I am pretty sure that I have not experienced this myself.. I'll keep this on top of the pile and try it out when I have time later. In the mean time, are there other windows users in this list who experience similar issues? Romain ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
