aura
aura copied to clipboard
music library REST API
How is the AURA API versioned? I already noticed that the old beets web API is not versioned. Unfortunately, that also seems to be the case with the new AURA...
The queries used to generate playlists are often specific to the underlying audio library contents (since they likely depend on specific plugins that were used to import the audio data...
Wow I just found out about this after seeing it mentioned here http://support.symfonium.app/t/subsonic-servers-participation/1233/16?u=112 Which is talking about extensions to the current subsonic API. Well I would like to ditch that...
Search
On the topic of Complex Queries, as described in the [wiki](https://github.com/beetbox/aura/wiki/Potential-Features#complex-queries), I think this is fairly important feature to include in any library api, as people tend to need to...
In current [Images api](http://auraspec.readthedocs.org/en/latest/api.html#images), images are only identified by an index and associated library item. I believe this will be too restricting on a real use case: - clients not...
I think there is a gap in the specification: it is not explicitly called out how compound filter values should be interpreted. Given `/aura/tracks?filter[title]=Foo&filter[artist]=Bar` should the server send all tracks...
I was thinking, what if we create a GraphQL project to: - Wrap the multiple requests to the aura API, - use types to replace the include params ``?include=field1,field2`` -...
Are there any music players which can use AURA as a library source?
Can a track have multiple artists? It is just listed as a string now, but should it only ever be one artist or are multiple allowed? For instance: Placido Domingo...
If this API is going to be the glue between music players and libraries, then it needs to let you retrieve and filter by path info. I'm working on [a...