Read .mp3 id3 tags

By KuTsuM on Sep 24, 2005

type /id3 to read the current songs ID3 tags.. (only works for .mp3's, of course)

alias id3 {
 if ($insong == $true) {
  echo -a Current Song: $sound($insong.fname).title by $sound($insong.fname).artist Song Length: $duration($calc($insong.length / 1000)) At $sound($insong.fname).bitrate KB/s Sound Genre: $sound($insong.fname).genre
 }
 else { echo 4 -a No song is currently playing, and therefore cannot read id3 tags. }
}

Comments

Sign in to comment.
StonedStoner   -  Sep 25, 2005

Nice. This could help some people make mp3 player\'s.

 Respond  
StonedStoner   -  Sep 25, 2005

Nice. This could help some people make mp3 player\'s.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.