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
Joseph Milazzo
2c7398ac66
Merge pull request #7 from lidarr/feature/trackParse
...
New Album Database design and restabilizing add artist flow with LidarrAPI.Metadata.
2017-06-21 20:47:15 -05:00
Qstick
c6ac0878a7
Fix Crash due to ForeignArtistId not being in DB for TrackFile Table
...
Fix Crash due to ForeignArtistId not being in DB for TrackFile Table
2017-06-21 21:45:07 -04:00
Joseph Milazzo
ee90d8021a
Merge conflicts
2017-06-21 20:32:50 -05:00
Joseph Milazzo
bf7f890c48
Restabilized add artist flow with NodeJS API
2017-06-21 20:30:45 -05:00
Joseph Milazzo
dc0db08ca8
Merge conflicts
2017-06-21 06:16:22 -05:00
Qstick
916db8d356
Add Track and TrackFile API Resources
...
Add Track and TrackFile API Resources, Add Rename Track Resource, Add GetFilesByAlbum function to Media File Service, Add Links to Artist Detail Page, Misc other UI work
2017-06-20 23:06:28 -04:00
Joseph Milazzo
e96cf08409
Back to a stable build. Fixedtrackrepo.findtracks
2017-06-20 08:03:13 -05:00
Qstick
fafe4e93f3
Clean up and back to build state
...
Clean up and back to build state
2017-06-19 20:57:07 -04:00
Joseph Milazzo
b4279a455e
Fixed all issues from merging
2017-06-19 08:06:37 -05:00
Joseph Milazzo
e7f72a9d08
Merging feature/db into feature/trackParse
2017-06-19 07:56:42 -05:00
Qstick
fe58f54ad4
NamingConfig Refactor
...
Adds track NamingConfig, Gets naming section in settings working. Adds Release Year token and track number token
2017-06-18 22:16:39 -04:00
Qstick
a8ac1f3adc
Album Repo Work
...
Adds Album Repo (Need to Update Album API), Gets Tracks working with new Schema, Fixes Albums Saving to DB
2017-06-17 22:27:01 -04:00
Joseph Milazzo
4df9c745de
Merge pull request #5 from lidarr/fix/Tests
...
Fixes a few PathExtensionFixture Tests
2017-06-16 22:01:08 -05:00
Qstick
15b70ede7c
Track Mapping Fixes
...
Fix Some Issues with Track Mapping
2017-06-12 23:03:36 -04:00
Qstick
0f3c355381
New DB Schema
...
Rearrange DB Schema for Album Centric Plan
2017-06-12 22:02:17 -04:00
Qstick
22f19b5cb5
Fix some Path Related Tests
2017-06-09 22:45:04 -04:00
Qstick
2a4141f658
Should be Capitalized
2017-06-09 22:07:22 -04:00
Joseph Milazzo
db62c15c17
Merge pull request #4 from lidarr/fix/AddArtistExisting
...
Fixes Existing Detection In Search Results when adding artist
2017-06-05 07:04:54 -05:00
Qstick
280229d528
Fixes Existing Detection on In Search Results
...
Fixes Existing Detection on In Search Results when adding a new artist
2017-06-04 21:19:46 -04:00
Joseph Milazzo
49b616b69d
Merge pull request #3 from Qstick/fix/ArtistDelete
...
Fixes Artist Delete after Previous UI Work
2017-06-04 19:47:13 -05:00
Joseph Milazzo
490e9feb93
Merge pull request #2 from lidarr/feature/LidarrAPI
...
Reimplemented the Metadata Search/Add Artist Flow with LidarrAPI.Metadata
2017-06-04 19:46:36 -05:00
Joseph Milazzo
3540a127a3
Merge pull request #1 from mattman86/develop
...
Migrate matman/Lidarr to Lidarr organization
2017-06-04 18:41:06 -05:00
Qstick
24f36a2a51
Fixes Artist Delete after Previous UI Work
2017-06-04 15:33:52 -04:00
Joseph Milazzo
3d7059c944
Merge branch 'develop' of https://github.com/mattman86/Lidarr into feature/LidarrAPI
2017-06-04 11:40:08 -05:00
Joseph Milazzo
704983f652
Fixed small issue in ProfileService. Reimplemented the metadata with LidarrAPI.Metadata
2017-06-02 20:25:34 -05:00
Joseph Milazzo
36f27058fa
Merge pull request #17 from Qstick/fix/UIfix
...
Fix two small UI bugs
2017-05-30 20:35:33 -05:00
Qstick
b87c6ef7c7
Fix two small UI bugs
2017-05-30 21:12:00 -04:00
Joseph Milazzo
da898cfd84
Merge pull request #15 from Qstick/feature/UIWork
...
Rename AddArtist, Artist UI folders. Other UI Work
2017-05-30 19:34:12 -05:00
Qstick
2baa1da4b6
Seperate AddArtist, Artist. Refactor NavSearch, Artist Editor. Other
...
Misc UI Fixes
2017-05-30 20:27:28 -04:00
Joseph Milazzo
f7cbe66676
Merge pull request #14 from Qstick/feature/downloadclients
...
Update Download Clients
2017-05-30 07:24:05 -05:00
harris
fc5ab94d4f
Update Download Clients
2017-05-29 21:43:40 -04:00
Joseph Milazzo
7dcacffec7
Added some extra code around erroneous Qualities in ProfileService
2017-05-29 13:05:18 -05:00
Joseph Milazzo
1024555f75
At a point where we can build. Many TODOs and existing Series-based APIs need to be removed. No track code actually works.
2017-05-29 12:09:18 -05:00
Joseph Milazzo
235e753b93
Merge branch 'develop' of https://github.com/mattman86/Lidarr into feature/trackParse
2017-05-28 20:16:11 -05:00
mattman86
775f96c865
Merge pull request #12 from Qstick/feature/newznabsettings
...
Change Default NewzNab categories from tv to audio
2017-05-24 15:20:48 -06:00
mattman86
6093616af7
Merge pull request #13 from Qstick/feature/imagework
...
Image/Logo Updates
2017-05-24 15:19:19 -06:00
harris
8696c3f76e
Image/Logo Updates
2017-05-20 22:01:03 -04:00
harris
97fefa12c9
Change Default NewzNab categories from tv to music
2017-05-20 20:01:11 -04:00