|
Rockbox mail archiveSubject: Re: MP3 Managing Tool?Re: MP3 Managing Tool?
From: Menachem Shapiro <menachem.shapiro_at_gmail.com>
Date: Fri, 14 Jan 2005 15:15:58 -0800 B"H Thanks. I will have to take a look at it and see if I can adapt it to my purposes. By the way, I noticed something interesting in the script: ----script excerpt-------- for f in `ls "$MOUNT"|sed 's/ /_-_-_/g'`; do f=`echo "$f"|sed 's/_-_-_/ /g'` echo "cp $f -> $TARGET" cp "$f" "$TARGET" 2>/dev/null >&1 || faildo "$f" unset f done --------end excerpt-------- Is it standard practice to use the same variable ('f') as the variable used for the for loop? I noticed it gets unset at the end, but it seems a little scary. Menachem On Fri, 14 Jan 2005 21:13:30 +0100, Andreas Heinz <crash_at_a80.net> wrote: > hi > > maybe this is what you need, although not complete, it's a start for > some one lazy ;) > > http://shell.uhu.name/cpcd/ > > bye > Andi > > Menachem Shapiro wrote: > > B"H > > Not to go completely off topic or anything like that, but do you know > > of a program that will make it easy to copy a bunch of CDs onto a hard > > drive. > > > > The CDs have mp3s on them and I want to be able to just insert the > > discs and have the program copy the data off and then prompt me to > > enter the next disc. > > > > I am sure this can be done pretty easily with a shell script, but I am > > being lazy and am looking for a solution that has already been done. > > > > Thanks, > > Menachem > > > > > > On Fri, 14 Jan 2005 10:19:17 +0100, Andi <crash_at_a80.net> wrote: > > > >>hi, > >> > >>if you want to use linux, i would recommend easytag. > >>http://easytag.sourceforge.net/ > >> > >>but this is also only a tagging software. another great peace of > >>software is amarog. which also plays your mp3s and holds an internal > >>voting system, which works quite automatically, cause it records, how > >>often a song is played, if it was skipped and so on > >> > >>http://amarok.kde.org/ > >> > >>bye > >>Andreas > >> > >> > >>joerch.net_at_web.de wrote: > >> > >>>For tagging and create listings i use (and can strongly recommend) mp3ext. > >>>You will have it avaiable in your file/folder property menu in windoze. > >>> > >>>http://www.mutschler.de/mp3ext/ > >>> > >>>For file recopy actions i think "the godfather" is it. > >>> > >>>Joerch > >>>______________________________________________________________ > >>>Verschicken Sie romantische, coole und witzige Bilder per SMS! > >>>Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > >>> > >>>_______________________________________________ > >>>http://cool.haxx.se/mailman/listinfo/rockbox > >>> > >> > >>_______________________________________________ > >>http://cool.haxx.se/mailman/listinfo/rockbox > >> > > > > > > > _______________________________________________ > http://cool.haxx.se/mailman/listinfo/rockbox > -- Are you interested in using Linux? Download Libranet 2.8.1 for free and try it out. http://www.libranet.com/trial_download.html _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockboxReceived on 2005-01-15 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |