gismo2004
42252bf9c2
Fixed: Search Monitored to work with accent ( #583 )
...
* Fixed: Search Monitored to work with accent
Replace accent in Album/Artist when parsing results from indexer
Fix regex to match for multiple albums
* add test cases
6 years ago
Taloth Saldono
cb19fd3ea6
DataMapper LazyLoaded needlessly keeping the parent mapper alive.
6 years ago
Taloth Saldono
38507e6eb0
Fixed: Excessive memory usage due to sqlite cache configuration.
...
ref #2296
6 years ago
ta264
7a38f2853c
Add release Id to custom script ( #574 )
6 years ago
ta264
c749405a45
Fixed: show disambiguation in interactive import modal ( #576 )
6 years ago
Qstick
ef9072fc3b
Fixed: Support new feed url format IPTorrents ( #573 )
6 years ago
ta264
6723f32abb
WIP: Fix migration to DB version 23 ( #571 )
...
* Watch out for malformed AlbumReleases in Albums
Don't try to insert if Title is empty and catch and SQLite exceptions.
* Better fix for migration
Filter out null titles and duplicate release ids
Revert "Watch out for malformed AlbumReleases in Albums"
This reverts commit b9f707dc2f4dec79a7415d7941d81da2664e5803.
* Purge tracks linked to bad albumrelease
* fixup! migration missing titles, releases not in remote, artist cleaning
6 years ago
ta264
c392569a63
New: Update DB to store all releases for an album ( #517 )
...
* New: Store all releases for an album and track artists
* Add Overview, links and release date by release
* Tidy up
* Fix metadata refresh errors following musicbrainz edits
6 years ago
Qstick
24bdb5a891
Fixed: Update build.sh to fix macOS startup script issues ( #565 )
6 years ago
Qstick
5c0643d76d
Changed: Try previous Appveyor Image
6 years ago
Qstick
91aaf8abe6
Update NzbDroneLogger.cs
6 years ago
Qstick
8465c2d227
Fixed: Replace one stupid hack with another.
6 years ago
Qstick
9f9441788c
New: Bump version to 0.5.0
6 years ago
Qstick
0596215358
New: Prevent Boot Loop if Config file Unauthorized access. ( #554 )
...
* New: Prevent Boot Loop if Config file Unauthorized access.
* Update NzbDroneLogger.cs
6 years ago
Qstick
e914ca86dc
New: Update SignalR to 2.4.0
6 years ago
Qstick
d63bb77edc
New: Small UI tweaks and package updates
6 years ago
Qstick
c7d17598e2
Fixed: Change Unreleased Color, Add Partial Status
...
Fixes #527
6 years ago
Qstick
3cc1e7bb0f
New: Added warning for Download Station that 2FA is not supported
6 years ago
Qstick
2f6b0c77ea
Fixed: Updated error message if services respond with html
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
6da9868716
New: Added priority levels to Join Notifications
6 years ago
ta264
32c75cfcbc
New: Manual import refreshes decisions when artist/album updated ( #540 )
6 years ago
ta264
d62b4e49f9
Fixed: Better release parsing ( #541 )
6 years ago
ta264
e260a29b57
Improve the fuzzy matching ( #522 )
...
* Fixed: improve track matching
* Deal with tracks sequentially numbered across discs
6 years ago
Qstick
8320508688
Fixed: TrackedDownloadFixture Un-parsable title
6 years ago
Qstick
caac321ef9
Fixed: Add HistoryService Mock to Queue Fixture
6 years ago
Qstick
0099d9f430
Updated: NUnit and TestAdapter to 3.11.0 ( #538 )
6 years ago
ta264
c98b86b413
Fixed: Allow downloading any search result ( #525 )
...
* Allow downloading any search result
Ones that couldn't be parsed get a red icon
* Not required - initialized to false
* Add a warning the the queue page for manual downloads
6 years ago
Qstick
eedaa2a7b8
Fixed: OS specific paths for import artist tip
6 years ago
Qstick
4712f7f947
New: Tooltips for remove actions
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
14867cff7e
Fixed: Center icons in tables
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
342122cbb4
Fixed: Don't prompt to move artist to the same folder (case sensitive)
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
510439570e
Fixed: Select all selecting hidden items
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
78a0b5f8b7
New: Setting to disable disk scan after artist refresh
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
74bd72a836
Fixed: Don't try to fix CSS errors in JS files
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
62e63b9cb7
Fixed: TableOptionsModal requires optionsComponent
6 years ago
Qstick
9007f9319a
Fixed: Toolbar collapsing on device rotation
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
a7a2709517
Fixed: Missing bracket in PlexTv Service query
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
0c1f9e6c8d
New: Optional Search Button on Artist Index views
6 years ago
Qstick
88c58e2529
Fixed: Artist and Album navigation buttons wrapping
6 years ago
Qstick
ddf9e8bb01
Fixed: Calendar defaultProps for statistics
...
Fixes #534
6 years ago
Qstick
002234f71b
Fixed: Custom metadata source doesn't get saved from UI
...
Fixes #537
6 years ago
ta264
6855a7848e
Ignore .partial~ files ( #535 )
6 years ago
Max Harley
deff1e31cb
Update Apollo with Orpheus ( #530 )
6 years ago
geogolem
875e1aedcb
Wanted Monitor/Unmonitor Selected button fixed ( #528 )
...
* the button was not changing based on the filter selection
nor was it properly carrying out its function.
It should now work.
this code was ported from Sonarr:
979fc436ab
* indents/spaces/formtting
6 years ago
Qstick
f8ce2334c6
Fixed: Downloaded Albums not reflected on Calendar
...
Turns albums green if 100% of tracks are in library
Fixes #520
6 years ago
Qstick
1eeb1bbf63
Fixed: Handling of poorly formed items when parsing results from indexer
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
b7fe4193f3
Changed: Added "Remastered" to album cleaning regex
6 years ago
ta264
eadd6996ef
Fuzzy matching ( #508 )
...
* Fixed: correctly match albums whose title is all special characters
* New: fuzzy matching on album and track names
6 years ago
Qstick
3ae079a541
Fixed: Interactive import SelectArtist ordering
6 years ago
Qstick
029a0e4e20
New: Ability to test all Indexers, Lists, Clients
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago