On Tue 25.02.2003 at 09:53:15PM -0600, Krister Lagerstrom wrote: > Luigi Capriotti wrote: > > Hi buddies, > > > > I thought you might be interested in merging the following patch to the > > official version. > > > > I'm quite new to freevo, and had a number of previous m3u playlists made in > > Windows via WinAMP. Those files have relative pathnames inside, i.e. > > > > DirectoryName\FileName1.mp3 > > DirectoryName\FileName2.mp3 > > > > (to be able to save files and launch playlists from a cd) > > I committed your change, does anyone have any reason why we wouldn't > want to do this? Backslashes are pretty rare in unix filenames.
Wouldn't it be cleaner to use os.path.join() (or someting like that) instead of blindly replacing backslashes with slashes? Matthieu -- (~._.~) Matthieu Weber - Universit� de Jyv�skyl� (~._.~) ( ? ) email : [EMAIL PROTECTED] ( ? ) ()- -() public key id : 452AE0AD ()- -() (_)-(_) "Humor ist, wenn man trotzdem lacht (Germain Muller)" (_)-(_) ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
