Qstick
a794ed8860
Fixed: Null Error on Gazelle Auth Fail
7 years ago
Qstick
6cee554760
Fixed: Fix caching spec for Initialize.js
7 years ago
Qstick
0d7cd8009f
Added: Make Lidarr CSP compatible
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
44ad754c86
Fixed: Login page content, UrlBasePipeline include
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
a3e08c9160
Fixed: Setup remote access for service during install
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
a5369df197
Fixed: Album reference causing nullRef on custom scripts ( #325 )
7 years ago
Qstick
307c989409
Revise cookie handling ( #315 )
...
* Fixed: Revised handling of cookies in case of redirects.
* Revised deletion of cookies.
7 years ago
Qstick
98653fafbf
Merge branch 'develop' of https://github.com/lidarr/Lidarr into develop
7 years ago
Qstick
ac45098ab8
Updated: SignalR to 2.2.3
7 years ago
Qstick
25c0423ef6
Fixed :Compile warning cleanup ( #314 )
...
Fixed :Compile warning cleanup
7 years ago
Qstick
e06858e4bf
Sonarr pulls ( #310 )
...
* New: Speed up sqlite3 initialization by disabling unused features
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* New: Debounce Command Notifications
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* Changed: Refactored PendingRelease logic for performance
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* Added: Indexes to speed up DecisionMaker performance.
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* New: Cache EventAggregator Subscribers
Co-Authored-By: taloth <taloth@users.noreply.github.com>
* Fixed: Hide fallback pending releases if temporarily delayed
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
e73936184b
Fixed: Change Host GUID, other Sonarr references ( #307 )
...
* Fixed: Change Host GUID, other Sonarr references
* fixup! Random GUID and Copyright Year
7 years ago
Daniel Underwood
116d3d22bb
Fixed: Escape regex in ParseAlbumWithSearchCriteria ( #244 )
...
* Add regex escape to fix #231
* Add escape to artist name
* Fix test case
* Use single album parameter and add test cases
* Add artist test cases
* Add qualities to release titles
* Create albums in ParserFixture
* Added missing case in QualityParser. Handle escaping regex better for artists/albums that are just symbols.
* Removed custom code to escape slashes. Enhanced regex to support more test cases.
* Fixed Regex for other test cases.
* Small enhancements to code. Removed log statement.
* Tweaked one of my regex to account for not stripping ? from SimpleTitleRegex.
7 years ago
Qstick
f6a1f5142a
Changed: Cleanup indexer files, Remove fanzub ( #305 )
7 years ago
Qstick
5c566cf139
Fixed: update port in multiple instance error
7 years ago
Qstick
c3800c66ad
Fixed: Update Growl Notifications
7 years ago
Qstick
9bd020a130
Fixed: Wanted cutoff page shows incorrect count
7 years ago
Joseph Milazzo
b661344ba8
Parser Enhancements ( #291 )
...
* When matching tracks with metadata, ensure we also check their track number as some albums have two tracks with same title.
7 years ago
Qstick
e67af5e747
Changed: Temp remove album folder release year requirement.
...
Fixes #290 until we can get rework done, forces user to ensure they are naming correctly.
7 years ago
Qstick
ca1ef7e151
Fixed: Hide password field text for PlexClient notifications
7 years ago
Qstick
19aacd4fff
Added: Plex OnAlbumDownloaded handlers.
7 years ago
Joseph Milazzo
734b1f6101
Added cases to strip feat. from track titles. ( #288 )
...
* Added cases to strip feat. from track titles.
7 years ago
Qstick
43ef2fa6e5
Fixed: RootFolder HealthCheck Test
7 years ago
Qstick
4dd857ea30
Added: Additional Logging and Messaging for Albums
7 years ago
Qstick
3e0d0f17f2
Fixed: Add Validation for Import lists, Correct Language/Metadata profiles
7 years ago
Qstick
c833a6dc84
New: Enable Ratings for Albums
7 years ago
Qstick
8bd9119954
Merge branch 'develop' of https://github.com/lidarr/Lidarr into develop
7 years ago
Qstick
f9fb33eb08
Added: Additional Album Monitoring Options
7 years ago
Qstick
1937a8e27c
Fixed: Update Emby Notification ( #284 )
7 years ago
Qstick
af090c7a3a
Fixed: Profile delete Unit Tests
7 years ago
Qstick
03360ca43f
Fixed: Throw LidarrStartupException if can't access AppFolder Location
7 years ago
Qstick
8ad38fe3af
Fixed: Validation for Track File Naming, Add Album Type Token
...
#241
7 years ago
Qstick
c7ef370060
Added: Add Limited Edition to Album Tag Cleaning
...
Fixes #282
7 years ago
Qstick
321d99a597
Added: Validate Set Profiles Exist when Adding Artist
...
Fixes #281
7 years ago
Qstick
fde276f000
Fixed: Don't allow profile delete if in use by import list
...
Fixes #280
7 years ago
Qstick
e5c5a3f91c
Fixed: Some Tests, Ignore failing Unit Tests that are not implemented.
7 years ago
Qstick
993355e55a
Fixed: ArtistRepositoryFixture Test
7 years ago
Qstick
28aa2eeeed
Added: Readme OpenCollective Info
7 years ago
Joseph Milazzo
e9097b8dc6
Check for MusicBrainz Release Id during Scan ( #227 ) ( #277 )
...
* Implemented functionality to find album from DB if a track has album in the MusicBrainz Release Id tag. If tag doesn't exist or album is not found, handle via normal routes.
* Added a test case
* Fixed a bad merge.
* Fixed a bug where a track with an empty Album IDv3 tag always was ignored, even if it had MusicBrainz Release Id hardcoded.
* fixup: Quick fixes to get this merged tonight due to bug in develop
7 years ago
Joseph Milazzo
aaa3b5495f
Feature/common tag parsing ( #273 )
...
* Added refresh title on the refresh button.
* Added a quick fix for common parsing issues when albums or tracks contain (special edition), (deluxe edition), [bonus], (version), (single), etc.
7 years ago
Joseph Milazzo
798e85e4db
Implemented parsing case for Artist - Year - Album ( #264 ) ( #274 )
...
* Implemented parsing case for Artist - Year - Album
* Enhanced test case to ensure year and artist also parse correctly.
Closes #264
7 years ago
Qstick
226f884233
New: Grouped Album Import Notification ( #265 )
...
* New: Grouped Album Import Notification
* fixup: Add Emby and Kodi Notify for Album Download
7 years ago
Qstick
fa63b962ea
Fixed: Update Ratings on Artist Refresh
7 years ago
Qstick
b6f9ea9397
Fixed: Change default naming so that track number is just before title.
...
Fixes #270
7 years ago
Qstick
449a1e826d
Fixed: Remove Tests for WDTV Artist and Album Image, Same as XBMC
...
Fixes #267
7 years ago
Qstick
bdcdc13485
Fixed: Artist Images for Kodi being saved as poster.jpg instead of folder.jpg
...
Fixes #257
7 years ago
Qstick
b0fb369290
Added: Check if mono is running with --debug arg
...
13a259b473
7 years ago
Qstick
2bca86d0e2
Fixed: Use original extension when saving metadata
...
This should fix logos for #257
7 years ago
Qstick
9a50b69e8c
Fixed: Unable to Add/Edit Metadata Profile after Release Status Addition
...
Fixes #260
7 years ago
Qstick
121eb6db16
Fixed: Quality Parsing for VBR Fails in many cases
...
Fixes #258
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
22eb5cfc66
Fixed: Add form param before submitting request
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
a96df79572
Fixed: Wanted Page Count in UI and Paging, Sort by Album Title
7 years ago
Qstick
df4e1e9b26
Added: Add Release Status to Metadata Profile, Default to Official Only ( #250 )
...
* Added: Add Release Status to Metadata Profile, Default to Official Only
* Fixed: Unit Test and Comparison
7 years ago
Qstick
9d7c6bc961
Fixed: Temp fix for errors during import. Catch and report error.
...
Fixes #204
Co-Authored-By: Josh Jones <vertigo235@users.noreply.github.com>
7 years ago
Qstick
221c670bf9
New: Search for newly added past albums after artist is refreshed
...
Fixes #195
7 years ago
Qstick
b03b3d8243
Fixed: Detect Kodi nfo vs. Scene nfo. Other extras fixes
...
Fixes #240
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
8a73b9df8a
Fixed: Files with no tags cause qualityWeight error/ui freeze
...
Fixes #199
7 years ago
Qstick
902036fbdb
Fixed: Failing test and some flaky tests.
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
4c74f97153
Fixed: Artist Index Page Blank
7 years ago
Qstick
0f3934454b
Cleanup: Cleanup Import/Parsing Files
7 years ago
Qstick
254b3fcfbe
Fixed: Musicbrainz track id tag read incorrectly
7 years ago
Qstick
a27b6eb63e
New: Required/Ignored restrictions now support /pattern/ regex
7 years ago
Qstick
97d4063cf3
Added: Missing error check when adding a magnet link to deluge
7 years ago
Qstick
4bb0735565
New: Add MLP format to MediaInfoFormatter.cs
...
Fixes #232
7 years ago
Qstick
7c2a230f87
Fixed: Don't add category when removing torrent from qBittorrent
7 years ago
Qstick
929ad78db3
Fixed: Added errorcode 160 - Permission denied on FileStation
7 years ago
Qstick
7354e02bff
New: Custom Filtering for UI ( #234 )
7 years ago
Qstick
574e8ad36b
Fixed: AddArtistService log message
7 years ago
Daniel Underwood
71a0c62fdb
Fixed: Add queue size check to sort to fix #219 ( #223 )
7 years ago
Daniel Underwood
df15dbe462
Fixed: Mono 5.10 compatibility ( #220 )
...
* Update NLog to 4.5rc6 to fix compatibility with mono 5.10
* Added console logging in case NLog fails to initialize.
* Revert added references in "Update NLog to 4.5rc6 to fix compatibility with mono 5.10"
This partially reverts commit 13dd224281
.
* Change dictionary cast to conversion from Sonarr/Sonarr@99ee59e
7 years ago
Qstick
346647523b
Log response content from Kodi when checking for errors
7 years ago
Qstick
97a0daa1aa
Fixed: Gazelle Issues, Plus add feed parse test
...
Fixes #217
7 years ago
Qstick
88298fbac8
Fixed: Incorrect naming of ArtistFolderImported event
7 years ago
Qstick
a728517eaf
Fixed: Incorrect logo for Emby notifications.
7 years ago
Qstick
c9488351e4
Misc Cleanup
7 years ago
Qstick
8e626269d1
Misc Fixes and Better Logging/Rejection Messages for Track Import
7 years ago
Qstick
425a9045b8
Improve error message when deleting a profile that is in use
7 years ago
Qstick
e8771c9c78
Rename TvCategory to MusicCategory for Clients
7 years ago
Qstick
8ef80ba135
Fixed: Send category to qBittorrent when adding torrent/magnet
7 years ago
Qstick
8395999696
New: Selectively refresh albums ( #215 )
...
* New: Selectively refresh albums
Closes #211
7 years ago
Daniel Underwood
24ff756eeb
Fix episode reference and add case for track import failure due to permissions. Fixes #212 . ( #213 )
7 years ago
Qstick
2f6a13092f
Update FirewallAdapter.cs
7 years ago
Qstick
3488ba3d84
Fixed: Update Album State on AlbumStudio
7 years ago
Qstick
fe56c62a2b
New: Include total space with root folders
7 years ago
Qstick
28a508bed7
Fixed: Remove xpost suffix from release groups
7 years ago
Qstick
6c20832c7f
Fixed: Import List Tests
7 years ago
Qstick
37d1ed4a48
Fixed: Grab discography during artist search ( #208 )
...
Closes #184
7 years ago
Qstick
c105c9a65e
New: Import Lists Base ( #196 )
...
* New: Import Lists Base
7 years ago
Qstick
c712d932a0
Fixed: Queue sort keys
...
Closes #194
7 years ago
Qstick
ff3f52eb3f
Fixed: Don't reject paths under /srv
7 years ago
Qstick
750ecacb9b
Fixed: Remove Pre and postbot suffixes from release groups
7 years ago
Qstick
4f6ab8ec76
Fixed: Typo in GlobalExceptionHandlers.cs
7 years ago
Qstick
3e476f2637
New: Add basic ruTracker parser cases
7 years ago
Qstick
dd875a0c49
Fixed: CutoffUnmet Search Function not working
...
Closes #193
7 years ago
Qstick
e0993fb52e
Fixed: Added ALAC to MediaInfo renamer audio codecs
...
Closes #198
7 years ago
Qstick
d53b983c91
Fixed: Completed Download HealthCheck not working
...
closes #200
7 years ago
Qstick
499b222514
Fixed: Plex TV Library updates instead of Music
...
closes #148
7 years ago
Qstick
5551b2166a
Rework how albums are refreshed/added, add album search route ( #190 )
...
Rework how albums are refreshed/added, add album search route
7 years ago
Qstick
b5339b75ff
Fixed: Additional UI number input fixes
7 years ago
Qstick
8cb8059b2f
Add Skyhook for Searching by Album
...
#179
7 years ago
Qstick
54e9f88648
Various UI Fixes and Updates
...
Closes #188
Closes #185
Closes #187
7 years ago
Qstick
b2ce3d5bda
Fixed: Lidarr deletes download folder with audio files left over
...
Closes #182
7 years ago
Qstick
b0070e0229
Fixed: Last UI reference to nameSlug, remove from model
7 years ago
Qstick
b0238c1af4
Fixed: Albums not saving to DB due to release constraint
7 years ago
Qstick
960330a004
Fixed: Albums not loading after 0.2.0.233
7 years ago
Qstick
054578fa2d
Fixed: Handle null on album refresh
7 years ago
Qstick
26ef43f302
New: Manually Edit/Override Album Release ( #181 )
...
* New: Manually Edit/Override Album Release
* !fixup for comments, loading all albums instead of only artist albums
* fixup! UI Cleanup lint issues
* fixup! Remove AddAlbum service for now, fix refresh override selected release
* fixup! Last one... to fix updating albums with custom release set
Closes #109
Closes #129
Closes #128
7 years ago
Qstick
74f433d4f0
New: Added tests for DB Converters
7 years ago
Qstick
744742b5ff
New: UI Updates (Backup Restore in App, Profile Cloning)
...
UI Pulls from Sonarr
7 years ago
Qstick
80a5701b99
New: Log indexer when processing results
7 years ago
Qstick
9dfa8c5b10
New: Add paused options for Deluge and Transmission
7 years ago
Qstick
cd099c2255
New: Device names for Join notifications
7 years ago
Qstick
d9a8a92b8e
New: Indexer Setting for absolute maximum size for a release
7 years ago
Qstick
96c59e2b2b
Fixed: Handling of unknown status types in DownloadStation
7 years ago
Qstick
443e536005
Fixed: Only look for monitored albums on artist search
7 years ago
Qstick
bef04af5cd
Fixed: Saving proxy settings doesnt take.
...
Closes #174
7 years ago
Qstick
0e7a22dc95
New: Run missing root folder health check when an import is successful
7 years ago
Qstick
8ce1d4bcab
Fixed: Set release date to 1970-01-01 if track released before (mono)
7 years ago
Qstick
f814b5a6e1
Fixed: Improve logging for invalid NZB messages
7 years ago
Qstick
ec12bede9d
Fixed: Cleanup 11 more tests
7 years ago
Qstick
d8c89f5bbd
UI Updates (Cancel Import, Move Artist, Manual Import from Artist)
...
Ability to cancel an import lookup/search at any point.
Ability to move artist path from Artist Edit or bulk move from Mass Editor.
Trigger manual import for Artist path from Artist Detail page.
Pulled from Sonarr
7 years ago
Qstick
e98f7398b0
Fix syntax SkyHookProxy GUID check
7 years ago
Qstick
9cd60bc986
Fixed: Skyhook Tests, Validate GUID before sending to metadata api
7 years ago
Qstick
bc8bd9995a
Fixed: Don't import based on track number alone.
7 years ago
Tynan CR
1368dd6a53
Fix: Quality range definitions in kbps ( #157 )
...
* Quality range uses kbits per second. Quality ranges updated for each format
* Changed vorbis q10 weight
* Fixed element name
* Added migration to keep existing MB/min quality constraints valid
* Fixed migration SQL
* Slider step now 1
* Fix: using kbps for min size as well
* Added tooltip for quality-size
* Updated AcceptableSizeSpecification test
* Small magic number fix
7 years ago
Qstick
aa734bdc25
Fixed: Remove BulkImportFixture, Obsolete.
...
#166
7 years ago
Qstick
fdb7c96ffa
Fixed: DownloadedTrackImport Fixture Tests and ParserFixture Tests
...
#166
7 years ago
Qstick
aab78a62e6
Fixed: Console logging hard coded to trace level
7 years ago
Qstick
a4dacf2812
Fixed: Language Upgrade Tests
7 years ago
Qstick
8b7b2e6a83
Fixed: QueueSpecificationFixture Tests and Misc Others
7 years ago
Qstick
bfbdba14f6
Fixed: ImportApprovedTracksFixture Tests
7 years ago
Qstick
c4c3c4f620
Fixed: Quality hierarchy not being honored during track import
7 years ago
Qstick
91afcc36c0
New: Validate before deleting artist folders
7 years ago
Qstick
66d3fd17e9
Fixed: Search Criteria parsing returns bad results (Abba/Black Sabbath)
7 years ago
Qstick
882e8a575e
Re-enable unit tests in appveyor ( #159 )
...
* Re-enable unit tests in appveyor
* Delete SingleEpisodeParserFixture.cs
* fixup! Oops
* Fix multiple tests
* Fixed Language Tests
* Couple More Simple Test Fixes
* Last Round of Test Fixes
* More test Cleanup
* Fix 3 Newznab Tests
7 years ago
Qstick
7820f43b2b
Fixed: MediaInfo not parsing for some MP3 files.
7 years ago
Qstick
a4e632d95a
Fixed: Mono internals does not properly copy/move symlinks, but instead copies the contents.
7 years ago
Qstick
c83353e7ee
Fixed: Possible DivideByZeroException when getting queue
...
Closes #161
7 years ago
Qstick
9a0587bc17
Fixed: Removed Incorrect assembly, Lidarr.Common is called in base
7 years ago
Qstick
e780555d28
Fixed: Kodi(XBMC) notifications don't update correct Library ( #158 )
...
* Fixed: Kodi(XBMC) notifications don't update correct Library
* fixup! MbId and Artist Names in Test
7 years ago
Daniel Underwood
d08d89929a
Update services url to https to allow updates to work ( #154 )
7 years ago
Qstick
ded7574227
Fix Headphones Download Auth, Add Special Parsing ( #152 )
...
* Add Secondary Backup Parsing Method if Regex Fails
* Add BasicAuth info to release for nzb download handling
7 years ago
Qstick
8116e66d52
Cleanup: Remove Unused Variables from ArtistResource.cs
7 years ago
Qstick
ede3a55c68
New: Add Headphones VIP Indexer ( #147 )
...
* New: Add Headphones VIP Indexer
* fixup! String Format Invalid
* fixup! Remove hyphen from search string
* Add Tests for Headphones Indexer
7 years ago
Qstick
532e14040b
Fix: DatabaseCorruptException should slow startup loop
7 years ago
Qstick
5f75c6046b
Fix: Not Loading/Showing Track on History Page
7 years ago
Qstick
7e4a8c8ff7
New: Artist History Modal in Artist Details Page
7 years ago
Qstick
0981260887
Fixed: MediaCover endpoint
7 years ago
Qstick
8f98fb6c4e
Fix: Don't handle content requests in IndexHtmlMapper
7 years ago
Qstick
2ccc5af8d0
Fixed: Security Vulnerabilities allowing authentication to be bypass
7 years ago