mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
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 |
||
|---|---|---|
| .. | ||
| static | ||
| templates | ||
| __init__.py | ||