ta264
d5c69d0375
Set sentry environment to be develop/nightly based on config file ( #703 )
...
* Set sentry environment to be develop/nightly based on config file
Also add details on sqlite version and database migration. The
separate ReconfigureSentry class is required because
ReconfigureLogging happens before the database has been resolved, so
you can't access IMainDatabase there
* Set environment to develop/nightly in frontend too
6 years ago
Qstick
4545e679af
Fixed: Sorting by age when releases are less than a day old
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
180763da69
Fixed: Consistent icon position for toolbar buttons
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
a4d2ed6f31
Fixed: Queue count badge showing warning/error incorrectly
6 years ago
Qstick
f50b60103c
Fixed: Style incorrect on some history detail properties
6 years ago
Qstick
d4d9146599
New: Health Check Failure Notifications ( #609 )
...
* New: Health Check Failure Notifications
Fixes #295
* New: OnDownloadFailure and OnImportFailure Notification
* New: On Retag notifications
* Fixed: XBMC notification test
* New: Discord Notifications
Closes #1511
* On Download to On Import on card
* Remove OnDownload, Rename OnAlbumDownload -> OnReleaseImported
* Fixed: Webhook OnReleaseImport notification
* Respect OnUpgrade and fix missing schema items for frontend
* New: Simplify Notification Modal UI
* Fixed: PlexHomeTheater OnReleaseImport notification
6 years ago
ta264
072f772dc8
New: Write metadata to tags, with UI for previewing changes ( #633 )
6 years ago
Qstick
c58c64c9e3
Fixed: Frontend OAuth Actions (Plex Auth)
6 years ago
ta264
555ae89741
Appveyor linux builds ( #665 )
...
* Fix copy
* Update appveyor.yml
* additional logging on gulp
* Fix permissions on appveyor-package.sh
* Clean debug and nuget cache on windows too
6 years ago
Qstick
0a6f552d5b
New: Cleanup UI tooling, Update to Webpack 4, Gulp 4 ( #655 )
...
* New: Webpack 4
* New: Gulp 4
* New: Transpile UI for old browsers
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
3292fba66c
New: Artist Disambiguation Naming Token ( #652 )
6 years ago
Qstick
21f1fd17bb
Fixed: Eslint warnings after update react plugin
6 years ago
ta264
1f483c3a3c
Add options to expand album types by default ( #644 )
...
* Add options to expand album types by default
* Remove isAfter and simplify slightly
* Fix display of settings on large screens
6 years ago
Qstick
b5f40e420b
New: Bump eslint to 5.15.0, eslint-plugin-react to 7.12.4
6 years ago
Qstick
0db5259e84
Fixed: Don't allow Release Change if AnyRelease and Files Present
6 years ago
Qstick
6312704611
Fixed: Invalid icon definition in Health.js
6 years ago
Qstick
872080cf9e
New: AlbumStudio Disambiguation and AlbumType
6 years ago
Qstick
f43c1e749f
New: Replace 'react-router-redux' with 'connected-react-router'
6 years ago
Qstick
42c16c227e
New: Import List Exclusions ( #608 )
...
* New: Import List Exclusions
* Fixed: ImportExclusion ForeignId Checks, Unique. RefreshArtist Duplicate
* Fixed: Copy/Paste typos
6 years ago
Qstick
c8ef68283b
Fixed: More UI tweaks
6 years ago
Qstick
795a445b52
Fixed: Rendering Tweaks to UI
6 years ago
Qstick
2c8b137349
Fixed: Sonarr references in Quality/Language Profiles
6 years ago
Qstick
27ebe36454
Fixed: Select all in TrackFile editor
6 years ago
Qstick
3f064c94b9
New: Release Profiles, Frontend updates ( #580 )
...
* New: Release Profiles - UI Updates
* New: Release Profiles - API Changes
* New: Release Profiles - Test Updates
* New: Release Profiles - Backend Updates
* New: Interactive Artist Search
* New: Change Montiored on Album Details Page
* New: Show Duration on Album Details Page
* Fixed: Manual Import not working if no albums are Missing
* Fixed: Sort search input by sortTitle
* Fixed: Queue columnLabel throwing JS error
6 years ago
Qstick
f80661d4d0
Changed: Remove Bitcoin Donation Address
6 years ago
ta264
bb02d73c42
Whole album matching and fingerprinting ( #592 )
...
* Cache result of GetAllArtists
* Fixed: Manual import not respecting album import notifications
* Fixed: partial album imports stay in queue, prompting manual import
* Fixed: Allow release if tracks are missing
* Fixed: Be tolerant of missing/extra "The" at start of artist name
* Improve manual import UI
* Omit video tracks from DB entirely
* Revert "faster test packaging in build.sh"
This reverts commit 2723e2a7b8
.
-u and -T are not supported on macOS
* Fix tests on linux and macOS
* Actually lint on linux
On linux yarn runs scripts with sh not bash so ** doesn't recursively glob
* Match whole albums
* Option to disable fingerprinting
* Rip out MediaInfo
* Don't split up things that have the same album selected in manual import
* Try to speed up IndentificationService
* More speedups
* Some fixes and increase power of recording id
* Fix NRE when no tags
* Fix NRE when some (but not all) files in a directory have missing tags
* Bump taglib, tidy up tag parsing
* Add a health check
* Remove media info setting
* Tags -> audioTags
* Add some tests where tags are null
* Rename history events
* Add missing method to interface
* Reinstate MediaInfo tags and update info with artist scan
Also adds migration to remove old format media info
* This file no longer exists
* Don't penalise year if missing from tags
* Formatting improvements
* Use correct system newline
* Switch to the netstandard2.0 library to support net 461
* TagLib.File is IDisposable so should be in a using
* Improve filename matching and add tests
* Neater logging of parsed tags
* Fix disk scan tests for new media info update
* Fix quality detection source
* Fix Inexact Artist/Album match
* Add button to clear track mapping
* Fix warning
* Pacify eslint
* Use \ not /
* Fix UI updates
* Fix media covers
Prevent localizing URL propaging back to the metadata object
* Reduce database overhead broadcasting UI updates
* Relax timings a bit to make test pass
* Remove irrelevant tests
* Test framework for identification service
* Fix PreferMissingToBadMatch test case
* Make fingerprinting more robust
* More logging
* Penalize unknown media format and country
* Prefer USA to UK
* Allow Data CD
* Fix exception if fingerprinting fails for all files
* Fix tests
* Fix NRE
* Allow apostrophes and remove accents in filename aggregation
* Address codacy issues
* Cope with old versions of fpcalc and suggest upgrade
* fpcalc health check passes if fingerprinting disabled
* Get the Artist meta with the artist
* Fix the mapper so that lazy loaded lists will be populated on Join
And therefore we can join TrackFiles on Tracks by default and avoid an
extra query
* Rename subtitle -> lyric
* Tidy up MediaInfoFormatter
6 years ago
Qstick
8bf364945f
Fixed: Artist posters on Add New Results
...
Fixes #613
6 years ago
Qstick
01de7dd599
Fixed: Discarded settings changes don't get cleaned
...
Fixes #606
6 years ago
Qstick
529ab29489
Fixed: Show Loading Indicator for Manage TrackFiles Modal
6 years ago
Qstick
9b9ca54e65
New: Toggle Monitored from Artist Details Page
6 years ago
Qstick
bc008ab1dc
Fixed: Disable Artist/Album buttons if no items Selected
6 years ago
Qstick
42e9027216
New: Use package.json version webpack, clean, bundle ( #587 )
6 years ago
Jayden
e763e3fff6
Fix typo in AddIndexerModalContent.js ( #598 )
...
clink > click
6 years ago
Jayden
99faae973f
Fix typo in AddIndexerModalContent.js ( #597 )
...
clink > click
6 years ago
Jayden
76b88107de
Fix typo in AddImportListModalContent.js ( #596 )
...
clink > click
6 years ago
ta264
c749405a45
Fixed: show disambiguation in interactive import modal ( #576 )
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
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
ta264
32c75cfcbc
New: Manual import refreshes decisions when artist/album updated ( #540 )
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
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
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
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
Qstick
6ec8e522de
Fixed: Previous airing in ArtistOverview not working
6 years ago
Qstick
fe865fc4c3
Fxed: Slight UI label color adjustment
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
097429c545
Fixed: TextTagInputConnector.isArray
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
3e538f935a
Fixed: OAuth validation errors
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
69b6b67bf4
New: Sort by Status in Artist Index/Editor
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
27736649c2
New: Import List Tags ( #505 )
...
* New: Import List Tags
* New: Show ImportLists where Tag is Used in Tag manager
* Fixed: SignalR Errors due to handleTag missing
* Fixed: Clarify Lidarr Tags, not to be confused with LastFmTags
6 years ago
Qstick
e7bd67fcfa
New: Frontend package updates
6 years ago
Qstick
8256314ba8
Fixed: Minor UI fixes
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
d3ee856403
Fixed: Signout icon definition
6 years ago
Qstick
871fb089d3
Fixed: Correctly sort by track number in ManageTracks modal
...
Fixes #494
6 years ago
Qstick
64a8d02f77
New: Server Side UI Filtering, Error Boundaries ( #501 )
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
b8511f039a
New: Various UI Package Updates
6 years ago
Qstick
9611df7e9e
Changed: Export Calendar options in UISettings
6 years ago
Qstick
18fd7d452b
Fixed: Add payload to createSaveHandler
6 years ago
Qstick
713f643b1d
Changed: Convert password input to standard using pass font
6 years ago
Qstick
dd6b93e243
Fixed: Add tag default property to ArtistDetails
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
68f9df695b
Fixed: Remove debugger from OverlayScroller
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
c6579cf115
Fixed: Create default value for filterValue in FilterBuilderRowValue
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
d728b0c4b2
Fixed: UI doesn't detect ArtistRenamingCommand is running
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
2c492fdb72
Fixed: Poor scrolling performance on some browsers
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
ca244b0da5
Fixed: Remove value length restriction from ArtistSearch
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
1fb0b867a9
Fixed: Remove period in ArtistMonitoringOptions for consistency
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
9e183fd0fd
Changed: Remove lodash reference from Selector files
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
gismo2004
65a1581057
Fixed: Unclear UI on quality definitions ( #483 )
6 years ago
Qstick
d5b60957d9
Fixed: Trailing space in keyboardShortcuts killing build
6 years ago
Qstick
034ef2ad99
Fixed: Various UI fixes
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
2667d3ac21
Fixed: Table option helptext from "isVisible" to "visible"
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
23bc5b11cf
Added: Device load support for Pushbullet
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
e41f884153
Fixed: Updates to commandExecutingSelector
6 years ago
Qstick
68aaa49e9f
Fixed: Filter mapped drives when running from service
6 years ago
Qstick
70dc4d86dc
Fixed: Reorg default properties in ArtistIndexRow
6 years ago
Qstick
7ece4731fc
Fixed: Rework color naming
6 years ago
Daniel Underwood
27470432f9
Changed: Make entire row clickable in manual import album selection ( #469 )
6 years ago
Qstick
0b4e4a90bc
Fixed: Prevent Albums page from making double API calls
6 years ago
Qstick
813f81b3c9
Fixed: Case for HandleTrackfile function in SignalR
6 years ago
Qstick
9d2fbddc7d
New: Cancel tasks in command queue
6 years ago
Qstick
61387b3d44
New: Album Release Date on queue screen
6 years ago
Qstick
df34fb7be7
Fixed: Add default artist props to prevent blank screen
6 years ago
Qstick
60bb0ac063
New: Queued Task/Command List View
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
ba96dad8c7
Fixed: UI and Command manager updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
b506fd3ab7
Fixed: UI fixes from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
0c7417ee91
Fixed: Filter menu disabled when no items shown
6 years ago
Qstick
b5ae7eed87
Added: Show name in Indexer-Client-Notification modal headers
6 years ago
Qstick
b9f625a0a7
Fixed: Move Artist modal shows incorrect path for multiple artist move
6 years ago
Qstick
15672298c6
Fixed: Artist Statistics throwing errors when null
6 years ago
Qstick
93a0f18f82
Fixed: Unable to edit metadata profiles
6 years ago
Qstick
a9e59b7798
Fixed: Prevent JS errors when statistics is null
6 years ago
Qstick
36b2942cef
Added: Allow folders without trailing slashes in file browser
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
6581b3a2c5
New: UI Updates, Tag manager, More custom filters ( #437 )
...
* New: UI Updates, Tag manager, More custom filters
* fixup! Fix ScanFixture Unit Tests
* Fixed: Sentry Errors from UI don't have release, branch, environment
* Changed: Bump Mobile Detect for New Device Detection
* Fixed: Build on changes to package.json
* fixup! Add MetadataProfile filter option
* fixup! Tag Note, Blacklist, Manual Import
* fixup: Remove connectSection
* fixup: root folder comment
6 years ago
Qstick
e6a43b2dc0
New: Added album disambiguation to UI and Naming [ex. Weezer (Blue Album)] ( #431 )
6 years ago
Qstick
54d1d90e16
Added: Show medium on manual import
...
Fixes #381
6 years ago
Qstick
539d7b3e66
Fixed: Blank Screen after Import
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
0b4495e92d
Fixed: Calendar Links to Artist/Album
...
#382
6 years ago
Qstick
3ac378695c
Fixed: Remove rouge space from metadata message
6 years ago
Qstick
b1bcbe365d
Added: Message to enlighten users on metadata profiles
...
#427
6 years ago
Qstick
c795951857
Fixed: Sort Next and Last Album by Release Date
...
Fixes #401
6 years ago
Qstick
d2d6f22c5f
Fixed: Default poster view to show artist names
6 years ago
Qstick
ff479ad170
Fixed: RootFolderSelect never uses provided initial value.
...
Fixes #412
6 years ago
Qstick
dabb9bc18a
Fixed: StarRating alignment
7 years ago
Qstick
54349f95f1
Fixed: Search Bar returns 404
...
Fixes #377
7 years ago
Qstick
18b29f8208
New: Add Star Rating to Album table ( #365 )
7 years ago
Qstick
d79139976c
New: Search by Tag
7 years ago
Qstick
ef93ae3792
Fixed: Misc UI Fixes
7 years ago
Qstick
457955c306
New: Simplify naming separator in UI
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
74c2da5088
Fixed: Update Indexer Store Select Schema
7 years ago
Qstick
ef6c93c784
Fixed: Stylelint Issues
7 years ago
Qstick
ad6e651090
New: Show Release Title on Release Selection ( #343 )
...
Fixes #329
7 years ago
Qstick
026a2cace5
Fixed: Checkbox can be checked when disabled
7 years ago
Qstick
8624ff5c6a
Fixed: Correctly set default profiles on import
...
Fixes : #333
7 years ago
Qstick
0d7cd8009f
Added: Make Lidarr CSP compatible
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
6c19569210
Fixed: Expand first medium in Album by default
...
Fixes #328
7 years ago
Qstick
8f0897f70c
New: Use Artist backdrop for Album detail page
7 years ago
Qstick
d9422b4edc
Fixed: Artist AlbumType ExpandbyDefault if has release in 30 days
...
also Fixes #313
7 years ago
Joseph Milazzo
8d113864aa
Added percentages to the HDD usage readout. ( #308 )
...
* New: Added percentages to the HDD usage readout.
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
Qstick
57fc26916a
Update AnalyticSettings.js
...
Fixes #301
7 years ago
Joseph Milazzo
2b2c242c6f
Fixed: Artist and Album Posters show placeholder instead of image ( #292 )
...
* Fixed issue where after AlbumPoster had error state, non-errored images would be stuck with placeholder.
* Fixed the poster loading issue for artists as well.
* Updated ArtistBanner as well.
* fixup: banner issues from previous missed update
* fixup! remove lazy variable, fix variable
7 years ago
Qstick
bdf677479a
Changed: Update Donation Links
7 years ago
Qstick
c833a6dc84
New: Enable Ratings for Albums
7 years ago
Qstick
f9fb33eb08
Added: Additional Album Monitoring Options
7 years ago
Qstick
8ad38fe3af
Fixed: Validation for Track File Naming, Add Album Type Token
...
#241
7 years ago
Qstick
fde276f000
Fixed: Don't allow profile delete if in use by import list
...
Fixes #280
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
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
289647b6b1
Added: Sort Album Table on Artist Details Page
...
Fixes #171
7 years ago
Qstick
8423b6d488
Fixed: Clean Artist Index Sort Menu, Fix Next/Last Album Sorting
...
Fixes #256
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
9d056006cc
Fixed: Log event modal doesn't close
...
Fixes #239
7 years ago
Qstick
ef0590728f
Fixed: Calendar Filter Selection and Persist State
7 years ago
Qstick
4940e5014d
Fixed: Update File Date Options for Music
...
Fixes #230
7 years ago
Qstick
580c9e2da8
Fixed: Unable to download release from interactive search
...
Fixes #242 and Fixes #243
7 years ago