Slashdot Mirror


Organizing MP3s and Other File Collections?

Anonymous Coward asks: "After trying to merge several sets of media files that I've had laying around across several PC's (and looking at the short-comings of my own Perl script), I began looking at some commercial products and was overwhelmed. Does Slashdot have advice for organizing MP3 collections and what software works well for them?"

2 of 174 comments (clear)

  1. What I do... by pjl5602 · · Score: 4, Interesting
    This is something that I started a long, long, long time ago and it's worked well for me. I have a "Music" directory. In that directory, I have directories 0-9 and a-z. In these, I put the artist by last name. So, if it's Lenny Kravitz, there is a directory (also, I remove all characters that aren't a-z, 0-9, -, _ and replace them with _): /content/music/k/kravitz__lenny

    If the album is Circus I make a directory: /content/music/k/kravitz__lenny/circus

    Then to know if it's the complete album or incomplete, I append a '(c)' (complete) or an '(i)' (incomplete) on the end of the album name. So we end up with: /content/music/k/kravitz__lenny/circus(c)

    Each track is the song name and playlists for XMMS , WinAMP and XBox Media Center are generated.

    When all is said and done, I've got:

    /content/music/k/kravitz__lenny/circus(c)/beyond_t he_7th_sky.ogg
    /content/music/k/kravitz__lenny/circus(c)/can_t_ge t_you_off_my_mind.ogg
    /content/music/k/kravitz__lenny/circus(c)/circus.o gg
    /content/music/k/kravitz__lenny/circus(c)/don_t_go _and_put_a_bullet_in_your_head.ogg
    /content/music/k/kravitz__lenny/circus(c)/god_is_l ove.ogg
    /content/music/k/kravitz__lenny/circus(c)/in_my_li fe_today.ogg
    /content/music/k/kravitz__lenny/circus(c)/magdalen e.ogg
    /content/music/k/kravitz__lenny/circus(c)/playlist
    /content/music/k/kravitz__lenny/circus(c)/playlist .m3u
    /content/music/k/kravitz__lenny/circus(c)/playlist -xbox.m3u
    /content/music/k/kravitz__lenny/circus(c)/resurrec tion__the.ogg
    /content/music/k/kravitz__lenny/circus(c)/rock_and _roll_is_dead.ogg
    /content/music/k/kravitz__lenny/circus(c)/thin_ice .ogg
    /content/music/k/kravitz__lenny/circus(c)/tunnel_v ision.ogg

    Compilations are put in /content/music/c/compilations. Soundtracks go in /content/music/s/soundtrack___theme (Soundtrack & Theme.)

    This has served me well for years and I can pretty much find anything in a matter of seconds and I can immediately tell if it's the complete album or not.

  2. MusicBrainz Tagger by Bammel · · Score: 5, Interesting
    An amazing program that allows you to not only modify the ID3 tags of your mp3s, and rename them accordingly, but does so automatically, by creating an acoustic fingerprint (TRM) of the song, and comparing that to other TRM's from its online database. The more people use it, the better it gets, as there are more TRM's to compare your own against.

    From the description on its homepage:

    The MusicBrainz Tagger application allows you to automatically look up the tracks in your music collection and then write clean metadata tags (ID3 tags or Vorbis comment fields) to your files. As you tag the files in your collection that MusicBrainz didn't recognize, you submit the acoustic fingerprints (TRM ids) of your files back to the server. Submitting acoustic fingerprints will allow MusicBrainz to automatically identify these tracks in the future, so that other people using the Tagger can benefit from the work you have done.

    Don't let that discourage you, though. The program is fully usable right now.
    From the Statistics page:
    Artists 155884
    Albums 261790
    Disc IDs 124538
    Tracks 3211514

    It's a gem.

    For now there's only a Windows version out, but the program is GPL'd, and the source code is available to everyone.

    Download it here:
    http://www.musicbrainz.org/tagger/download.html