Hi Johnsonbl4

Just want to point out that there's a major difference between the two Notes fields ('comment' and 'cddbext') and the WebLinks.

I don't know exactly how the OCD database is designed. But let me guess:

NOTES
For each album there is a text field for 'comment' and another text field for 'cddbtext'. This makes it easy to determine whether these text fields contain data or not.

WEBLINKS
For each album there can be multiple web references. And for each web reference there can be a 'weblink' and a 'weblink description'. In other words you have to loop thru all web references for a given album in order to determine the content.

That is most likely why you can't apply the same logic on Notes and Weblinks.

JAVASCRIPT
To determine whether there are any weblinks or not, you probably have to pass the weblink parameters to a javascript, and make the javascript return the result: 'empty' or 'not empty'.

I haven't tried to do this with weblinks, but will give it a try when I have more time.

-paul-