Commit Graph

14 Commits

Author SHA1 Message Date
Deluan 2214e4bd4f Playlists working 2016-03-09 18:28:11 -05:00
Deluan 0d8c6b58db Grouped some API controllers by functionality 2016-03-09 10:22:10 -05:00
Deluan 7161325716 Initial wiring for getPlaylists endpoint 2016-03-09 10:09:15 -05:00
Deluan 7225807bad Initial work on downsampling
The http connection is being closed before sending all data. May have something to do with the Range header
2016-03-04 13:33:09 -05:00
Deluan 9a246b5432 First version of getAlbumList.view working.
- It still misses almost all type options
- Introduced "parent" in Child subresponse, as it was breaking DSub
2016-03-04 09:09:16 -05:00
Deluan 3b60b62aa1 Adding a "placeholder" to getUser.view endpoint 2016-03-03 18:44:39 -05:00
Deluan cc31366cc1 For now, download.view and stream.view are the same, as we don't have transcoding configuration on the server side 2016-03-03 15:00:58 -05:00
Deluan 29b34968eb Implemented stream 2016-03-03 14:46:19 -05:00
Deluan c9455e1955 getCoverArt.view working 2016-03-03 12:08:44 -05:00
Deluan 9577d9ae87 Started the implementation of getMusicDirectory. Probably will need to introduce a new 'service' layer... 2016-03-02 20:00:55 -05:00
Deluan 4843ccb46c go fmt 2016-03-02 13:18:39 -05:00
Deluan 9d41f5a39f Supporting json output (except for errors) 2016-03-02 13:14:44 -05:00
Deluan 4df6c43be8 Basic DI (dependency injection) working! Yay!! 2016-03-01 09:38:43 -05:00
Deluan 4efb8ab031 Moved router to conf package 2016-03-01 09:23:40 -05:00
Renamed from routers/router.go (Browse further)