ok, thanks a lot to you all.
Here´s what I did:
find . -regex ".*\ .*" -exec kickspaces.sh {} \;
---kickspaces.sh---
#!/bin/bash
OLD=$1
NEW=`echo $OLD | sed s/"\ "/"_"/g`
mv -v -i "$OLD" $NEW
--
to kick all of the spaces in the files (I always intended to do so
sometimes and now was the
On Sat, Dec 23, 2000 at 03:25:06PM -0200, Christoph Simon wrote:
> Well, I can generally speak with a low voice, forcing others to pay
> more attention to what I say. If you raise the volume, the words are
> still the same, but you broke one of the intentions I had to say
> things the way I did.
T
On Sat, 23 Dec 2000 11:10:51 -0600
Dave Sherohman <[EMAIL PROTECTED]> wrote:
> On Sat, Dec 23, 2000 at 01:38:01PM -0200, Christoph Simon wrote:
> > But think of it twice.
> > Changing the volume of a song can actually destroy the musical value of
> > the piece.
>
> How do you figure? As long as
On Sat, Dec 23, 2000 at 01:59:40PM -0200, Christoph Simon wrote:
> You can write a simple script:
>
> #!/bin/sh
>
> for i in `find . -name "*.mpr"` ; do
> mpg123 $i `basename $i .mp3`.1.mp3
> ...
> done
Why's everyone so script-happy here?
find . -iname "*.mp3" -exec mpg123 -w {} | normali
On Sat, Dec 23, 2000 at 01:38:01PM -0200, Christoph Simon wrote:
> But think of it twice.
> Changing the volume of a song can actually destroy the musical value of
> the piece.
How do you figure? As long as relative volume of the sections within each
individual piece is maintained, I don't see wh
On Sat, Dec 23, 2000 at 01:59:40PM -0200, Christoph Simon wrote:
>
> You can write a simple script:
>
> #!/bin/sh
>
> for i in `find . -name "*.mpr"` ; do
> mpg123 $i `basename $i .mp3`.1.mp3
> ...
> done
>
> But this will break if there are spaces in the file names. A reall
> straight for
On Sat, Dec 23, 2000 at 04:45:17PM +0100, Robert Waldner wrote:
>
> `mpg123 -w` for mp3->wav and gogo to reencode then.
>
> But I´ve no clue how to automate thismanually doing this for >5.000
> mp3´s would be more than a major PITA, I fear.
Automation is my life. Not a problem. ;-)
On Sat, 23 Dec 2000, Robert Waldner wrote:
> On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes:
> >> I=B4m looking for an app which can normalize my mp3s under linux.
> >>
> >> All I was able to dig up on myself was "normalize"[0], but this only can=
> >
> >> do with .wav=B4s, and as I
On Sat, 23 Dec 2000 16:45:17 +0100
Robert Waldner <[EMAIL PROTECTED]> wrote:
> On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes:
> >> I=B4m looking for an app which can normalize my mp3s under linux.
> >>
> >> All I was able to dig up on myself was "normalize"[0], but this only can=
>
On Sat, 23 Dec 2000 10:17:27 EST, "Michael P. Soulier" writes:
>> I=B4m looking for an app which can normalize my mp3s under linux.
>>
>> All I was able to dig up on myself was "normalize"[0], but this only can=
>
>> do with .wav=B4s, and as I=B4m not good (eg I=B4m clueless) at=20
>> shell-scripti
On Sat, 23 Dec 2000 10:17:27 -0500
"Michael P. Soulier" <[EMAIL PROTECTED]> wrote:
> On Sat, Dec 23, 2000 at 10:57:08AM +0100, Robert Waldner wrote:
> >
> > Hi!
> >
> > I´m looking for an app which can normalize my mp3s under linux.
> >
> > All I was able to dig up on myself was "normalize"[0],
On Sat, Dec 23, 2000 at 10:57:08AM +0100, Robert Waldner wrote:
>
> Hi!
>
> I´m looking for an app which can normalize my mp3s under linux.
>
> All I was able to dig up on myself was "normalize"[0], but this only can
> do with .wav´s, and as I´m not good (eg I´m clueless) at
> shell-scripting
Hi!
I´m looking for an app which can normalize my mp3s under linux.
All I was able to dig up on myself was "normalize"[0], but this only can
do with .wav´s, and as I´m not good (eg I´m clueless) at
shell-scripting (and perl and almost anything else for that matter) I
have no idea how to autom
13 matches
Mail list logo