Results 1 to 9 of 9

Thread: Auto-naming Ripped CDs (ID3 tags)

  1. #1
    Join Date
    Mar 2008
    Location
    Detroit
    Beans
    69
    Distro
    Ubuntu 8.04 Hardy Heron

    Auto-naming Ripped CDs (ID3 tags)

    Hello,

    I am in the process of completely switching over from Windows to Ubuntu. I'm looking for a program that automatically names my CDs when inserted and ID3 tags them when ripped, like Windows Media Player.

    Any suggestions???
    Thanks!

    -Thomas

  2. #2
    Join Date
    Oct 2007
    Beans
    170

    Re: Auto-naming Ripped CDs (ID3 tags)

    I have always found grip to give me exellent results in both ripping quality and free-cddb naming and tagging of disks and songs.

  3. #3
    Join Date
    Sep 2006
    Beans
    3,713

    Re: Auto-naming Ripped CDs (ID3 tags)

    I like abcde. It's quick and easy.
    abcde: Command Line Music CD Ripping for Linux

  4. #4
    Join Date
    Mar 2008
    Location
    Detroit
    Beans
    69
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Auto-naming Ripped CDs (ID3 tags)

    Quote Originally Posted by FakeOutdoorsman View Post
    I like abcde. It's quick and easy.
    abcde: Command Line Music CD Ripping for Linux
    Thanks guys! abcde seems pretty cool. But is there a way I can change the text editor from nano to gedit when I have to edit CDDB info??

    -Thomas

  5. #5
    Join Date
    Sep 2006
    Beans
    3,713

    Re: Auto-naming Ripped CDs (ID3 tags)

    Try adding this to your .abcde.conf file:
    Code:
    EDITOR=/usr/bin/gedit

  6. #6
    Join Date
    Mar 2008
    Location
    Detroit
    Beans
    69
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Auto-naming Ripped CDs (ID3 tags)

    Quote Originally Posted by FakeOutdoorsman View Post
    Try adding this to your .abcde.conf file:
    Code:
    EDITOR=/usr/bin/gedit
    Nope. That didn't work. I think I still like it though. Just not too fond of Nano lol.

    I'm gonna look for some more documentation on the program, but it looks really promising. Thanks again!

  7. #7
    Join Date
    Sep 2006
    Beans
    3,713

    Re: Auto-naming Ripped CDs (ID3 tags)

    I made a guess as to where gedit might be since I don't have it, so it may be located elsewhere for you, or maybe it's not even named gedit:
    Code:
    whereis gedit
    Maybe it needs single quotes:
    Code:
    EDITOR='/usr/bin/gedit'

  8. #8
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Auto-naming Ripped CDs (ID3 tags)

    Hi Tom:

    Quote Originally Posted by TomDaBomb2u View Post
    Thanks guys! abcde seems pretty cool. But is there a way I can change the text editor from nano to gedit when I have to edit CDDB info??
    Glad you liked the guide . abcde reads the $EDITOR variable and I believe that this is the easiest way to change to gedit. To alter this you could try:

    Code:
    $ gedit $HOME/.bashrc
    and then add the following:

    Code:
     EDITOR=/usr/bin/gedit && export EDITOR
    I tried this on my own system, where normally I use vim, and it worked well enough.

    Andrew
    You think that's air you're breathing now?

  9. #9
    Join Date
    Oct 2008
    Beans
    7

    Re: Auto-naming Ripped CDs (ID3 tags)

    Just as a quick side note, with grip you do all of this from the GUI. In the panel under config -> Encoding you can set all the tag information.

    Good luck !

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
  •