by ZvezdanD » Tue Nov 06, 2007 4:14 am
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>
[code]Empty comment|filter:comment = ''\<Title>[/code]
If there is too many tracks, the following one is better:
[code]Empty comment|filter:comment = ''\<Title|trim:1>\<Title>[/code]
If you want to group tracks by albums:
[code]Empty comment|filter:comment = ''\<Album>\<Title>[/code]