From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: Fco.J.Ballesteros To: 9fans@cse.psu.edu Subject: Re: [9fans] spaces in file/dir names? (and acme)? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 6 Jun 2002 12:29:39 +0200 Topicbox-Message-UUID: a73002b2-eaca-11e9-9e20-41e7f4b1d025 Hmm, assuming you have an mp3info like program (which is actually inside the mad mp3 player that I'm using in Plan 9) you could generate a translation table for your file system. Something like: translate ' ' to '_' # general case translate '/a/b/x.mp3' to 'The Best of Alan Parsons' translate '/a/b/y.mp3' to 'All You Wanted to Listen from Alan Parsons' The table could be generated offline by a script, perhaps. Regarding the source code, I'd still like to take a look, just for fun. thanks