Introduces context.Context in API controllers

This commit is contained in:
Deluan
2017-04-03 00:16:21 -04:00
parent dc98b187d9
commit 2861a97a89
5 changed files with 47 additions and 14 deletions
+5 -7
View File
@@ -6,9 +6,8 @@ CloudSonic Server
__This is still a work in progress, and has no releases available__
CloudSonic is an application that implements the [Subsonic API](http://www.subsonic.org/pages/api.jsp), but instead of
having its own music library like the original [Subsonic application](http://www.subsonic.org), it interacts directly
with your iTunes library.
CloudSonic is a music collection server and streamer, optmized to run on cheap VPS servers. It implements the
[Subsonic](http://www.subsonic.org) API
The project's main goals are:
@@ -17,9 +16,8 @@ The project's main goals are:
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub),
[SubFire](http://www.subsonic.org/pages/apps.jsp#subfire) and
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
* Use all metadata from iTunes, so that you can keep using iTunes to manage your music
* Keep iTunes stats (play counts, last played dates, ratings, etc..) updated, at least on Mac OS X.
This allows smart playlists to be used in Subsonic Clients
* Import and use all metadata from iTunes, so that you can optionally keep using iTunes to manage your music
* Implement Smart Playlists, as iTunes
* Help me learn Go ;) [![Gopher](https://blog.golang.org/favicon.ico)](https://golang.org)
@@ -41,7 +39,7 @@ The server should start listening on port 4533.
### Development Environment
You will need to install [Go 1.7](https://golang.org/dl/)
You will need to install [Go 1.8](https://golang.org/dl/)
Then install dependencies:
```