Finding un-edited comments

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

tableguy
Posts: 109
Joined: Thu Jun 30, 2005 3:15 pm

Finding un-edited comments

Post by tableguy »

Alot of my albums have comments and I would like to find the one's that don't. I have been playing with MajicNodes and can find the edit one's but not the un-edited ones. Could one of you experts have a look?



TIA
Bob
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Post by ZvezdanD »

Code: Select all

Empty comment|filter:comment = ''\<Title>
If there is too many tracks, the following one is better:

Code: Select all

Empty comment|filter:comment = ''\<Title|trim:1>\<Title>
If you want to group tracks by albums:

Code: Select all

Empty comment|filter:comment = ''\<Album>\<Title>
tableguy
Posts: 109
Joined: Thu Jun 30, 2005 3:15 pm

Post by tableguy »

This add's the node, buy doesn't "find" any comment fields empty or with text.



TIA
Bob
ZvezdanD
Posts: 3257
Joined: Thu Jun 08, 2006 7:40 pm

Post by ZvezdanD »

You are wrong. Did you tried it? This Magic Node exactly find and display only tracks without comment. I understand that this is what you mean by "un-edited".
tableguy
Posts: 109
Joined: Thu Jun 30, 2005 3:15 pm

Post by tableguy »

Sorry mate!

MM needed to belch out increase MaskInifile. And now it is perfect.

Thanks
Bob
tableguy
Posts: 109
Joined: Thu Jun 30, 2005 3:15 pm

Post by tableguy »

Have to take that back.. Must have clicked the wrong Node. It doesn't work for me. Verifed on a second machine.
Post Reply