Commit Graph

  • 26d7c2f3b9 added script to extract .itc artwork Deluan 2016-03-09 08:44:11 -0500
  • 371d0ea711 Added size parameter to getCoverArt.view endpoint Deluan 2016-03-08 23:31:48 -0500
  • 00b4c44010 Refactored coverart logic to engine layer Deluan 2016-03-08 23:05:54 -0500
  • 193f7fe166 Linking to compatibility chart Deluan 2016-03-08 22:31:21 -0500
  • 9bea04f330 Implemented getAlbumList with type=random Deluan 2016-03-08 21:54:32 -0500
  • 867ca0580c Just use html.UnescapeString.... Deluan 2016-03-08 20:54:50 -0500
  • 60d4cb5d9f Converted all collections from repositories to *collections Deluan 2016-03-08 20:33:09 -0500
  • e9ab07e4d3 Tests for time conversion utils Deluan 2016-03-08 19:29:56 -0500
  • 5be236515d Moved getAlbumList logic to engine layer Deluan 2016-03-08 19:13:36 -0500
  • 8607e25c90 Moved properties to engine layer Deluan 2016-03-08 18:40:16 -0500
  • 067517a916 Fixed problem with DI Deluan 2016-03-08 18:33:35 -0500
  • e10e730af1 Refactored logic from getMusicDirectory.view to the new engine layer. Deluan 2016-03-08 08:48:47 -0500
  • 46e7627fd3 Optimized import, only updating changed data and purging old data Deluan 2016-03-08 14:18:17 -0500
  • df9687bf02 Prefer using goimports over gofmt Deluan 2016-03-07 14:38:43 -0500
  • 28bef732cf Introduced helper methods for parsing/biding request parameters Deluan 2016-03-07 14:13:01 -0500
  • 91c660c746 Added a new layer: engine (equivalent to use cases in Clean Architecture). Should make testing things easier Deluan 2016-03-07 10:57:32 -0500
  • 56e9ad3def Silly bug... Where are the tests?!? Deluan 2016-03-07 09:24:35 -0500
  • 0e492a053c Only read tag when the track was changed Deluan 2016-03-06 21:32:31 -0500
  • be28ce1178 Better logging in scanner/importer Deluan 2016-03-06 20:42:53 -0500
  • 76deb2f5bb Small changes to stream.view endpoint Deluan 2016-03-06 20:42:22 -0500
  • 78ed8bd4d9 Also build against latest Go in Travis Deluan 2016-03-06 12:15:58 -0500
  • 319c829eea Hashs for Album and Artist IDs should be case insensitive Deluan 2016-03-06 11:55:17 -0500
  • 209bf0fe2f New version of dhowden tag fixes the bug with implicit PNG artwork Deluan 2016-03-06 11:54:03 -0500
  • 8146f217bd Added 1 sec to content-length Deluan 2016-03-05 19:59:51 -0500
  • d2701ea67c Using sorted sets Deluan 2016-03-05 19:40:36 -0500
  • 3db18d8bd6 I *think* I got the downsampling working perfectly Deluan 2016-03-05 19:39:24 -0500
  • 36adace7a3 Better logging Deluan 2016-03-04 22:50:04 -0500
  • 7a21665c97 Handling a possible bug in the tag library Deluan 2016-03-04 22:29:29 -0500
  • 0b6093ce5d Handling a NPE Deluan 2016-03-04 19:49:51 -0500
  • 8ff1a94d75 Fixing ArtistName for Compilations / Various Artists Deluan 2016-03-04 17:35:13 -0500
  • 7f93a18f4f TODO Deluan 2016-03-04 17:27:46 -0500
  • 0d8fc59920 Fixed ping test Deluan 2016-03-04 17:12:16 -0500
  • 184bdc0118 Max size to return == 500 Deluan 2016-03-04 17:09:17 -0500
  • 9783db1781 Aiming at 1.2.0 API version for first release Deluan 2016-03-04 17:05:15 -0500
  • 1c9d7721ad Implemented more getAlbumList.view types Deluan 2016-03-04 17:01:14 -0500
  • 766fdbc60c Big Importer/Scanner refactor Deluan 2016-03-04 16:42:09 -0500
  • 7225807bad Initial work on downsampling Deluan 2016-03-04 13:12:56 -0500
  • 9a246b5432 First version of getAlbumList.view working. Deluan 2016-03-04 09:09:16 -0500
  • 87e012f3bf Refactored paging/sorting options Deluan 2016-03-03 22:44:28 -0500
  • 5ca9680059 Default sorts should be in the domain Deluan 2016-03-03 21:42:12 -0500
  • fc6d49d34c Introduced types for the collections Deluan 2016-03-03 21:01:55 -0500
  • eae9f3168f renamed base_repository to ledis_repository Deluan 2016-03-03 20:16:09 -0500
  • 4b70daf143 Converted scanner to a proper Import "class", to facilitate testing Deluan 2016-03-03 20:01:27 -0500
  • 3b60b62aa1 Adding a "placeholder" to getUser.view endpoint Deluan 2016-03-03 18:44:39 -0500
  • adfec414a1 Renamed parameter validation method and removed "side effect" Deluan 2016-03-03 17:41:11 -0500
  • c990073fc7 Cleaning up configuration file Deluan 2016-03-03 17:36:27 -0500
  • 848809d0df Supporting starred in getMusicDirectory.view Deluan 2016-03-03 15:41:24 -0500
  • cc31366cc1 For now, download.view and stream.view are the same, as we don't have transcoding configuration on the server side Deluan 2016-03-03 15:00:58 -0500
  • 29b34968eb Implemented stream Deluan 2016-03-03 14:46:19 -0500
  • 79a6965f99 Testing for cover art content type Deluan 2016-03-03 14:41:00 -0500
  • 18b784f494 Implemented common parameter validation Deluan 2016-03-03 14:14:15 -0500
  • 053f4b72ba Adding big list of mime types, and adding support for contenty-type in getMusicDirectory.view Deluan 2016-03-03 13:43:57 -0500
  • cd0fa5739b git fmt Deluan 2016-03-03 13:17:52 -0500
  • f3ba23ef41 Fixed a problem with the injection code Deluan 2016-03-03 13:14:05 -0500
  • c9455e1955 getCoverArt.view working Deluan 2016-03-03 12:08:44 -0500
  • 1b945831cc Implementing coverArt Deluan 2016-03-03 10:34:17 -0500
  • 80880434aa Refactored getMusicDirectory.view Deluan 2016-03-03 09:50:50 -0500
  • ad0a91fba5 Making sure the repositories implement their full interfaces Deluan 2016-03-03 01:24:28 -0500
  • f01a5f143d Added Starred for Album and MediaFile Deluan 2016-03-03 01:07:13 -0500
  • 393b7f5b90 Fixed broken test. Deluan 2016-03-03 00:49:57 -0500
  • 012958cd08 go fmt Deluan 2016-03-03 00:46:23 -0500
  • ffd6304a23 Added DiscNumber field, used to sort tracks Deluan 2016-03-03 00:42:42 -0500
  • 1aeb22dcb7 Fixed (?) Artist x AlbumArtist Deluan 2016-03-03 00:25:26 -0500
  • 7d5cafb17a Fixed string decoding during import Deluan 2016-03-03 00:10:35 -0500
  • e9a46b77ff Logging errors during import Deluan 2016-03-03 00:07:10 -0500
  • 3ab09c4b2c Supporting "jsonp" format Deluan 2016-03-02 23:58:35 -0500
  • eabee8b502 More track info Deluan 2016-03-02 23:51:26 -0500
  • 1f31de589a Implementing sort by number on queries Deluan 2016-03-02 23:20:17 -0500
  • 757e1992d7 Bare bones getMusicDirectory for albums! Deluan 2016-03-02 23:15:17 -0500
  • 51bae19191 Added Genre and Track Number to getMusicDirectory Deluan 2016-03-02 22:43:31 -0500
  • 838d4bf38f getMusicDirectory bare bones for artists working Deluan 2016-03-02 22:22:31 -0500
  • 4f5af423a8 More getMusicDirectory Deluan 2016-03-02 20:50:16 -0500
  • 9577d9ae87 Started the implementation of getMusicDirectory. Probably will need to introduce a new 'service' layer... Deluan 2016-03-02 20:00:55 -0500
  • 68786d4b39 New Directory response. Simplified other responses Deluan 2016-03-02 18:44:13 -0500
  • de94fe3ef2 Should not break on empty database Deluan 2016-03-02 17:44:33 -0500
  • 4ee840a394 Rename Deluan 2016-03-02 17:35:37 -0500
  • dde130e84e Small fixes to response marshaling, introduced tests for response formats Deluan 2016-03-02 17:23:26 -0500
  • b9fb5eb7ca removed unused method Deluan 2016-03-02 13:23:58 -0500
  • 4843ccb46c go fmt Deluan 2016-03-02 13:18:39 -0500
  • 9d41f5a39f Supporting json output (except for errors) Deluan 2016-03-02 13:04:55 -0500
  • 7c82af75f5 For omitempty to work properly, nested structs have to be pointers Deluan 2016-03-02 12:06:57 -0500
  • 01c68d6802 Refactored responses Deluan 2016-03-02 11:11:46 -0500
  • 77e3aa7620 More DI Deluan 2016-03-02 10:48:30 -0500
  • 300ed0d9a4 Introduced interfaces for all repositories, completely isolating the persistence layer from the repositories usage and specification Deluan 2016-03-02 09:33:49 -0500
  • 272a499c7e Refactoring to a cleaner architecture Deluan 2016-03-02 09:07:24 -0500
  • 74478ce6f9 Sorting Artist Index on save Deluan 2016-03-01 20:51:30 -0500
  • 02a5fec6b6 Show Query params for invalid URL's Deluan 2016-03-01 20:42:20 -0500
  • 25a9320bce Sorting artist index Deluan 2016-03-01 19:50:20 -0500
  • 6092076fad No need to expose implementations Deluan 2016-03-01 19:17:30 -0500
  • 78805ac465 Adding info for retrieving artwork from iTunes library Deluan 2016-03-01 18:59:12 -0500
  • 5b65f85578 Fixed ampersand unescaping error Deluan 2016-03-01 18:19:57 -0500
  • 95f73d75bc TODO Deluan 2016-03-01 18:01:12 -0500
  • 26355bf0d7 TODO Deluan 2016-03-01 18:00:59 -0500
  • cff829fb75 Removed debug prints Deluan 2016-03-01 17:57:03 -0500
  • c64a0f8242 Implemented proper index grouping Deluan 2016-03-01 17:50:05 -0500
  • 9d6eb40f6f Method for parsing Index Groups Deluan 2016-03-01 17:07:13 -0500
  • b8948c417e Checking ifModifiedSince param Deluan 2016-03-01 16:05:49 -0500
  • 841d8f457f Implemented ProperyRepository. Now the Scanner stores the LastScan timestamp Deluan 2016-03-01 14:40:26 -0500
  • 1ceefda6ca TODO Deluan 2016-03-01 13:31:52 -0500
  • 11caa7f9b9 Returned order was wrong Deluan 2016-03-01 13:17:57 -0500