Qstick
e6a43b2dc0
New: Added album disambiguation to UI and Naming [ex. Weezer (Blue Album)] ( #431 )
6 years ago
Qstick
9aa40f546f
New: Added optional UrlBase to Nzbget, Sabnzbd, and Subsonic settings ( #428 )
...
* New: Added optional UrlBase to Nzbget, Sabnzbd, and Subsonic settings
Fixes #386
* fixup! Remove commented code
6 years ago
Qstick
219f7c0f31
Fixed: Ignore /etc in System disk overview
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
674e1196b3
Added: Try Tag Parse with and without "Promo"
...
Fixes : #408
6 years ago
Qstick
a9d66133a6
Fixed: Dowload client category validation messages not showing
6 years ago
Qstick
274df2f1ed
Fixed: Skip torrents in Deluge api that don't have hashes
6 years ago
Qstick
ff479ad170
Fixed: RootFolderSelect never uses provided initial value.
...
Fixes #412
6 years ago
Qstick
cee1b33c60
Fixed: Forced seeding in QBittorrent status treated as complete
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
6cc05fcca3
Added: Log indexer response to Trace if an exception occurs
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
7db8226099
Fixed: Initially pausing torrents in QBittorrent
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
14fcef8ec0
New: Updated NewtonsoftJson to 11.0.2 ( #387 )
7 years ago
Qstick
089d213816
New: Nested Settings and Seed Ratio Setting ( #379 )
...
* New: Nested Settings and Seed Ratio Setting
* Fixed: Sonarr related variable naming
7 years ago
Daniel Underwood
d7d4f62737
Changed: Force album refresh when artist refresh manually triggered ( #374 )
...
* Force album refresh when artist refresh manually triggered
* Refresh albums on single artist refresh
7 years ago
Qstick
030deaf6ef
New: Expand OnAlbumDownload, Add Synology handling ( #372 )
...
* New: Expand OnAlbumDownload, Add Synology handling
Fixes #324
* fixup: small naming correction
* fixup: Tests for Synology
7 years ago
Qstick
26d9c4ca3e
New: Allow 'mbid:' in search
...
Fixes #369
7 years ago
Qstick
ff77eab156
Chagned: Remove NMA Notifications ( #371 )
7 years ago
Qstick
3344810653
New: Add Subsonic library update and notify ( #368 )
...
* New: Add Subsonic library update and notify
* New: Subsonic setting for to allow connection via SSL
7 years ago
Qstick
598e3eb23b
New: Added iTunes new albums, AppleMusic Top and New Lists
7 years ago
Qstick
73157534e0
Fixed: Don't download artist images if match existing ( #362 )
...
* Fixed: Don't download artist images if existing exists
* fixup: Wrap FileSetWriteTime in try
* fixup! Tests and Rework
7 years ago
Qstick
f7076c6c5b
Changed: Modify Artist Update Intervals ( #360 )
7 years ago
Qstick
7bc2d62ba6
Update Nlog to 4.5.4 ( #359 )
...
* Update Nlog to 4.5.4
* fixup: Remove Unused References
* fixup: more references
7 years ago
Qstick
bfe1109c5c
Fixed: Mono debug check not working correctly
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
67fbc3c8b1
Fixed: Removed warning that TorrentBlackhole doesn't support magnet
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
2f7e68ed06
New: Remove additional URL prefixes from release names
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
4dfe7cede4
Fixed: Qbittorrent ETA and Initial State
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
7 years ago
Qstick
570a23e143
Fixed: Custom script execution when release processed via /push API
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 years ago
Qstick
5a8e79eec2
New: Sync Lists on Add and Update ( #342 )
7 years ago
Qstick
ad6e651090
New: Show Release Title on Release Selection ( #343 )
...
Fixes #329
7 years ago
Qstick
a794ed8860
Fixed: Null Error on Gazelle Auth Fail
7 years ago
Qstick
a5369df197
Fixed: Album reference causing nullRef on custom scripts ( #325 )
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
8b7b2e6a83
Fixed: QueueSpecificationFixture Tests and Misc Others
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
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
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
4525f99370
Fix: Rare timing issue on first-use causing duplicate naming config
7 years ago
Qstick
b63d9d0146
Fixes Misc Issues with Album Metadata Extrafiles ( #145 )
...
* Fixes Misc Issues with Album Metadata Extrafiles
* Fixed: Move Empty Subfolders to after ArtistRenamedEvent and Metadata mover
* Remove Path from Album Table, Fix Wdtv, MediaBrowser, Roksbox
* Remove Album Path from UI
* Remove Comments and add Jpeg extension to XMBC image regex
7 years ago
Qstick
71cc80aef9
Fix: Decode Gazelle Response before parsing releases
7 years ago
Qstick
0f17569908
Fix Discography Recognition and Add Parser Test
7 years ago
Qstick
7be4a376ef
New: Channel setting for Slack notifications to override default channel
7 years ago
Qstick
27d65937c0
UI Updates, Separate Auto and Manual Searches per Indexer
7 years ago
Qstick
56f6b923e1
Fixed: Add metadata profile exists validator
7 years ago
Qstick
db03f43e30
Log warnings when deleting a track file and the root folder is missing/empty
7 years ago
Qstick
cd5b658196
UI Action Handler Changes, Misc Fixes
7 years ago
Qstick
a6882e7bdd
DB Migration Check for Users not on current DB
7 years ago
Qstick
20dc8adac0
New: Validate NZBs before sending to download client
7 years ago
Qstick
5b7339cd73
Add Metadata Profiles ( #132 )
...
* Add Metadata Profiles
* fixup! Codacy
7 years ago
Qstick
dd11f74073
New: Add authentication options to Webhook
7 years ago
Qstick
17eac6dac7
Fixed: Incorrect Namespace for TorrentSeedingSpecification.cs
7 years ago
Qstick
eed81144f6
Fixed: Regression preventing new downloads from bypassing the Download Client Back-off logic
7 years ago
Qstick
2afa6c02de
Fixed: Album Metadata Images don't always save in correct folder
7 years ago
Qstick
8219a8014b
Fixed: Use Update branch specified in settings instead of always develop
7 years ago
Qstick
9dcf90d241
Fixed: Search on Artist Add, Monitor None Option on Artist Add
7 years ago
Daniel Underwood
30eb8c9c05
Change AlbumResource label to labels due to the change in lidarr/lidarrapi.metadata#13 ( #131 )
7 years ago
Qstick
10b8174726
Extend Qualities and Setup Default Groups ( #127 )
...
* Extend Qualities and Setup Default Groups
* fixup! Extend Qualities
* fixup! Codacy
* fixup! One more
7 years ago
Qstick
9a11b0fd7b
Fixed: Telegram notification with underscore and other special characters.
7 years ago
Qstick
4f6415b0e5
Cache BestForTags briefly for better performance when processing releases
7 years ago
Qstick
b3fbd81594
Fixed: Progressively degrading performance issue in Pending/Delayed releases system
7 years ago
Qstick
fa051257e3
Fixed: Releases no longer available on the indexer should be removed from the pending queue
7 years ago
Qstick
acd05ce6cd
Fixed: Error in MediaInfo SchemaRevision causing it to be fetched again
7 years ago
Qstick
0ea3b71bae
Cleanup FileNameBuilder
7 years ago
Qstick
e8d44d1cc2
Add DB Version to About Page ( #124 )
7 years ago
Qstick
34ca4bf150
Fix: Capitalization in CustomScript.cs
7 years ago
Qstick
21428cba6f
Medium Support (Multi-disc Albums), Quality Grouping ( #121 )
...
* Multi Disc Stage 1 - Backend Work
* Quality Group Functionality
* Fixed: Only show wanted album types on ArtistDetail page
* Add Media Count Column to ArtistDetail Page
* Parser updates for multidisc cases, other usenet release title formats
* Search for Tracks by Medium Number in Addition to Title and TrackNumber
* Medium Renaming Token for Track Naming
* fixup Codacy and Comment Cleanup
* fixup remove comments
7 years ago
Qstick
f32e8974af
Fixed: Import failure when unable to parse folder name
7 years ago
Qstick
b5a8c342e5
Cleanup Sonarr Regexes from Parser.cs
7 years ago
Qstick
1451a63c06
Rename Sonarr References in Backend
7 years ago
Qstick
c333ca4161
Change Backup Names To Not Conflict with Sonarr
7 years ago
Qstick
db10057f2c
Fixed: Artist Type, MBId OnRename in CustomScript.cs
7 years ago
Qstick
c2ee23b6d9
Fixed: Naming of 002 Migration
7 years ago
Qstick
bbb983deb2
Fixed: Default ports for uTorrent and qBittorrent
7 years ago
Qstick
2abeec06fc
Fixed: Better import error messages
7 years ago
Qstick
78fcf86294
Fixed: Execute On Grab script if release group is unknown
7 years ago
Qstick
3cada6d069
Fixed: Long Deluge ETAs from breaking getting queue items
7 years ago
Qstick
2dddf8cb33
Fixed: Don't ignore filenames that start with periods
7 years ago
Qstick
d3aa032cf5
Fixed: Don't attempt to fetch a release if the download client is disabled
7 years ago
Qstick
bff3a55ff3
New: Initial state for torrents added to qBittorrent
7 years ago
Qstick
bd1da4b10a
Fixed: Force priority items in paused SAB queue won't show as paused
7 years ago
Qstick
0e1dfed8d7
Fixed: Provider Status housekeeping
7 years ago
Qstick
7d64bb403f
New: Initial state for torrents added to UTorrent
7 years ago
Qstick
91d8fd4ed5
Fixed: Backup API improvements
7 years ago
Qstick
967839154c
New: Start torrents added to uTorrent by default, add option
7 years ago
Qstick
be6f89cd76
Fixed: Size parsing of empty description from torrent RSS feeds
7 years ago
James White
d6374388a1
Fix inconsistent naming of qBittorrent in various places
7 years ago
Qstick
fe4499ee97
Fixed: Use pending download if no download client is configured
7 years ago
Qstick
12d89b9ab5
Fixed: DownloadedTrackScan API should delete source folder if ImportMode is Move
7 years ago
Qstick
64d58a2248
Fixed: Backup fails on certain platforms
7 years ago
Qstick
f09ef025c5
Fixed: Improved database backup journal handling
7 years ago
Qstick
38a6dbbc42
Fixed: Null Check on Sabnzbd Version Parse
7 years ago
Qstick
1c1549820b
Fixed: Ignore '.unwanted' directory when importing.
7 years ago
Qstick
099f24afea
Fixed: Abort Newznab indexer Test if connection failed.
7 years ago
Taloth Saldono
4968cb9973
Fixed: Changed qbitTorrent 3.3.14 api.
...
fixes #1956
7 years ago
Qstick
57aaf62a46
New: Store track renames in History
7 years ago
Qstick
257af8b914
Fixed: Try to set last write time on files moved to recycle bin
7 years ago
Qstick
4725f4b2bd
Fixed: Lidarr stuck if Deluge didn't return an infohash.
7 years ago
Qstick
c5661cba04
Fixed: Roksbox metadata images being generated when settings are off
7 years ago
Qstick
2aa8a57925
Slack Improvements
7 years ago
Qstick
b99b23b4bb
Remove non-working Nyaa Baseurl
7 years ago
Qstick
b3b90602a2
Fix Mono SecurityProtocolPolicy
7 years ago
Qstick
6af1ffba50
New: Webhook improvements
7 years ago
Qstick
9a2cb67980
Fixed: Subtitle extensions should be case-insensitive.
7 years ago
Qstick
331bf5914a
Fixed: Check if NzbGet KeepHistory value is set too high
7 years ago
Qstick
b88d4aad0e
Fixed: Show rounded age in minimum age rejection message
7 years ago
Qstick
d8adc3f480
Fixed: Ignore case when importing extra files
7 years ago
Qstick
d6bb4c29d0
New: Download client and ID for custom scripts
7 years ago
Qstick
13bfb73ee9
Upstream Changes to DownloadClients and Indexers
7 years ago
Qstick
f6d1b77b45
Misc Newznab/Torznab Updates
7 years ago
Qstick
5bee842b26
New: Ability to set minimum seeders on a per indexer basis
7 years ago
Qstick
28d5fbe409
Fixed: Don't import the same file again
7 years ago
Qstick
541edc9749
Fix: Change IndexerId to ProviderId in OrphanedIndexer Housekeeper
7 years ago
Qstick
a69ceb35fb
Update Integration Unit Tests
7 years ago
Qstick
10c29a65db
Assembly Naming, Default Windows Service Account
7 years ago
Qstick
f1b1904e07
Update DB Schema, Change Artist Slugs, Rework SubtitleFiles to LyricFiles
7 years ago
Qstick
75aa8af9d2
Check for valid URL in MetadataSource, Handle trailing slash
7 years ago
Qstick
70cc2ed8a5
AlbumStudio and ArtistEditor Fixes
7 years ago
Qstick
9b39fea706
Fix Default Quality Profiles
7 years ago
Qstick
a80360f6fd
Remove Remaining TV Code
7 years ago
Qstick
42e25055a9
Rework Tests for Music, Start TV Code Cleanup
7 years ago
Qstick
35eeef3af6
Fix Search Fail When Cannot Parse a Release
7 years ago
Qstick
eaba78ad4a
Add AlbumCutoffService and Refactor UI
7 years ago
Qstick
8683c92de6
Opps Left out of Previous Commit
7 years ago
Qstick
debad793ee
Add ArtistEditedService to handle AlbumType Changes
7 years ago
Qstick
38cbb2114f
Refactor ExtraFile/MetadataFile Services ( #104 )
...
* Preliminary Work for Extras for Music
* DB Migration for ExtraFiles, Other Cleanup
* More Extras Work, Add Album Metadata Type
* Update Housekeeps for Music Extras
* Fix HouseKeeper and add new Tests
* Final round of Cleanup
7 years ago
Qstick
4016d359ac
Guard Against Null AlbumTitle on Import
7 years ago
Qstick
2f74ad6540
Fix String Format Error in NotificationService
7 years ago
Qstick
3a4c6fe364
Remove Core.TV references in preperation for Cleanup
7 years ago
Qstick
6685644c5c
Refactor Various HouseKeepers
7 years ago
Qstick
a956e22ce1
Remove SeriesStats Reference and other Series Mapping
7 years ago
Qstick
7d045d5c54
Cleanup RootFolderService and Validation
7 years ago
Qstick
1d120be466
Remove SeriesStats
7 years ago
Qstick
0d8bec272e
Update RootFolder Health Check
7 years ago
Qstick
cf11906118
Don't log error on the shutdown the command execution pipeline.
7 years ago
Qstick
4cb3d8bac7
Log responses from qbit
7 years ago
Qstick
0148f48913
Fixed: Logging full error message to database
7 years ago
Qstick
ad50be9daf
Fixed: Error message when adding a Plex server without a TV library
7 years ago
Qstick
52fbdeaa53
Fixed: Error when processing manual import decisions
7 years ago
Qstick
44e4e46b15
Additional logging when on import decision
7 years ago
Qstick
3383cc1744
Fixed: Deleting an trackfile from the UI that was already deleted from disk
7 years ago
Qstick
d7ef6cc88b
Fixed: Improved message when a conflicting slug is added
7 years ago