1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 15:00:54 +00:00
Commit graph

7342 commits

Author SHA1 Message Date
Daniel Underwood
30b263d49d Additional code cleanup 2017-08-04 00:15:58 -04:00
Daniel Underwood
322e9f3c51 Clean up remaining codacy issues 2017-08-04 00:02:50 -04:00
Daniel Underwood
31b13b3336 Merge branch 'feature/indexers' of github.com:lidarr/lidarr into feature/indexers 2017-08-03 23:44:04 -04:00
Daniel Underwood
11095f7c83 Clean up codacy issues 2017-08-03 23:42:24 -04:00
Daniel Underwood
ad911edfb1 Implement artist search for newznab and omgwtfnzbs 2017-08-03 23:34:07 -04:00
Daniel Underwood
f7bf03499b Add artist to rarbg album query 2017-08-03 23:33:02 -04:00
Qstick
7691265e66 Fix Newznab if statement, Clean Test Fixture
Fix Newznab if statement, Clean Test Fixture
2017-08-03 23:21:10 -04:00
Daniel Underwood
ea6b4b1389 Change visibility of ArtistSearchCommand and ArtistSearchService due to test build error 2017-08-03 23:08:24 -04:00
Daniel Underwood
8bde4b660c Change AlbumSearchCommand to take a list of ids instead of a single id 2017-08-03 22:48:18 -04:00
Daniel Underwood
163a2f7495 Add missing file for 1d46e71 2017-08-03 22:45:47 -04:00
Daniel Underwood
1d46e718bb Add equivalent of SeriesSearchServiceFixture for artists 2017-08-02 21:04:21 -04:00
Qstick
5b22e5a9ae Newznab Indexer Tests
Newznab Indexer Tests
2017-07-31 22:11:50 -04:00
Qstick
f72afba764 Album Search for Omgwtfnzbs
Album Search for Omgwtfnzbs
2017-07-30 21:22:17 -04:00
Qstick
3888fec0d1 Hookup Auto and Manual Search in Album Dialog
Hookup Auto and Manual Search in Album Dialog
2017-07-28 22:35:33 -04:00
Qstick
f0b68afccd Adds Newznab Album Search Support
Adds Newznab Album Search Support
2017-07-28 22:03:28 -04:00
Daniel Underwood
f40918ddb8 Add artist search framework code 2017-07-19 22:34:16 -04:00
Daniel Underwood
6ecaa4b97f
Rebase on develop 2017-07-10 11:29:07 -04:00
Daniel Underwood
4e353382a5
Get album by the id instead of hardcoded value due to #20 fixing albumId 2017-07-10 11:28:42 -04:00
Daniel Underwood
8c4d99eeff
Add artist and year to album spec string when available 2017-07-10 11:28:40 -04:00
Daniel Underwood
e617563b63
Add System.Obsolete attributes to tv-specific things seen in adding search code 2017-07-10 11:28:37 -04:00
Daniel Underwood
c4994c0a59
Update rarbg categories for music 2017-07-10 11:28:34 -04:00
Daniel Underwood
c55e3f2c34
Set up framework for artist indexer searching 2017-07-10 11:28:30 -04:00
Qstick
d32cf1120e Fixed: Artist Delete, Track Delete when Artist Delete (#30)
Fixed: Artist Delete, Track Delete when Artist Delete
2017-07-08 07:14:53 -05:00
Qstick
d4b79b9c41 Fixed: Artist Editor View and API Backend (#29)
Fixed: Artist Editor View and API Backend
2017-07-08 07:13:16 -05:00
Qstick
a0e0a6e587 Fixed: Album Folder Toggle/Artist Name in Edit Artist Popup (#27)
Fixed: Album Folder Toggle/Artist Name in Edit Artist Popup
2017-07-08 07:12:06 -05:00
Qstick
5808bfdd40 Fixed: Redirect calls missing URL Base (#24)
Fixed: Redirect calls missing URL Base
2017-07-08 07:11:14 -05:00
Qstick
7e6ec654ce Fixed: Follow 301 redirects when fetching torrents (#21)
Fixed: Follow 301 redirects when fetching torrents
2017-07-08 07:08:47 -05:00
Qstick
572586063e Fixed: Various Unit Tests Issues/Additions (#28)
Fixed: Various Unit Tests Issues/Additions
2017-07-08 07:08:24 -05:00
Qstick
f4006515a5 Fixed: Twitter oAuth callback URL (#25)
Fixed: Twitter oAuth callback URL
2017-07-08 07:06:17 -05:00
Qstick
f1eb8a7d8d Include CSS files in minification (#23)
Include CSS files in minification
2017-07-08 07:05:49 -05:00
Qstick
8a68e87128 Remove redundant IE meta tag as we use http header instead (#26)
Remove redundant IE meta tag as we use http header instead
2017-07-08 07:05:00 -05:00
Qstick
48181c6666 Fixed: Ensure an API Key is set when starting Lidarr (#22)
Fixed: Ensure an API Key is set when starting Lidarr
2017-07-08 07:04:27 -05:00
Daniel Underwood
1c6443d825 Get album by the id instead of hardcoded value due to #20 fixing albumId 2017-07-07 23:28:47 -04:00
Daniel Underwood
f5ce56567e Add artist and year to album spec string when available 2017-07-07 23:27:18 -04:00
Qstick
a0847950c2 Fix Double Quote and AlbumID variable for Search (#20)
Fix Double Quote and AlbumID variable for Search
2017-07-07 21:24:18 -05:00
Qstick
289279af8e Becuase we do Music! (#19)
Becuase we do Music!
2017-07-07 21:06:56 -05:00
Qstick
dcde579a43 First Pass At AlbumStudio Page, Also Fixes Monitoring (#16)
* First Pass At AlbumPass Page, Also Fixes Monitoring

First Pass At AlbumPass Page, Also Fixes Monitoring

* Catchy New Name, Fix Crash when visit Wanted Page

Catchy New Name, Fix Crash when visit Wanted Page

* Rename API to match

Rename API to match

* Get Bulk Monitoring Working on Album Studio Page

Get Bulk Monitoring Working on Album Studio Page

* Fix Wanted Query

Fix Wanted Query

* Codacy

Codacy

* Fix Cutoff Link To AlbumStudio

Fix Cutoff Link To AlbumStudio

* Add Header, Move Artist Monitor, Change Artist Column Heading

Add Header, Move Artist Monitor, Change Artist Column Heading
2017-07-07 21:06:21 -05:00
Daniel Underwood
e08184767e Add System.Obsolete attributes to tv-specific things seen in adding search code 2017-07-07 17:25:11 -04:00
Daniel Underwood
1cd0ef174c Update rarbg categories for music 2017-07-07 17:24:29 -04:00
Daniel Underwood
6ba2821828 Set up framework for artist indexer searching 2017-07-07 17:23:58 -04:00
turtlehead
bb196e19e1 Updated build.sh to work on linux (#17)
Updated the build.sh script to refer to Lidarr.exe instead of NzbDrone.exe, to prevent linking in SysTrayApp.cs on linux, which makes Lidarr.exe require an active X11 display to run.
2017-07-07 15:37:36 -05:00
Qstick
66ad301892 Tweak Wanted Page, Missing Query (#15)
Fix wanted page query so it only pulls albums with missing tracks, Correct Album header on wanted page, Implement albumtitle cell to allow click on album.
2017-07-04 05:49:07 -05:00
Qstick
f12e27a702 Add Album Cover Placeholder, Update Readme with Node Note (#14)
* Add Album Cover Placeholder
* Updated Readme
2017-07-03 16:00:13 -05:00
Joseph Milazzo
ef4da4ac9f Track Parsing Code (#10)
* We now have the ability to import local tracks into Lidarr. Switching to IDv3 tag reading over custom parsing for local tracks.

* Stable code for track refresh.

* RefreshArtist and RescanArtist events are working correctly. Need to add potential rejection decisions in future.

* Implemented code comments

* PR comments and fixing some odd db bugs.

* Fix some conflicts after Unit Test PR Merge

Fix some conflicts after Unit Test PR Merge

* Track/Album Add and Update Fixes

Track/Album Add and Update Fixes

* Fixed an issue with trackimport looking up trackId instead of artistId

* Add Handle to TrackService for TrackAddedEvent

Add Handle to TrackService for TrackAddedEvent

* Update Quality Regex, Store BitRateMode in TrackFile

Update Quality Regex, Store BitRateMode in TrackFile
2017-07-03 13:39:06 -05:00
Qstick
4cfd39f7fe Fix Unit Tests Build (#13)
* Fix Unit Tests Build
* Updated Manage Artists view

Fix Unit Tests Build

* Small UI fixes

Small UI fixes
2017-07-01 19:21:39 -05:00
Qstick
8b98cd8825 Implement Calendar View (#9)
Implement Calendar View
2017-06-27 21:25:51 -05:00
Joseph Milazzo
965508910e Final Badge update 2017-06-27 14:16:19 -05:00
Joseph Milazzo
3c903efd9e Updated Readme to change badges 2017-06-27 14:15:05 -05:00
Joseph Milazzo
35672dfbf2 Updated README.md (#12)
AppVeyor build tag and Codacy build tag updated.
2017-06-27 13:57:11 -05:00
Qstick
d8ea0a3243 Many UI and API Improvements (#8)
This fixes and implements many items on the ArtistIndex Page and ArtistDetailPage

* Create ArtistStatistics Core Module and tie into API.
* Create Members Class and tie into ArtistModel and Artist API resource.
* Finish Out Album API resources and pass to ArtistDetailPage.
* Finish Out Track and TrackFile API resources and pass to ArtistDetailPage.
* Lots of UI work on Artist Detail Page to get Albums and Track list working.
* Add Cover and Disc Image Types to MediaCover Class
* Remove AddSeries UI Flow, since we have replaced with AddArtist (Cleanup)
2017-06-25 08:17:49 -05:00