As a quick test to allow inexact matches - you can make the following
change to the file CDhandler.pm adding the " || ($1 == 211) " at around
line 523.


Code:
--------------------
    
                                                        
HTML::Entities::encode_entities("http://freedb.freedb.org/~cddb/cddb.cgi?cmd=cddb+read+";.
 $2 . "+" . $3 . 
"&hello=anonymous+localhost+SqueezeCenter+CDplayer1.0&proto=6") ;
                } elsif ( ($1 == 210) || ($1 == 211)  ) {
  # 210 Found exact matches, list follows (until terminating `.')
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

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

Reply via email to