

Dim sql : sql = "WHERE Songs.Lyrics = ''" Dim sql : sql = "WHERE Songs.Lyrics = '' AND Songs.Genre NOT IN ('Classical', 'Score', 'Instrumental', 'Podcast')"das Monkey wrote:I don't know if this is something people still use, but I just installed it a few minutes ago and got the same error in MM3 others were getting. A quick glance at the database reveals they moved the lyrics to a more logical location. Change the sql line to this, and it should work...
nohitter151 wrote:das Monkey wrote:I don't know if this is something people still use, but I just installed it a few minutes ago and got the same error in MM3 others were getting. A quick glance at the database reveals they moved the lyrics to a more logical location. Change the sql line to this, and it should work...
This is a script I definitely miss! (Trixmoto made this way back when I first started using MM, at my request![]()
)
I tried your modification das, but I'm still getting lots of wacky errors. Trixmoto, I know you're busy - I just wanted to remind you that this script is still wanted.
<Group|Name:Problematic tracks|Show tracks:No|Child of:FilesToEdit|Position:Last child>\Tracks without lyrics|Filter:<Lyrics> = ''\<Title>
drjboulder wrote:nohitter151 wrote:das Monkey wrote:I don't know if this is something people still use, but I just installed it a few minutes ago and got the same error in MM3 others were getting. A quick glance at the database reveals they moved the lyrics to a more logical location. Change the sql line to this, and it should work...
This is a script I definitely miss! (Trixmoto made this way back when I first started using MM, at my request![]()
)
I tried your modification das, but I'm still getting lots of wacky errors. Trixmoto, I know you're busy - I just wanted to remind you that this script is still wanted.
I Believe that I used to use this script w/MM2....
Maybe I am missing something, but is there a reason to update it considering the ability's of the newest MagicNodes?
I use this node and it appears under "Files To Edit":
- Code: Select all
<Group|Name:Problematic tracks|Show tracks:No|Child of:FilesToEdit|Position:Last child>\Tracks without lyrics|Filter:<Lyrics> = ''\<Title>
Or maybe I am missing some other usefulness of this script?
[No Lyrics]
icon=Title
sortLike=Artist
easyCaption=BaseCaptionAndTrackCount
hideIfEmpty=1
refresh=1
trackCriteria="(Lyrics = '')"
parent="Files to Edit"

Dim sql : sql = "WHERE Songs.Lyrics = ''"Dim sql : sql = "WHERE Songs.Lyrics = '' AND " & SDB.ActiveFilterQuery Sub ShowUnknownLite(node)
Dim FilterSQL
If Not SDB.Database.ActiveFilterQuery="" Then FilterSQL = " AND " & SDB.Database.ActiveFilterQuery
Dim sql : sql = "WHERE Songs.Lyrics = ''" & FilterSQL
SDB.MainTracksWindow.AddTracksFromQuery(sql)
SDB.MainTracksWindow.FinishAdding
End SubUsers browsing this forum: No registered users and 27 guests