If I try to browse Home  >  Custom Browse   / Dynamic Mixed Tags > Album Artist 
> [pick any artist]

Error:
Running: (select distinct 
contributors.id,contributors.name,substr(contributors.namesort,1,1),contributors.namesort
 from contributors left join customscan_contributor_attributes as attr1 on 
attr1.contributor=6958 and attr1.module='cslastfm' and 
attr1.attr='similarartist' and attr1.value=contributors.name where attr1.id is 
not null ) union (select distinct 
contributors.id,contributors.name,substr(contributors.namesort,1,1),contributors.namesort
 from contributors left join customscan_contributor_attributes as attr2 on 
attr2.module='cslastfm' and attr2.attr='similarartist' and 
attr2.contributor=contributors.id where attr2.id is not null and exists (select 
id from contributors where contributors.id=6958 and 
contributors.name=attr2.value) ) order by namesort asc got error:
near "(": syntax error
_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to