179,854Messages
9,130Senders
30Years
342mboxes

← archive index

[idm] Under the Radar-sf

10 messages · 6 participants · spans 1 day · search this subject
◇ merged from 2 subjects: ot: renaming mac files · under the radar-sf
2003-07-15 04:22dave_dunstan [idm] OT: renaming mac files
├─ 2003-07-15 13:04henrik strömberg Re: [idm] OT: renaming mac files
└─ 2003-07-15 16:30Brett Dietsch Re: [idm] OT: renaming mac files
2003-07-15 17:47Kurt Bernhard Pruenner Re: [idm] OT: renaming mac files
├─ 2003-07-15 17:47dave_dunstan Re: [idm] OT: renaming mac files
└─ 2003-07-15 18:06Brett Dietsch Re: [idm] OT: renaming mac files
├─ 2003-07-15 18:21Kent williams Re: [idm] OT: renaming mac files
│ └─ 2003-07-15 18:34Brett Dietsch Re: [idm] OT: renaming mac files
│ └─ 2003-07-15 18:46Kent williams Re: [idm] OT: renaming mac files
└─ 2003-07-15 19:26Claire evans-white [idm] Under the Radar-sf
expand allcollapse allclick any summary to toggle that message
2003-07-15 04:22dave_dunstansorry for the OT post but I know more than half of you will know: how can I easily batch-r
From:
dave_dunstan
To:
Date:
Mon, 14 Jul 2003 23:22:58 -0500 (CDT)
Subject:
[idm] OT: renaming mac files
permalink · <Pine.LNX.4.44.0307142321330.7501-100000@westhost48.westhost.net>
sorry for the OT post but I know more than half of you will know: how can I easily batch-rename all my mac mp3s so I can put them on a windows partion? I'm pretty stumped and figure there must be some kind of shareware that will do it ... dammit. NP: drukqs (for the first time in months!) ZAP --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 13:04henrik strömbergcheck for "r-name" or "a better finder rename" on www.tucows.com From: dave_dunstan <domin
From:
henrik strömberg
To:
dave_dunstan ,
Date:
Tue, 15 Jul 2003 15:04:03 +0200
Subject:
Re: [idm] OT: renaming mac files
Reply to:
[idm] OT: renaming mac files
permalink · <WorldClient-F200307151504.AA04037510@hotbrev.com>
check for "r-name" or "a better finder rename" on www.tucows.com From: dave_dunstan <dominodigital@dominodigital.com>
quoted 3 lines how can I easily batch-rename all my mac mp3s so I can put them on a> how can I easily batch-rename all my mac mp3s so I can put them on a > windows partion? I'm pretty stumped and figure there must be some kind > of shareware that will do it ... dammit.
__________________________________________________________ http://www.hotbrev.com/ - N?tets farligaste e-postadresser --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 16:30Brett DietschOn Tuesday, July 15, 2003, at 12:22 AM, dave_dunstan wrote: > > sorry for the OT post but
From:
Brett Dietsch
To:
Cc:
dave_dunstan
Date:
Tue, 15 Jul 2003 12:30:49 -0400
Subject:
Re: [idm] OT: renaming mac files
Reply to:
[idm] OT: renaming mac files
permalink · <B16886C0-B6E1-11D7-A688-000393AE83B6@lawngnome.org>
On Tuesday, July 15, 2003, at 12:22 AM, dave_dunstan wrote:
quoted 7 lines sorry for the OT post but I know more than half of you will know:> > sorry for the OT post but I know more than half of you will know: > > how can I easily batch-rename all my mac mp3s so I can put them on a > windows partion? I'm pretty stumped and figure there must be some kind > of > shareware that will do it ... dammit.
i cant remember the regular expression for whitespace, i think its \s, but im not sure.. anyway, do something like this in a terminal, in the directory where your mp3's are. for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done thats not exact, and that in itself wont work, but its close. (remove the echo part once the output looks okay.) erm.. if this is over your head, mail me back offlist and i'll try to help you out a bit more. note: doing this will break your current itunes library. --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 17:47Kurt Bernhard PruennerBrett Dietsch wrote: > for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done
From:
Kurt Bernhard Pruenner
To:
Sounds Made By A Dying DSP
Date:
Tue, 15 Jul 2003 19:47:25 +0200
Subject:
Re: [idm] OT: renaming mac files
permalink · <3F143E2D.33765B27@njuuus.desdemona.ssw.uni-linz.ac.at>
Brett Dietsch wrote:
quoted 1 line for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done> for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done
Whoa - that's at least missing quotes around the "$i"... But still - whitespace (at least spaces) sure aren't a problem on Windows partitions, so are you sure it'll help? (Replacing all whitespace with an underscore is going a bit to far, I'd say...) -- Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria .......It might be written "Mindfuck", but it's spelt "L-A-I-N"....... np: Pop-Gas/03-Track 3.mp3 (including a space character and directly ripped from my CD to my harddisc under Windows 2000... :) --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 17:47dave_dunstanOh my god, you guys deleted all my mp3s!!!! OH NO!!!! Just kidding. Thanks for replying. I
From:
dave_dunstan
To:
Kurt Bernhard Pruenner
Cc:
Sounds Made By A Dying DSP
Date:
Tue, 15 Jul 2003 12:47:07 -0500 (CDT)
Subject:
Re: [idm] OT: renaming mac files
Reply to:
Re: [idm] OT: renaming mac files
permalink · <Pine.LNX.4.44.0307151245280.14637-100000@westhost48.westhost.net>
Oh my god, you guys deleted all my mp3s!!!! OH NO!!!! Just kidding. Thanks for replying. I haven't tried these suggestions out yet but thanks for sending me more info to work with. dave NP: no music just overheard office conversations. wack. On Tue, 15 Jul 2003, Kurt Bernhard Pruenner wrote:
quoted 10 lines Brett Dietsch wrote:> Brett Dietsch wrote: > > for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done > > Whoa - that's at least missing quotes around the "$i"... > > But still - whitespace (at least spaces) sure aren't a problem on Windows > partitions, so are you sure it'll help? (Replacing all whitespace with an > underscore is going a bit to far, I'd say...) > >
-- --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 18:06Brett DietschOn Tuesday, July 15, 2003, at 01:47 PM, Kurt Bernhard Pruenner wrote: > Brett Dietsch wrot
From:
Brett Dietsch
To:
Date:
Tue, 15 Jul 2003 14:06:28 -0400
Subject:
Re: [idm] OT: renaming mac files
Reply to:
Re: [idm] OT: renaming mac files
permalink · <0EA52B1F-B6EF-11D7-A688-000393AE83B6@lawngnome.org>
On Tuesday, July 15, 2003, at 01:47 PM, Kurt Bernhard Pruenner wrote:
quoted 4 lines Brett Dietsch wrote:> Brett Dietsch wrote: >> for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done > > Whoa - that's at least missing quotes around the "$i"...
nah, you dont need a quote around throw-away variables. you may need a quote elsewhere though, like here: echo "$i | sed s/\s/_/" mind you, im too lazy to actually test any of this right now. with the above stuff, you'll probably get a lot of lines thinking that you mean to make each character separated by spaces a separate line, but hey.. google.
quoted 5 lines But still - whitespace (at least spaces) sure aren't a problem on> But still - whitespace (at least spaces) sure aren't a problem on > Windows > partitions, so are you sure it'll help? (Replacing all whitespace with > an > underscore is going a bit to far, I'd say...)
this is true. the only thing that'll bitch is dos, but why would you play mp3's in dos? but itunes wont care if you replace them, as long as you tell it not to organize the files. if you do, it'll rename them every time you import them. --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 18:21Kent williams#!/bin/csh # you need to quote the filenames with double quotes so that # $x gets expanded
From:
Kent williams
To:
Brett Dietsch
Cc:
Date:
Tue, 15 Jul 2003 13:21:54 -0500 (CDT)
Subject:
Re: [idm] OT: renaming mac files
Reply to:
Re: [idm] OT: renaming mac files
permalink · <Pine.HPX.4.40.0307151316330.10964-100000@arthur.avalon.net>
#!/bin/csh # you need to quote the filenames with double quotes so that # $x gets expanded, but doesn't get split at spaces # and don't forget the g on the search replace, or it will # only replace the first space foreach x (`find . -print`) mv "$x" `echo $x | sed -e 's/\s/ /g'` end On Tue, 15 Jul 2003, Brett Dietsch wrote:
quoted 36 lines On Tuesday, July 15, 2003, at 01:47 PM, Kurt Bernhard Pruenner wrote:> > On Tuesday, July 15, 2003, at 01:47 PM, Kurt Bernhard Pruenner wrote: > > > Brett Dietsch wrote: > >> for i in `find . ` ; do echo "mv $i `echo $i | sed s/\s/_/` ; done > > > > Whoa - that's at least missing quotes around the "$i"... > > nah, you dont need a quote around throw-away variables. you may need a > quote elsewhere though, like here: > > echo "$i | sed s/\s/_/" > > mind you, im too lazy to actually test any of this right now. with the > above stuff, you'll probably get a lot of lines thinking that you mean > to make each character separated by spaces a separate line, but hey.. > google. > > > But still - whitespace (at least spaces) sure aren't a problem on > > Windows > > partitions, so are you sure it'll help? (Replacing all whitespace with > > an > > underscore is going a bit to far, I'd say...) > > this is true. the only thing that'll bitch is dos, but why would you > play mp3's in dos? > > but itunes wont care if you replace them, as long as you tell it not to > organize the files. if you do, it'll rename them every time you import > them. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org > For additional commands, e-mail: idm-help@hyperreal.org >
kent williams -- kent@avalon.net http://www.cornwarning.com -- Iowa's First Techno Record Label http://www.mp3.com/chaircrusher -- tunes --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 18:34Brett DietschOn Tuesday, July 15, 2003, at 02:21 PM, Kent williams wrote: > # you need to quote the fil
From:
Brett Dietsch
To:
Date:
Tue, 15 Jul 2003 14:34:28 -0400
Subject:
Re: [idm] OT: renaming mac files
Reply to:
Re: [idm] OT: renaming mac files
permalink · <F7B5F037-B6F2-11D7-A688-000393AE83B6@lawngnome.org>
On Tuesday, July 15, 2003, at 02:21 PM, Kent williams wrote:
quoted 4 lines # you need to quote the filenames with double quotes so that> # you need to quote the filenames with double quotes so that > # $x gets expanded, but doesn't get split at spaces > # and don't forget the g on the search replace, or it will > # only replace the first space
you've all just witnessed me being corrected and schooled. csh is for pansies though. :-p --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 18:46Kent williamsOn Tue, 15 Jul 2003, Brett Dietsch wrote: > > On Tuesday, July 15, 2003, at 02:21 PM, Kent
From:
Kent williams
To:
Brett Dietsch
Cc:
Date:
Tue, 15 Jul 2003 13:46:19 -0500 (CDT)
Subject:
Re: [idm] OT: renaming mac files
Reply to:
Re: [idm] OT: renaming mac files
permalink · <Pine.HPX.4.40.0307151344170.10964-100000@arthur.avalon.net>
On Tue, 15 Jul 2003, Brett Dietsch wrote:
quoted 12 lines On Tuesday, July 15, 2003, at 02:21 PM, Kent williams wrote:> > On Tuesday, July 15, 2003, at 02:21 PM, Kent williams wrote: > > > # you need to quote the filenames with double quotes so that > > # $x gets expanded, but doesn't get split at spaces > > # and don't forget the g on the search replace, or it will > > # only replace the first space > > you've all just witnessed me being corrected and schooled. > > csh is for pansies though. :-p >
Heh, I wasn't schooling you -- you would have figured it out if you'd actually run that script. I actually have that script stuck in my ~/bin, so i just cut'n'pasted it. Csh/Sh/Bash whatever. I actually WROTE a fully functional C shell for dos, back in the mid-80s. So I know the syntax really well. --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org
2003-07-15 19:26Claire evans-white- WEDNESDAY Under the Radar to satisfy all your minimal needs in order ZYGOTE KOURIAR--Kon
From:
Claire evans-white
To:
Brett Dietsch ,
Date:
Tue, 15 Jul 2003 12:26:11 -0700 (PDT)
Subject:
[idm] Under the Radar-sf
Reply to:
Re: [idm] OT: renaming mac files
permalink · <20030715192611.60458.qmail@web40015.mail.yahoo.com>
- WEDNESDAY Under the Radar to satisfy all your minimal needs in order ZYGOTE KOURIAR--Konstrukt (live) CLAIRITY 21+ FREE at the Julip in sf on Geary between Larkin and Hyde hope to see you there love claire ===== "People who think they know everything are very irritating to those of us who do" Unknown __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org For additional commands, e-mail: idm-help@hyperreal.org