Agreed. I have no issues writing SQL (assuming I understand the schema),
but that will definitely not be the case for most users.

Get some sqlite client and start playing around with library.db: the library filtering is based on the tracks table. Genres will be tricky, as the IDs can change during scans. But its feasible with an additional relation to the genres table. Once you've got a good query, please feel free to send it to me and I'll be playing with it.

Please note that the query is run at scan time. Thus even if the query does take a few seconds to complete that shouldn't hurt usability in daily use.

--

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to