prabhjas / chirpradio

Automatically exported from code.google.com/p/chirpradio
0 stars 0 forks source link

DJs can browse all albums by year #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As a DJ I want to browse all library albums by year or a year range.

Note: when this feature was discussed it seemed like a good way to start would 
be to implement a simple query language like "year: 1969" or "years: 1960-1970"

Original issue reported on code.google.com by kumar.mcmillan on 16 Aug 2010 at 1:10

GoogleCodeExporter commented 9 years ago
The DJDB code supporting this is mostly done. But for this to work, whatever 
code that populates the Search Index needs to add entries for additional 
properties (e.g., year and label). Presumably this occurs in Jon T's Traktor to 
DJDB bulk loader. Might be a good idea to write a remote_api script to update 
the search index from what's already in the djdb, but I'll wait for Jon's input.

Original comment by jawax...@gmail.com on 6 Sep 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Another comment. If we add things like album year and label to the Search 
Index, then editing these fields (on the album info page) will require updating 
the Search Index. Perhaps an update function should be added to the Indexer 
object.

Original comment by jawax...@gmail.com on 6 Sep 2010 at 10:56

GoogleCodeExporter commented 9 years ago
Done. Will push after some testing.

Original comment by jawax...@gmail.com on 8 Sep 2010 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by jawax...@gmail.com on 25 Dec 2010 at 9:00