beets/beetsplug/web
Lars Kruse d50923553d web: add API functions for retrieving unique values of specific keys
the following API paths are added:
* /item/values/FIELD
* /album/values/FIELD

Both paths will deliver a json dictionary with the key 'values' containing a
list of unique values belonging to the requested table and field.
Sorting is possible by supplying the query argument "sort_key".

This feature is useful for remote clients, e.g. Mopidy-Beets:
* track genres: /item/unique/genre
* track languages: /album/unique/language
* album artists: /album/unique/albumartist?sort_key=albumartist_sort
* album years: /album/unique/year
2016-05-27 04:12:09 +02:00
..
static Update copyright dates to 2016 2015-12-30 15:42:06 +00:00
templates improve detail display and scrollbar in web plugin 2014-05-03 21:08:07 +05:30
__init__.py web: add API functions for retrieving unique values of specific keys 2016-05-27 04:12:09 +02:00