Commit Graph

  • 25d902c9d7 When ErroNotFound, return an new entity to avoid conversion from nil errors Deluan 2016-03-18 17:24:26 -04:00
  • aa6afdb976 Skip ids returned from search but not found in the DB Deluan 2016-03-18 17:21:15 -04:00
  • c90a50827a Get() methods from all repositories now return a ErrNotFound when the id is nonexistent Deluan 2016-03-18 11:33:50 -04:00
  • db34122faf Added comments with missing response parts Deluan 2016-03-17 22:29:58 -04:00
  • 10cbce5dca Fixed build Deluan 2016-03-17 19:00:31 -04:00
  • ee3e70c712 Register skipped songs! Deluan 2016-03-17 18:58:09 -04:00
  • ab7e70017a Raising the TTL for NowPlaying Deluan 2016-03-17 17:35:10 -04:00
  • c4b660fce3 getNowPlaying.view working Deluan 2016-03-17 10:37:19 -04:00
  • 68c456e188 Halfway of getNowPlaying implementation Deluan 2016-03-17 09:34:32 -04:00
  • a3238ce17b Cannot clear the index for now. Deluan 2016-03-16 23:44:24 -04:00
  • 86da33f91d Revert "Always index songs and albums" Deluan 2016-03-16 23:11:52 -04:00
  • cc89cb5bd1 Now Playing backend implemented Deluan 2016-03-16 21:04:41 -04:00
  • 9bfb61d994 Implemented nowplaying repo Deluan 2016-03-16 20:51:03 -04:00
  • f6866f23a0 Removed 'submit' parameter Deluan 2016-03-16 20:45:08 -04:00
  • 4748ce142f Introduced NowPlayingRepository. Don't do anything for now Deluan 2016-03-16 20:27:48 -04:00
  • b660a70688 Introduced engine.Scrobbler Deluan 2016-03-16 17:48:44 -04:00
  • 4aa02e68e5 Always index songs and albums Deluan 2016-03-16 15:35:21 -04:00
  • 31852ecf26 Better log Deluan 2016-03-15 17:37:17 -04:00
  • cdefabf760 Better log and less noise in prod mode Deluan 2016-03-15 17:06:23 -04:00
  • 714b100d03 Ignoring accents in search Deluan 2016-03-15 16:23:39 -04:00
  • ad3f45bef2 Removed unused file Deluan 2016-03-15 14:08:01 -04:00
  • cad65f517c Polishing Deluan 2016-03-15 13:17:51 -04:00
  • 12aedc0996 Using checksums to detect modified stats in the iTunes Library Deluan 2016-03-15 11:04:17 -04:00
  • bb5d4c920d Error when trying to index on an unsupported field type Deluan 2016-03-15 09:41:33 -04:00
  • f258592285 Experimenting with iTunes Artwork Deluan 2016-03-14 18:09:32 -04:00
  • 0ee070b38c Using Entries instead of []Entry Deluan 2016-03-14 11:42:33 -04:00
  • 393d6fb2dc Also simplify when formatting Deluan 2016-03-14 11:36:11 -04:00
  • e36a4201db implemented getStarred (just for albums, for now) Deluan 2016-03-14 11:35:48 -04:00
  • 14934dccf7 Supporting index annotations in domain structs Deluan 2016-03-14 09:41:04 -04:00
  • 11e128e08f Fixed a bug when the size was higher then the total number of albums Deluan 2016-03-13 23:31:24 -04:00
  • 4e0a47d2a6 Removed unused code Deluan 2016-03-13 23:24:07 -04:00
  • c01ce35f04 ignoring iTunesU and Podcasts (for now) Deluan 2016-03-13 22:11:44 -04:00
  • ed2eb11c87 getAlbumList type=random was always returning ALL albums Deluan 2016-03-13 13:26:28 -04:00
  • 27b47abfe0 Renamed method Deluan 2016-03-13 13:11:16 -04:00
  • 19de3e6a3c TODO Deluan 2016-03-13 13:03:28 -04:00
  • 2f1aa102e9 LICENSE Deluan 2016-03-13 12:33:40 -04:00
  • 4d7f9ee012 Fixed iTunes location decoding Deluan 2016-03-12 11:28:59 -05:00
  • 4b09eeccc2 Configuring "prod" Deluan 2016-03-11 21:14:32 -05:00
  • d23f5ca635 Scrobble working!!! I mean, iTunes scrobble, not Last.FM (for now) Deluan 2016-03-11 20:49:01 -05:00
  • 329297dab8 Task for continuously check for iTunes Library updates Deluan 2016-03-11 18:39:06 -05:00
  • 12b0350d3e Task for continuously check for iTunes Library updates Deluan 2016-03-11 18:37:37 -05:00
  • 71f1fab575 Updated Date takes Last Played into account Deluan 2016-03-11 17:09:47 -05:00
  • f4c1dbdd3c Simplified DI resolution Deluan 2016-03-11 15:16:17 -05:00
  • e9861e1b26 New target API version: 1.5.0 Deluan 2016-03-11 15:08:37 -05:00
  • 147a178933 Logging tracks/albums updates Deluan 2016-03-11 12:10:37 -05:00
  • a918dc5a14 Searching is fully working Deluan 2016-03-11 10:03:33 -05:00
  • 32f69c4a74 Revert "Upgrade Beego to v1.6.1" Deluan 2016-03-11 09:42:58 -05:00
  • 3a3bd91324 Refactored object mapping Deluan 2016-03-11 09:10:40 -05:00
  • 94ccad225d Forcing runmode to test on Travis Deluan 2016-03-11 01:26:35 -05:00
  • c228eb3184 Upgrade Beego to v1.6.1 Deluan 2016-03-11 01:21:36 -05:00
  • ef31d1aca0 Searching by artists, spike mode Deluan 2016-03-11 00:37:07 -05:00
  • 29c2925a1c New API level target: 1.4.0 Deluan 2016-03-10 23:30:00 -05:00
  • 4780b54f01 Indexing everything Deluan 2016-03-10 23:24:30 -05:00
  • df957814a0 Implemented artists indexing, with Gomate Deluan 2016-03-10 23:19:13 -05:00
  • 7c75084249 Ignoring var folder (ledis-server) Deluan 2016-03-10 18:42:35 -05:00
  • 1a4b99a838 Fixing LICENSE Deluan 2016-03-10 13:54:19 -05:00
  • df825c9141 README Deluan 2016-03-10 12:03:08 -05:00
  • 5fc3b3ff11 Renamed error variable Deluan 2016-03-10 11:25:15 -05:00
  • 42f3279aaf Hack to make streaming work, but with wrong content-length Deluan 2016-03-10 11:14:47 -05:00
  • 972d1c04bc Adding fullpath and songCount to playlists Deluan 2016-03-10 10:43:34 -05:00
  • e3dab1392f Log validation errors Deluan 2016-03-10 09:56:10 -05:00
  • 2437eed586 Removed unnecessary "else"s Deluan 2016-03-10 09:37:35 -05:00
  • d8e6076d66 Skip tracks by mime type, not by iTunes kind Deluan 2016-03-10 09:13:23 -05:00
  • de6bd1eb17 option to disable downsampling Deluan 2016-03-09 22:21:11 -05:00
  • 031738f1eb Handling encoded passwords Deluan 2016-03-09 21:05:23 -05:00
  • 61d96421dd Fix ignore pattern Deluan 2016-03-09 19:57:22 -05:00
  • cb76f1289a Ignore log Deluan 2016-03-09 19:52:18 -05:00
  • fc625ac70e Options to ignore patterns in playlists full path Deluan 2016-03-09 19:48:43 -05:00
  • a4e9d9da14 Option to ignore folder playlists Deluan 2016-03-09 19:06:50 -05:00
  • deb8b32211 Added cloc script Deluan 2016-03-09 18:53:20 -05:00
  • 7a8d591ee1 Logging Deluan 2016-03-09 18:46:53 -05:00
  • 2214e4bd4f Playlists working Deluan 2016-03-09 18:28:11 -05:00
  • 4bb4fc0cb8 More playlists Deluan 2016-03-09 13:51:17 -05:00
  • 0d8c6b58db Grouped some API controllers by functionality Deluan 2016-03-09 10:22:10 -05:00
  • 7161325716 Initial wiring for getPlaylists endpoint Deluan 2016-03-09 10:09:15 -05:00
  • 4d1a4613d9 Moved Stream logic to engine layer Deluan 2016-03-09 09:12:26 -05:00
  • 6d64d35564 Moved coverart tests to engine Deluan 2016-03-09 09:07:06 -05:00
  • 26d7c2f3b9 added script to extract .itc artwork Deluan 2016-03-09 08:44:11 -05:00
  • 371d0ea711 Added size parameter to getCoverArt.view endpoint Deluan 2016-03-08 23:31:48 -05:00
  • 00b4c44010 Refactored coverart logic to engine layer Deluan 2016-03-08 23:05:54 -05:00
  • 193f7fe166 Linking to compatibility chart Deluan 2016-03-08 22:31:21 -05:00
  • 9bea04f330 Implemented getAlbumList with type=random Deluan 2016-03-08 21:54:32 -05:00
  • 867ca0580c Just use html.UnescapeString.... Deluan 2016-03-08 20:54:50 -05:00
  • 60d4cb5d9f Converted all collections from repositories to *collections Deluan 2016-03-08 20:33:09 -05:00
  • e9ab07e4d3 Tests for time conversion utils Deluan 2016-03-08 19:29:56 -05:00
  • 5be236515d Moved getAlbumList logic to engine layer Deluan 2016-03-08 19:13:36 -05:00
  • 8607e25c90 Moved properties to engine layer Deluan 2016-03-08 18:40:16 -05:00
  • 067517a916 Fixed problem with DI Deluan 2016-03-08 18:33:35 -05:00
  • e10e730af1 Refactored logic from getMusicDirectory.view to the new engine layer. Deluan 2016-03-08 08:48:47 -05:00
  • 46e7627fd3 Optimized import, only updating changed data and purging old data Deluan 2016-03-08 14:18:17 -05:00
  • df9687bf02 Prefer using goimports over gofmt Deluan 2016-03-07 14:38:43 -05:00
  • 28bef732cf Introduced helper methods for parsing/biding request parameters Deluan 2016-03-07 14:13:01 -05:00
  • 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 -05:00
  • 56e9ad3def Silly bug... Where are the tests?!? Deluan 2016-03-07 09:24:35 -05:00
  • 0e492a053c Only read tag when the track was changed Deluan 2016-03-06 21:32:31 -05:00
  • be28ce1178 Better logging in scanner/importer Deluan 2016-03-06 20:42:53 -05:00
  • 76deb2f5bb Small changes to stream.view endpoint Deluan 2016-03-06 20:42:22 -05:00
  • 78ed8bd4d9 Also build against latest Go in Travis Deluan 2016-03-06 12:15:58 -05:00
  • 319c829eea Hashs for Album and Artist IDs should be case insensitive Deluan 2016-03-06 11:55:17 -05:00
  • 209bf0fe2f New version of dhowden tag fixes the bug with implicit PNG artwork Deluan 2016-03-06 11:54:03 -05:00