Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johfiner

    total track numbers of albums based from huge mp3 list?

    well i decided just to make a hash file with artist+album as the key and the total # of mp3s with that same artst & album name. here's that code: foreach $song (@fulldirfiles) { $mp3 = MP3::Tag->new($song); ($title, $track, $artist, $album, $comment, $year, $genre) =...
  2. johfiner

    total track numbers of albums based from huge mp3 list?

    the point of my post is.. is this the most efficient way to do it, or can you guys think of another way?
  3. johfiner

    total track numbers of albums based from huge mp3 list?

    hey there, i'm writing a script to organize my mp3s and tag them correctly, and i like my id3v2 tags to have a track number that's formatted like this: 05/16, or 08/16, etc., the last number being the total number of tracks on that album. right now the script traverses sub-directories of a...

Part and Inventory Search

Back
Top