Commit Graph

7499 Commits

Author SHA1 Message Date
mattman86 42a992d470 Merge pull request #10 from mattman86/runraid
Runraid
2017-05-08 08:42:25 -06:00
Matthew Despain adf45e8061 Yet more AppVeyor... 2017-05-08 08:21:18 -06:00
Matthew Despain 2315e92fc5 AppVeyor... 2017-05-08 08:12:56 -06:00
Joseph Milazzo d1eb9ff16c Changed AristId to a long 2017-05-08 07:43:23 -05:00
67714561ea Merge branch 'develop' of https://github.com/mattman86/Lidarr into runraid 2017-05-07 19:07:44 -07:00
d7ad9b8218 Support music qualities. This is a work in progress, lots of code still references tv series 2017-05-07 19:07:19 -07:00
Joseph Milazzo fbb6691ea1 Implemented Tracks and ability to save to the DB. Updated SkyHook to support ArtistSlug. 2017-05-07 17:50:07 -05:00
Matthew Despain 268477e1ba Fixing FeatHub link for now 2017-05-07 16:36:38 -06:00
Matthew Despain bc0c1d1ec1 AppVeyor: Attempt giving up after this 2017-05-07 16:33:48 -06:00
Matthew Despain 075ee6976d AppVeyor: Attempt over 9000 2017-05-07 16:15:51 -06:00
Matthew Despain c51fe35fb4 Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop 2017-05-07 16:11:44 -06:00
Matthew Despain 26b05096d8 AppVeyor: Attempt something 2017-05-07 16:11:30 -06:00
mattman86 38ae5d3962 Merge pull request #7 from AeonLucid/develop
Fix gulp task.
2017-05-07 16:04:38 -06:00
Mike d8472a2a81 Fix gulp task. 2017-05-08 00:02:46 +02:00
Matthew Despain 5b9c669af4 AppVeyor: Attempt 5 2017-05-07 15:48:51 -06:00
Matthew Despain c40fdb3910 AppVeyor: Attempt 4 2017-05-07 15:44:12 -06:00
Matthew Despain a3031a9aee AppVeyor: Attempt 3 2017-05-07 15:29:10 -06:00
Matthew Despain ffebcc3a78 AppVeyor: Attempt 2 2017-05-07 15:21:27 -06:00
Matthew Despain f50ce4abf9 Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop 2017-05-07 15:17:42 -06:00
Matthew Despain 2a38db10e0 Attempting AppVeyor builds 2017-05-07 15:17:34 -06:00
Joseph Milazzo 66445930eb Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop 2017-05-07 14:57:35 -05:00
Joseph Milazzo acb7d33d09 Implemented track lookup into skyhook. 2017-05-07 14:55:49 -05:00
Joseph Milazzo a09d5d0b69 Switched over to using Spotify API for meta data. This will require deleting DB to start using. 2017-05-07 14:32:13 -05:00
Joseph Milazzo b481bc6e45 Partially implemented ArtistRefreshCommand. In order to move forward, API may need to be switched to Spotify. 2017-05-07 11:58:24 -05:00
runraid 89fa71fe96 Merge pull request #6 from mattman86/runraid
Update readme, replace sonarr->lidarr
2017-05-06 08:42:24 -07:00
runraid d04cd2ae95 Revert girl url 2017-05-06 08:03:41 -07:00
runraid a8b40ce1f6 Update readme, replace sonarr->lidarr 2017-05-06 07:44:46 -07:00
Joseph Milazzo fa80bca2c9 Merge pull request #5 from mattman86/feature/artist-overview
Implemented artist overview
2017-05-05 14:35:40 -05:00
Joseph Milazzo 6aff6de378 Added Artist Overview. 2017-05-05 14:33:46 -05:00
Joseph Milazzo 3662bb933b Fixed up API to instead call multiple APIs and mash results together 2017-05-05 13:35:28 -05:00
Joseph Milazzo f97ed62fae Partially implemented artist overview. Needs review 2017-05-05 12:57:58 -05:00
Joseph Milazzo 5302c0915e Fixed wording 2017-05-05 08:22:12 -05:00
Joseph Milazzo 3f2c00410d Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop 2017-05-05 08:19:59 -05:00
Joseph Milazzo 0ec8830def Fixed issue with Artist page not rendering the artists in DB 2017-05-05 08:19:49 -05:00
mdespain bebb82ec9f Fixing my epic fail of not setting the columns to allow null. 2017-05-04 10:41:59 -06:00
Matthew Despain ea01ee335b Updating service provider with Lidarr name 2017-05-04 10:17:43 -06:00
Matthew Despain d14111f914 Updating links and adding credits 2017-05-04 10:16:58 -06:00
Matthew Despain e03af77375 Adding music related columns to NamingConfig table. 2017-05-04 10:16:09 -06:00
Joseph Milazzo 50d5693399 Fixed returning empty artist list from db. 2017-05-04 08:00:19 -05:00
Matthew Despain 78639d1787 More refactoring 2017-05-03 09:03:43 -06:00
Matthew Despain 5cedc93286 Updating logos and icons 2017-05-03 00:13:47 -06:00
Joseph Milazzo d47909b1f4 Merge pull request #4 from mattman86/feature/database
Implemented ability to search iTunes for a series and add to database
2017-05-02 21:43:59 -05:00
Joseph Milazzo d23492177a Merge branch 'feature/database' of https://github.com/mattman86/Lidarr into feature/database 2017-05-02 21:42:07 -05:00
Joseph Milazzo 5ee1077e1e DB now stores Artists. DB schema may need small tweaks. 2017-05-02 21:40:29 -05:00
Joseph Milazzo 9a79b590cc Merge branch 'develop' into feature/database 2017-05-02 07:03:13 -05:00
Joseph Milazzo f2a8336b31 Search to add DB flow is error free but the artist doesn't add. 2017-05-01 21:07:11 -05:00
Joseph Milazzo fa52eabb79 Almost finished linking frontend to backend. A few issues with DB mapping to work out. 2017-04-30 16:54:01 -05:00
Joseph Milazzo 5b0f11b19a Albums can now be seen per artist from search. 2017-04-30 11:34:53 -05:00
Joseph Milazzo de21685896 Multiple artists return to UI 2017-04-30 09:26:50 -05:00
Joseph Milazzo a08ebcc0c2 Now returns one artist back with albums. 2017-04-30 08:54:37 -05:00