cpd73 wrote: > That's pretty slow - less than 4k/hour. > > > > Is 'Live' the -only- genre the files have? If so you could use an SQLite > UI (e.g. SQLiteBrowser) and try the following SQL: > > > Code: -------------------- > > > UPDATE Tracks set IGNORE=1 WHERE Genre='Live'; > -------------------- > > > > or if 'Live' is one of many genres: > > > Code: -------------------- > > > UPDATE Tracks set IGNORE=1 WHERE (Genre LIKE '%;Live' OR Genre LIKE 'Live;%'); > -------------------- > > Hmm good idea, they do only have one genre. I'll try it and report back.
Sent from my Pixel 3a using Tapatalk ------------------------------------------------------------------------ slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609 View this thread: http://forums.slimdevices.com/showthread.php?t=116068 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins