[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Ok, so the function simplifyed without loops:
>
> def renamer(folder, band):
>       archive = #file to transform
>       rest = archive[3:]
>       print band + " -",rest.capitalize()
>
>
> obs: the file names came this way(with spaces or apostrophes) from the
> cd i imported.

Maybe you want to take a look at Jack
<http://www.home.unix-ag.org/arne/jack/>, a IMHO very nice CD ripper
written in Python.


   Florian
-- 
Einen Troll zu füttern ist das gleiche als würde man einen Haufen
Hundescheisse sehen, absichtlich reinsteigen und sich dann beschweren.
(Christian Schneider in <[EMAIL PROTECTED]>)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to