Results 1 to 5 of 5

Thread: [SOLVED] Mass music file conversion

  1. #1
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    [SOLVED] Mass music file conversion

    Don`t know if this is right forum but I`m pretty much a beginner at the terminal.

    Ok here`s the thing. I have about 15,000 flac files on a externel harddrive
    /media/disk/music/flac/
    No problem I`ve rockboxed my iPod. However, my wife has an iPod that she doesn`t want rockboxing.
    Now, I can
    Code:
    ffmpeg -i blah.flac blah.mp3
    and I can
    Code:
    mv blah.mp3 /media/New\ Volume/music/mp3
    Which is where I want them to go.

    BUT this is abuot the extent of my Knowledge. How would I do the whole lot in one command.
    Also I would want to keep the tags.
    Also I would like to keep the folders and sub folders ie
    Code:
    /media/New\ Volume/music/mp3/AC-DC/Back\ In\ Black/01-Hells\ Bells.mp3
    Not just 15,000 single mp3 files.

    Can anyone help me do this?

    Also but this is by no means essential because I can always rm them later. My wife hates the Grateful Dead and Judas Priest so can they be left out somehow.

    Anyone who can help me do this would have my eternal gratitude and if I could give them 1,000,000 thanks I would.

  2. #2
    Join Date
    Aug 2007
    Location
    Novocastria, Australia
    Beans
    751
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Mass music file conversion

    I don't exactly know how to do this, but I am also interested in the same thing. I'll keep this thread in mind when I get around to fiddling around with it tommorow and post a solution if I can work it out (or borrow a solution if someone else here knows how to do it).

  3. #3
    Join Date
    May 2006
    Beans
    339

    Re: Mass music file conversion

    http://ubuntuforums.org/showthread.p...ight=flactomp3


    just did this myself...

    the script in this thread will solve your problem.

  4. #4
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Mass music file conversion

    Absolutely (insert swear word of choice) excellent. You have my eternal gratitude and unfortunately because of the limitations of this forum only one thanks. You just made my day.


  5. #5
    Join Date
    May 2006
    Beans
    339

    Re: Mass music file conversion

    sure thing, it takes a while, but it will get the job done.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •