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
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
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
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
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
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
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
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
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
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
Joseph Milazzo
7acad802fb
Merge pull request #8 from mattman86/feature/trackRepository
...
Implemented Tracks
2017-05-11 13:43:30 -05:00
Joseph Milazzo
76db95947c
Refactored most code for track parsing.
2017-05-11 13:43:05 -05: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
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
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
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
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
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
TCBWZA
7e97f8c423
Break XEM URL as per a request to remove it.
2017-04-29 05:34:32 +02:00
Joseph Milazzo
2813fccc78
Updated the code to allow a search to be made from UI to iTunes and return a mock result.
2017-04-28 17:05:35 -05:00
TCBWZA
b7a46a9e51
Update internal URL's to point to lidarr.audio
2017-04-28 16:55:18 +02:00
Joseph Milazzo
39b58ebda3
Changed the db to represent compilations. By default a track will have a single albumId and a list of artistIds. If the album is a compilation, we will use Various Artists to align with Plex, iTunes, and Amazon.
2017-04-27 18:28:36 -05:00
Joseph Milazzo
118e2dfe93
Updated to support Album and Track level Compilations
2017-04-25 07:47:14 -05:00
Joseph Milazzo
ad23e8ce9f
Added Music models and basic database
2017-04-20 18:57:03 -05:00
TCBWZA
e73158d5fa
Update _fileExtensions to include .mp3 (quality unknown), .m4a quality DVD and .flac quality RAWHD
2017-04-13 20:31:52 +02:00
TCBWZA
1a11a932e3
Remove ISceneMappingService to get rid of service.sonarr.tv access errors
2017-04-13 20:14:13 +02:00
TCBWZA
b6cf96b737
Changes to remove sentry submissions and refrences to sonarr.tv
2017-04-08 23:47:59 +02:00
TCBWZA
1e8adf0926
Remove references to sonarr sentry
...
update ics entry to nzbdrone_album
2017-04-08 23:47:21 +02:00
TCBWZA
31ca0002d7
Change process name and rename assembly
2017-04-08 18:46:28 +02:00
TCBWZA
402f7435ee
Change SSL port and set default branch to develop
2017-04-08 18:29:50 +02:00
TCBWZA
0d4e049225
Removed reference to Sonarr and replaced them with Lidarr
2017-04-08 17:48:31 +02:00
Joseph Milazzo
3ebbaf4eb7
Use different folder to store sqlite database.
2017-04-08 08:37:15 -05:00
Matthew Despain
a61cdeed0d
Removing the MusicBrainz API in favor of iTunes
2017-04-07 15:11:08 -06:00
Matthew Despain
d0728bbe22
Changed the default port to 8686
2017-03-31 12:55:07 -06:00
Matthew Despain
270a6659a5
Changing the output directory
2017-03-31 12:54:26 -06:00
Matthew Despain
a37add2f7a
Added MusicBrainz API project
2017-03-30 20:37:24 -06:00
Matthew Despain
7208d4c887
New icon
2017-03-30 20:24:48 -06:00
Matthew Despain
20c8dec50a
First round of refactoring.
2017-03-29 21:49:38 -06:00
Mark McDowall
83370ddbbb
New: Episode files sent to Recycling Bin are put into subfolders
...
Closes #401
2017-03-29 06:44:50 -07:00
Mark McDowall
c20b152c28
Fixed spelling in message
2017-03-26 13:21:29 -07:00
Mark McDowall
bf5067466d
Guard against a null file showing an exception in release rejections
...
Fixes #1755
2017-03-26 13:01:59 -07:00
Taloth Saldono
ec7f749541
Tweaked default config for extra files import.
2017-03-26 21:22:58 +02:00
Taloth Saldono
56ecbf4a31
Fixed: Sabnzbd error when tv sorting enabled for all categories.
2017-03-26 17:09:22 +02:00
Mark McDowall
1b39911135
True/False for config settings value
2017-03-25 22:18:57 -07:00
Mark McDowall
6aaefae2d5
New: Explicit toggle for importing extra files
2017-03-25 09:13:28 -07:00
margaale
db9d601115
Revert Session name
2017-03-23 13:46:01 -03:00
Taloth Saldono
e7331539f0
Fixed: Newznab default capabilities erroneously cached if indexer is unavailable.
2017-03-23 17:12:10 +01:00
Taloth Saldono
58bd57bed6
New: Updated MediaInfo to 0.7.93.
2017-03-22 19:17:55 +01:00
Mark McDowall
7a58082cd7
smallicon for Join notifications
...
New: White icon with transparent background for Join notifications notification bar icon
Closes #1458
2017-03-19 23:31:50 -07:00
Taloth Saldono
2e08f195e4
Fixed: Zero length file causes MediaInfo hanging in 100% cpu load.
2017-03-19 22:02:52 +01:00
Taloth Saldono
a1a5e29c3e
fixed sab tests.
2017-03-19 19:00:05 +01:00
margaale
5033886b90
Fixed: DownloadStation api client for DSM 5.x.
2017-03-19 18:50:56 +01:00
Mark McDowall
3c22f68f5a
Fixed: Parsing releases with year added to the end of the series title
...
Fixes #1768
2017-03-18 22:45:47 -07:00
Mark McDowall
a0d98951aa
Use MaterialisingResponse for static resource responses
2017-03-18 12:22:44 -07:00
Taloth Saldono
70f7404499
Fixed: Sabnzbd 2.0 api compatibility.
...
closes #1775
2017-03-18 16:32:13 +01:00
Mark McDowall
abd70f5381
New: UHD category for RARBG
2017-03-17 07:16:24 -07:00
Mark McDowall
878e973081
Fixed: Join grab messages
...
Fixes #1751
2017-03-13 19:43:07 -07:00
Taloth Saldono
2bf3b9e7dd
fixed typo setting custom directory for rtorrent.
2017-03-12 11:18:51 +01:00
Taloth Saldono
2326db0dea
Fixed: Refactored rtorrent interface to fix reliability issues with adding magnets & torrents.
...
fixes #1745
2017-03-11 12:15:42 +01:00
Taloth Saldono
3590fedeaf
Fixed: Timing issue in rtorrent handling of magnet links.
...
ref #1745
2017-03-10 21:07:08 +01:00
Taloth Saldono
f4866cae69
fixed broken project file.
2017-03-10 20:43:16 +01:00
Mark McDowall
149d191f62
Remove NCrunch.Framework
2017-03-09 20:30:39 -08:00
Jamie Magee
bb9bd63382
Upgrade CommonServiceLocator
...
From 1.0 to 1.3
2017-03-09 20:30:39 -08:00
Jamie Magee
34fda24124
Upgrade Microsoft.AspNet.SignalR.Client
...
From 1.2.1 to 1.2.2
2017-03-09 20:30:39 -08:00
Jamie Magee
c8d10829a0
Upgrade Selenium.*
...
From 3.0.1 to 3.2.0
2017-03-09 19:49:05 -08:00
Jamie Magee
ae2bdb757a
Upgrade NUnit
...
From 3.5.0 to 3.6.0
2017-03-09 19:49:02 -08:00
Jamie Magee
714ad075fc
Upgrade FluentAssertions
...
From 4.18.0 to 4.19.0
2017-03-09 19:48:11 -08:00
Jamie Magee
87a05df2fd
Upgrade TinyTwitter
...
From 1.1.1 to 1.1.2
NOTE: Sonarr was already using a modified version of TinyTwitter 1.1.2.
This change just modifies the packages.config file to reflect that
2017-03-09 19:48:11 -08:00
Jamie Magee
f3263efa52
Upgrade SharpRaven
...
From 2.1.0 to 2.2.0
2017-03-09 19:48:11 -08:00
Jamie Magee
1cad11d207
Upgrade Ical.Net
...
From 2.2.25 to 2.2.32
2017-03-09 19:48:10 -08:00
Jamie Magee
781df8b20a
Upgrade NLog
...
From 4.4.1 to 4.4.3
2017-03-09 19:48:10 -08:00
Mark McDowall
ebcce05588
Fixed: Parsing headers that have a trailing semi-colon
...
Fixes #1749
2017-03-09 15:40:13 -08:00
Taloth Saldono
bbf2134fe1
Fixed: Deluge 1.3.14 API support due to changed json-rpc checks.
...
fixes #1738
2017-03-06 20:14:34 +01:00
Mark McDowall
081c5fc332
Broken ExtraFiles migration due to extentionless files
...
Fixed: Prevent extensionless files from being imported
Fixed: Broken migration due to extensionless extra files
2017-03-06 11:00:38 -08:00
Mark McDowall
47915d5e05
Fixed: Bad extension when importing extra files
2017-03-05 17:45:35 -08:00
Mark McDowall
47e221d9a0
Fixed: Delay profiles are no longer hidden under advanced settings
2017-03-03 21:16:29 -08:00
Mark McDowall
bf485f6f2c
Log number of files found when getting video/non-video files
2017-03-03 20:57:05 -08:00
Mark McDowall
b365d8a537
Include language in suffix when importing
2017-03-03 19:44:31 -08:00
Taloth Saldono
fee8da88a6
Accept full language name as suffix.
2017-03-03 19:44:31 -08:00
Mark McDowall
cc0dbf1af4
New: Rename subtitles and extra files when renaming files
...
Towards #459
2017-03-03 19:44:31 -08:00