team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
376 stars 40 forks source link

Smart Collections #224

Open ghost opened 8 years ago

ghost commented 8 years ago

Ability to add smart collections not unlike smart playlists in iTunes. Attached image shows an example from iTunes.

smart_playlist_in_itunes

athairus commented 8 years ago

This is a reasonable idea. Shouldn't be too hard implementation-wise: a collection will be stored as an SQL query instead of a set of game UUIDs.

athairus commented 8 years ago

Available natively with SQLite http://www.tutorialspoint.com/sqlite/sqlite_views.htm