SEbbaDK / sonica

Music playing daemon and clients, acting as a FOSS party music player alternative to Spotify playlists.
GNU General Public License v3.0
4 stars 0 forks source link

Perform searches concurrently #70

Closed SEbbaDK closed 2 years ago

Rawrior commented 2 years ago

Do searches have to be sorted in the daemon, or do clients take care of that? If the clients sort results, it would probably be better to move that to the daemon to avoid repetition

SEbbaDK commented 2 years ago

Do searches have to be sorted in the daemon, or do clients take care of that?

The daemon sorts them, but the client could choose to resort it. I'd prefer the engine endpoint to include more info in the future, but for now i just want v0.3 released