Jethro commented on a Page, VLC Now Playing  -  Jul 24, 2012

Indeed you can shorten your regex using the pipe to separate each match:

if ($regex(%v,/<(length)>([^>]+)<\/length>/)) { 
   set %v. $+ $left($regml(1),2) $hf($regml(2)) 
    }
    if ($regex(%v,/<info name='(artist|album|title|bitrate|type|sample rate)'>([^>]+)<\/info>/i)) { 
    set %v. $+ $left($regml(1),2) $hf($regml(2)) 
    }
 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.