I've been using SQLite Expert to chase down some tagging consistency
issues. OCD enabler?

OCD enabler? http://de.pinterest.com/dkniep/ocd-enabler/ ?

I'll put together some queries that would result in only FLAC,
non-Classical, non-Pop + whatever else it takes to pare things down to
less than 100K tracks. Even though the filtering is based on tracks,
joining with the genres table should not be an issue?

The problem is that the track -> genre mapping is based on a genre_id which changes during scan. You'll therefore have to have some sub-select to get the ids based on the genre names you provide. It's probably not an issue if you speak SQL fluently :-).

--

Michael
_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to