This is a discussion on convert multiple music formats recursively (Not slack specific) within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> how would i convert multiple music formats (ogg, maybe flac, etc) recursively through the /music folder into mp3 format ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Matthew Robinson <mattyrobinson69@hotmail.com> wrote: > how would i convert multiple music formats (ogg, maybe flac, > etc) recursively through the /music folder into mp3 format in slackware 10? Scripting is your friend. That being said, look in man bash and you should find several commands that will suit your needs. Hint: think loops and file functions. |
| |||
| Matthew Robinson wrote: > how would i convert multiple music formats (ogg, maybe flac, > etc) recursively through the /music folder into mp3 format in slackware 10? by applying some mild bash magic. search the net for a bash intro, that should help you. in particular look at the for loop. -- Joost Kremers joostkremers@yahoo.com Selbst in die Unterwelt dringt durch Spalten Licht EN:SiS(9) |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 _.-In alt.os.linux.slackware, Joost Kremers wrote the following -._ > Matthew Robinson wrote: >> how would i convert multiple music formats (ogg, maybe flac, >> etc) recursively through the /music folder into mp3 format in slackware 10? > > by applying some mild bash magic. search the net for a bash intro, that > should help you. in particular look at the for loop. And look for the "cp" command and not the "mv" coommand. Safty first. - -- .-')) http://asciipr0n.com/fp ('-. | It's a damn poor mind that ' ..- .:" ) ( ":. -.. ' | can only think of one way to ((,,_;'.;' UIN=66618055 ';. ';_,,)) | spell a word. ((_.YIM=Faux_Pseudo :._)) | - Andrew Jackson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBVNz7SJec2PH9pbURAhcvAJ9vOCYVkCUEZR4SmKFXt6 hvv5uvEACbBN7U Q6PSfnxH6ixjw25Fx5OOUGs= =AYIL -----END PGP SIGNATURE----- |