The following comments are already ignored, so that'll probably cover
most cases.


Code:
--------------------
    
                #ignore SoundJam and iTunes CDDB comments, iTunSMPB, iTunPGAP
                if ($c =~ /SoundJam_CDDB_/ ||
                    $c =~ /iTunes_CDDB_/ ||
                    $c =~ /^iTun[A-Z]{4}/ ||
                    $c =~ /^\s*[0-9A-Fa-f]{8}(\+|\s)/ ||
                    $c =~ /^\s*[0-9A-Fa-f]{2}\+[0-9A-Fa-f]{32}/) {
  
                        next;
                }
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=70090

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to